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 5900658 commit 497200bCopy full SHA for 497200b
requirements.txt
@@ -37,7 +37,7 @@ urllib3==1.26.15;python_version>="3.7"
37
requests==2.27.1;python_version<"3.7"
38
requests==2.29.0;python_version>="3.7"
39
requests-toolbelt==1.0.0
40
-pynose==1.4.3
+pynose==1.4.4
41
sniffio==1.3.0;python_version>="3.7"
42
h11==0.14.0;python_version>="3.7"
43
outcome==1.2.0;python_version>="3.7"
setup.py
@@ -161,7 +161,7 @@
161
'requests==2.27.1;python_version<"3.7"',
162
'requests==2.29.0;python_version>="3.7"',
163
'requests-toolbelt==1.0.0',
164
- "pynose==1.4.3",
+ "pynose==1.4.4",
165
'sniffio==1.3.0;python_version>="3.7"',
166
'h11==0.14.0;python_version>="3.7"',
167
'outcome==1.2.0;python_version>="3.7"',
0 commit comments