Skip to content

Commit c93085c

Browse files
Build(deps): Bump packaging from 24.1 to 24.2
Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43cc64b commit c93085c

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
@@ -35,7 +35,7 @@ dynamic = ["version"]
3535

3636
[project.optional-dependencies]
3737
tests = [
38-
"packaging==24.1",
38+
"packaging==24.2",
3939
"PyGithub==2.4.0",
4040
"appdirs==1.4.4",
4141
"requests==2.32.3",
@@ -55,7 +55,7 @@ doc = [
5555
]
5656
freeze = [
5757
"pyinstaller==6.11.0",
58-
"packaging==24.1",
58+
"packaging==24.2",
5959
"PyGithub==2.4.0",
6060
"appdirs==1.4.4",
6161
"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.1
2+
packaging==24.2

0 commit comments

Comments
 (0)