We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db29eb commit 3d33cd3Copy full SHA for 3d33cd3
2 files changed
pyproject.toml
@@ -80,13 +80,13 @@ publish = [
80
]
81
test = [
82
"coverage[toml]==7.2.7; python_version >= '3.10'",
83
- "requests>=2.31.0",
+ "requests>=2.33.0",
84
"requests_mock==1.12.1",
85
- "pytest==8.3.5",
+ "pytest==9.0.3",
86
"pytest-xdist==3.6.1",
87
"pytest-timeout==2.3.1",
88
"pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'",
89
- "cryptography==46.0.5",
+ "cryptography==46.0.7",
90
"pyopenssl==26.0.0",
91
"fasteners",
92
"paramiko==3.5.1; platform_python_implementation != 'PyPy'",
0 commit comments