We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e5a2e2 + f9347c8 commit dad74acCopy full SHA for dad74ac
pyproject.toml
@@ -8,9 +8,9 @@ version = "1.1.0"
8
description = "Automated PR creation from branch patterns across GitHub and Bitbucket"
9
requires-python = ">=3.11"
10
dependencies = [
11
- "requests==2.32.5",
+ "requests==2.33.1",
12
"PyJWT[crypto]==2.12.1",
13
- "cryptography==46.0.5",
+ "cryptography==46.0.6",
14
"pyyaml==6.0.3",
15
]
16
requirements.txt
@@ -1,4 +1,4 @@
1
-requests==2.32.5
+requests==2.33.1
2
PyJWT[crypto]==2.12.1
3
-cryptography==46.0.5
+cryptography==46.0.6
4
pyyaml==6.0.3
0 commit comments