Skip to content

Commit c8e2da2

Browse files
committed
Refresh Python dependencies
1 parent 0d4fc83 commit c8e2da2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip>=23.1.2;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=67.7.2;python_version>="3.7"
6+
setuptools>=67.8.0;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
88
keyring>=23.13.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"
@@ -35,9 +35,9 @@ charset-normalizer==3.1.0;python_version>="3.7"
3535
urllib3==1.26.12;python_version<"3.7"
3636
urllib3>=1.26.15,<2.1.0;python_version>="3.7"
3737
requests==2.27.1;python_version<"3.7"
38-
requests>=2.29.0,<2.31.0;python_version>="3.7"
38+
requests==2.31.0;python_version>="3.7"
3939
requests-toolbelt==1.0.0
40-
pynose==1.4.4
40+
pynose==1.4.5
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"
@@ -69,7 +69,7 @@ pytest-ordering==0.6
6969
pytest-rerunfailures==10.3;python_version<"3.7"
7070
pytest-rerunfailures==11.1.2;python_version>="3.7"
7171
pytest-xdist==2.5.0;python_version<"3.7"
72-
pytest-xdist==3.2.1;python_version>="3.7"
72+
pytest-xdist==3.3.1;python_version>="3.7"
7373
parameterized==0.8.1;python_version<"3.7"
7474
parameterized==0.9.0;python_version>="3.7"
7575
sbvirtualdisplay==1.2.0
@@ -105,8 +105,8 @@ 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.5;python_version>="3.7"
109-
pytest-cov==4.0.0
108+
coverage==7.2.6;python_version>="3.7"
109+
pytest-cov==4.1.0
110110
flake8==5.0.4;python_version<"3.9"
111111
flake8==6.0.0;python_version>="3.9"
112112
mccabe==0.7.0

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
'packaging>=21.3;python_version<"3.7"',
128128
'packaging>=23.1;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130-
'setuptools>=67.7.2;python_version>="3.7"',
130+
'setuptools>=67.8.0;python_version>="3.7"',
131131
'keyring>=23.4.1;python_version<"3.8"',
132132
'keyring>=23.13.1;python_version>="3.8"',
133133
'tomli>=1.2.3;python_version<"3.7"',
@@ -159,9 +159,9 @@
159159
'urllib3==1.26.12;python_version<"3.7"',
160160
'urllib3>=1.26.15,<2.1.0;python_version>="3.7"',
161161
'requests==2.27.1;python_version<"3.7"',
162-
'requests>=2.29.0,<2.31.0;python_version>="3.7"',
162+
'requests==2.31.0;python_version>="3.7"',
163163
'requests-toolbelt==1.0.0',
164-
"pynose==1.4.4",
164+
"pynose==1.4.5",
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"',
@@ -193,7 +193,7 @@
193193
'pytest-rerunfailures==10.3;python_version<"3.7"',
194194
'pytest-rerunfailures==11.1.2;python_version>="3.7"',
195195
'pytest-xdist==2.5.0;python_version<"3.7"',
196-
'pytest-xdist==3.2.1;python_version>="3.7"',
196+
'pytest-xdist==3.3.1;python_version>="3.7"',
197197
'parameterized==0.8.1;python_version<"3.7"',
198198
'parameterized==0.9.0;python_version>="3.7"',
199199
"sbvirtualdisplay==1.2.0",
@@ -241,8 +241,8 @@
241241
# Usage: coverage run -m pytest; coverage html; coverage report
242242
"coverage": [
243243
'coverage==6.2;python_version<"3.7"',
244-
'coverage==7.2.5;python_version>="3.7"',
245-
"pytest-cov==4.0.0",
244+
'coverage==7.2.6;python_version>="3.7"',
245+
"pytest-cov==4.1.0",
246246
],
247247
# pip install -e .[flake8]
248248
# Usage: flake8

0 commit comments

Comments
 (0)