Skip to content

Commit fc13c00

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 3 updates
Bumps the python-packages group with 3 updates: [cachetools](https://github.com/tkem/cachetools), [gssapi](https://github.com/pythongssapi/python-gssapi) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `cachetools` from 6.2.6 to 7.0.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.6...v7.0.0) Updates `gssapi` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/pythongssapi/python-gssapi/releases) - [Commits](pythongssapi/python-gssapi@v1.10.1...v1.11.1) Updates `sphinx` from 8.2.3 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: gssapi dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 305918f commit fc13c00

File tree

2 files changed

+23
-39
lines changed

2 files changed

+23
-39
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"uuid6~=2025.0.0",
4444
"python-dateutil~=2.9.0.post0",
4545
"packaging~=26.0",
46-
"cachetools~=6.2.2",
46+
"cachetools>=6.2.2,<7.1.0",
4747
]
4848
dynamic = ["version"]
4949

@@ -89,7 +89,7 @@ postgres = [
8989
"asyncpg~=0.31.0",
9090
]
9191
gssapi = [
92-
"gssapi~=1.10.0",
92+
"gssapi>=1.10,<1.12",
9393
]
9494
seed = [
9595
"faker~=40.1.2"
@@ -125,7 +125,7 @@ docs = [
125125
"autodoc-pydantic~=2.2.0",
126126
"numpydoc~=1.10.0",
127127
# sphinx-design doesn't support sphinx 9
128-
"sphinx~=8.2.3",
128+
"sphinx>=8.2.3,<9.2.0",
129129
"furo~=2025.12.19",
130130
"sphinx-copybutton~=0.5.2",
131131
"sphinxcontrib-towncrier~=0.5.0a0",

uv.lock

Lines changed: 20 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)