Skip to content

Commit d05532e

Browse files
committed
Refresh Python dependencies
1 parent c1b355d commit d05532e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ urllib3==1.26.12;python_version<"3.7"
3636
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"
39-
requests-toolbelt==0.10.1
40-
pynose==1.4.2
39+
requests-toolbelt==1.0.0
40+
pynose==1.4.3
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"
@@ -105,7 +105,7 @@ rich==13.3.5;python_version>="3.7"
105105
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
106106

107107
coverage==6.2;python_version<"3.7"
108-
coverage==7.2.4;python_version>="3.7"
108+
coverage==7.2.5;python_version>="3.7"
109109
pytest-cov==4.0.0
110110
flake8==5.0.4;python_version<"3.9"
111111
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
'urllib3==1.26.15;python_version>="3.7"',
161161
'requests==2.27.1;python_version<"3.7"',
162162
'requests==2.29.0;python_version>="3.7"',
163-
'requests-toolbelt==0.10.1',
164-
"pynose==1.4.2",
163+
'requests-toolbelt==1.0.0',
164+
"pynose==1.4.3",
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"',
@@ -241,7 +241,7 @@
241241
# Usage: coverage run -m pytest; coverage html; coverage report
242242
"coverage": [
243243
'coverage==6.2;python_version<"3.7"',
244-
'coverage==7.2.4;python_version>="3.7"',
244+
'coverage==7.2.5;python_version>="3.7"',
245245
"pytest-cov==4.0.0",
246246
],
247247
# pip install -e .[flake8]

0 commit comments

Comments
 (0)