Skip to content

Commit e6baa7c

Browse files
chore(deps): bump the pip-version-updates group across 1 directory with 5 updates
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [testcontainers](https://github.com/testcontainers/testcontainers-python), [python-dotenv](https://github.com/theskumar/python-dotenv), [sphinx](https://github.com/sphinx-doc/sphinx) and [fawltydeps](https://github.com/tweag/FawltyDeps) to permit the latest version. Updates `cryptography` to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.1...46.0.3) Updates `testcontainers` from 3.7.1 to 4.13.3 - [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.1...testcontainers-v4.13.3) Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) Updates `sphinx` from 7.4.7 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.4.7...v8.1.3) Updates `fawltydeps` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/tweag/FawltyDeps/releases) - [Commits](tweag/FawltyDeps@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production dependency-group: pip-version-updates - dependency-name: testcontainers dependency-version: 4.13.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: fawltydeps dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1875c5a commit e6baa7c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pydantic>=2",
1919
"typing-extensions>=4.7.1",
2020
"authlib>=1.3.2,<2.0.0",
21-
"cryptography>=44.0.1,<45.0.0",
21+
"cryptography>=44.0.1,<47.0.0",
2222
"requests>=2.32.4,<3.0.0",
2323
]
2424

@@ -34,11 +34,11 @@ dev = [
3434
"pytest-cov>=2.8.1",
3535
"tox>=3.9.0",
3636
"types-python-dateutil>=2.8.19.14",
37-
"testcontainers==3.7.1",
38-
"python-dotenv==1.1.1",
37+
"testcontainers==4.14.0",
38+
"python-dotenv==1.2.1",
3939
"ruff>=0.12.4",
40-
"sphinx==7.4.7",
41-
"fawltydeps==0.19.0",
40+
"sphinx==8.1.3",
41+
"fawltydeps==0.20.0",
4242
"tomlkit>=0.13.3",
4343
"ty>=0.0.4",
4444
]

0 commit comments

Comments
 (0)