Skip to content

Commit ce441b6

Browse files
Build(deps): Bump packaging from 24.0 to 24.1 (#299)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 9aa74b7 commit ce441b6

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.0",
38+
"packaging==24.1",
3939
"PyGithub==2.3.0",
4040
"appdirs==1.4.4",
4141
"requests==2.32.3",
@@ -55,7 +55,7 @@ doc = [
5555
]
5656
freeze = [
5757
"pyinstaller==6.8.0",
58-
"packaging==24.0",
58+
"packaging==24.1",
5959
"PyGithub==2.3.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.0
2+
packaging==24.1

0 commit comments

Comments
 (0)