We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1dbe0 commit 435924fCopy full SHA for 435924f
pyproject.toml
@@ -34,7 +34,7 @@ dynamic = ["version"]
34
35
[project.optional-dependencies]
36
tests = [
37
- "packaging==24.2",
+ "packaging==25.0",
38
"PyGithub==2.6.1",
39
"appdirs==1.4.4",
40
"requests==2.32.3",
@@ -54,7 +54,7 @@ doc = [
54
]
55
freeze = [
56
"pyinstaller==6.12.0",
57
58
59
60
scripts/requirements.txt
@@ -1,2 +1,2 @@
1
requests==2.32.3
2
-packaging==24.2
+packaging==25.0
0 commit comments