Skip to content

Commit

Permalink
Update testcontainers requirement from <4.8,>=3.7 to >=3.7,<4.9 (#14)
Browse files Browse the repository at this point in the history
Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.0.0...testcontainers-v4.8.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 787506b commit e4d1353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=["dbt-duckdb>=1.6"],
extras_require={
"airflow": ["apache-airflow"],
"test": ["testcontainers>=3.7,<4.8"],
"test": ["testcontainers>=3.7,<4.9"],
},
python_requires='>=3.8'
)

0 comments on commit e4d1353

Please sign in to comment.