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 43cc64b commit c93085cCopy full SHA for c93085c
pyproject.toml
@@ -35,7 +35,7 @@ dynamic = ["version"]
35
36
[project.optional-dependencies]
37
tests = [
38
- "packaging==24.1",
+ "packaging==24.2",
39
"PyGithub==2.4.0",
40
"appdirs==1.4.4",
41
"requests==2.32.3",
@@ -55,7 +55,7 @@ doc = [
55
]
56
freeze = [
57
"pyinstaller==6.11.0",
58
59
60
61
scripts/requirements.txt
@@ -1,2 +1,2 @@
1
requests==2.32.3
2
-packaging==24.1
+packaging==24.2
0 commit comments