Skip to content

Commit 435924f

Browse files
Build(deps): Bump packaging from 24.2 to 25.0
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]>
1 parent 4e1dbe0 commit 435924f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dynamic = ["version"]
3434

3535
[project.optional-dependencies]
3636
tests = [
37-
"packaging==24.2",
37+
"packaging==25.0",
3838
"PyGithub==2.6.1",
3939
"appdirs==1.4.4",
4040
"requests==2.32.3",
@@ -54,7 +54,7 @@ doc = [
5454
]
5555
freeze = [
5656
"pyinstaller==6.12.0",
57-
"packaging==24.2",
57+
"packaging==25.0",
5858
"PyGithub==2.6.1",
5959
"appdirs==1.4.4",
6060
"requests==2.32.3",

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.32.3
2-
packaging==24.2
2+
packaging==25.0

0 commit comments

Comments
 (0)