Skip to content

Commit 34f0f0d

Browse files
chore(deps): bump the uv-version-updates group with 10 updates
Bumps the uv-version-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.2` | `2.6.3` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.3` | `46.0.4` | | [tox](https://github.com/tox-dev/tox) | `4.32.0` | `4.34.1` | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20251115` | `2.9.0.20260124` | | [testcontainers](https://github.com/testcontainers/testcontainers-python) | `3.7.1` | `4.14.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.14.14` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.7` | `8.1.3` | | [fawltydeps](https://github.com/tweag/FawltyDeps) | `0.19.0` | `0.20.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.5` | `0.0.14` | Updates `urllib3` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.2...2.6.3) Updates `cryptography` from 44.0.3 to 46.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...46.0.4) Updates `tox` from 4.32.0 to 4.34.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.32.0...4.34.1) Updates `types-python-dateutil` from 2.9.0.20251115 to 2.9.0.20260124 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `testcontainers` from 3.7.1 to 4.14.0 - [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.14.0) 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 `ruff` from 0.14.10 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.14) 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) Updates `ty` from 0.0.5 to 0.0.14 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.5...0.0.14) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-version-updates - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-version-updates - dependency-name: tox dependency-version: 4.34.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-version-updates - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260124 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-version-updates - dependency-name: testcontainers dependency-version: 4.14.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: uv-version-updates - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-version-updates - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-version-updates - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: uv-version-updates - dependency-name: fawltydeps dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-version-updates - dependency-name: ty dependency-version: 0.0.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55011ba commit 34f0f0d

2 files changed

Lines changed: 130 additions & 127 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
"ty>=0.0.4",
4343
]
4444

0 commit comments

Comments
 (0)