Skip to content

Commit d6b6796

Browse files
Bump packaging from 24.2 to 25.0 (#463)
Bumps [packaging](https://github.com/pypa/packaging) from 24.2 to 25.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e395021 commit d6b6796

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typing-extensions = "^4.4.0"
3636
httpx = "^0.24.1"
3737
cryptography = ">=41.0.3,<44.0.0"
3838
attrs = ">=23.2,<26.0"
39-
packaging = "^24.2"
39+
packaging = ">=24.2,<26.0"
4040

4141
[tool.poetry.group.dev.dependencies]
4242
pre-commit = ">=2.18.1,<5.0.0"
@@ -66,7 +66,7 @@ poetry-dynamic-versioning = ">=1.4.0,<1.9"
6666
sphinx = ">=6.2.1,<8.0.0"
6767
tomli = { version = "^2.0.1", python = "<3.11" }
6868
m2r2 = "^0.3.3.post2"
69-
packaging = ">=23.1,<25.0"
69+
packaging = ">=23.1,<26.0"
7070
sphinx-autodoc-typehints = ">=1.23,<3.0"
7171
sphinx-copybutton = "^0.5.2"
7272
furo = ">=2022.12.7"

0 commit comments

Comments
 (0)