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 419c5d6 commit 0491d17Copy full SHA for 0491d17
pyproject.toml
@@ -55,7 +55,7 @@ dev = [
55
"types-requests",
56
"types-setuptools",
57
"msgpack-types >= 0.5.0",
58
- "gmpy2-stubs ==2.2.1.3",
+ "gmpy2-stubs ==2.2.1.5",
59
"pytest >= 8.3.0",
60
"pytest-cov >= 5.0.0",
61
"pytest-benchmark >= 4.0.0",
@@ -103,7 +103,7 @@ bandit = ">=1.8.1"
103
types-requests = "*"
104
types-setuptools = "*"
105
msgpack-types = "==0.5.0"
106
-gmpy2-stubs = "==2.2.1.3"
+gmpy2-stubs = "==2.2.1.5"
107
# Test dependencies are also included here for the full dev environment
108
pytest = ">=8.3.0"
109
pytest-cov = ">=5.0.0"
0 commit comments