Skip to content

Commit

Permalink
Update testcontainers requirement from ==3.7.* to >=3.7,<4.8 (#2)
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@v3.7.0...testcontainers-v4.7.1)

---
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 Jul 7, 2024
1 parent ddf0b1b commit 8de9507
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.*"],
"test": ["testcontainers>=3.7,<4.8"],
},
python_requires='>=3.8'
)

0 comments on commit 8de9507

Please sign in to comment.