Skip to content

Commit 497200b

Browse files
committed
Refresh Python dependencies
1 parent 5900658 commit 497200b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ urllib3==1.26.15;python_version>="3.7"
3737
requests==2.27.1;python_version<"3.7"
3838
requests==2.29.0;python_version>="3.7"
3939
requests-toolbelt==1.0.0
40-
pynose==1.4.3
40+
pynose==1.4.4
4141
sniffio==1.3.0;python_version>="3.7"
4242
h11==0.14.0;python_version>="3.7"
4343
outcome==1.2.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
'requests==2.27.1;python_version<"3.7"',
162162
'requests==2.29.0;python_version>="3.7"',
163163
'requests-toolbelt==1.0.0',
164-
"pynose==1.4.3",
164+
"pynose==1.4.4",
165165
'sniffio==1.3.0;python_version>="3.7"',
166166
'h11==0.14.0;python_version>="3.7"',
167167
'outcome==1.2.0;python_version>="3.7"',

0 commit comments

Comments
 (0)