Skip to content

Commit e38e62e

Browse files
committed
Refresh Python dependencies
1 parent f327778 commit e38e62e

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
22
pip>=22.3.1;python_version>="3.7"
33
packaging>=21.3;python_version>="3.6" and python_version<"3.7"
4-
packaging>=22.0;python_version>="3.7"
4+
packaging>=23.0;python_version>="3.7"
55
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
6-
setuptools>=65.6.3;python_version>="3.7"
6+
setuptools>=65.7.0;python_version>="3.7"
77
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
88
tomli>=2.0.1;python_version>="3.7"
99
tqdm>=4.64.1
@@ -23,12 +23,12 @@ six==1.16.0
2323
idna==3.4;python_version>="3.6"
2424
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
2525
chardet==5.1.0;python_version>="3.7"
26-
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
27-
charset-normalizer==2.1.1;python_version>="3.7"
26+
charset-normalizer==2.0.12;python_version<"3.7"
27+
charset-normalizer==3.0.1;python_version>="3.7"
2828
urllib3==1.26.12;python_version<"3.7"
29-
urllib3==1.26.13;python_version>="3.7"
29+
urllib3==1.26.14;python_version>="3.7"
3030
requests==2.27.1;python_version<"3.7"
31-
requests==2.28.1;python_version>="3.7"
31+
requests==2.28.2;python_version>="3.7"
3232
requests-toolbelt==0.10.1
3333
nose==1.3.7
3434
sniffio==1.3.0;python_version>="3.7"
@@ -50,17 +50,20 @@ sortedcontainers==2.4.0
5050
fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"
5151
fasteners==0.18;python_version>="3.7"
5252
execnet==1.9.0
53+
iniconfig==1.1.1;python_version<"3.7"
54+
iniconfig==2.0.0;python_version>="3.7"
5355
pluggy==1.0.0;python_version>="3.6"
5456
py==1.11.0;python_version>="3.6"
55-
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
57+
pytest==7.0.1;python_version<"3.7"
5658
pytest==7.2.0;python_version>="3.7"
5759
pytest-forked==1.4.0;python_version>="3.6"
5860
pytest-html==2.0.1;python_version>="3.6"
59-
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
61+
pytest-metadata==1.11.0;python_version<"3.7"
6062
pytest-metadata==2.0.4;python_version>="3.7"
6163
pytest-ordering==0.6
62-
pytest-rerunfailures==10.3;python_version>="3.6"
63-
pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"
64+
pytest-rerunfailures==10.3;python_version<"3.7"
65+
pytest-rerunfailures==11.0;python_version>="3.7"
66+
pytest-xdist==2.5.0;python_version<"3.7"
6467
pytest-xdist==3.1.0;python_version>="3.7"
6568
parameterized==0.8.1
6669
sbvirtualdisplay==1.1.1
@@ -86,13 +89,13 @@ cffi==1.15.1
8689
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
8790
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
8891
rich==12.6.0;python_version>="3.6" and python_version<"3.7"
89-
rich==13.0.0;python_version>="3.7" and python_version<"4.0"
92+
rich==13.0.1;python_version>="3.7" and python_version<"4.0"
9093

9194
# --- Testing Requirements --- #
9295
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
9396

9497
coverage==6.2;python_version>="3.6" and python_version<"3.7"
95-
coverage==7.0.3;python_version>="3.7"
98+
coverage==7.0.5;python_version>="3.7"
9699
pytest-cov==4.0.0;python_version>="3.6"
97100
flake8==5.0.4;python_version>="3.6" and python_version<"3.9"
98101
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
130130
'pip>=22.3.1;python_version>="3.7"',
131131
'packaging>=21.3;python_version>="3.6" and python_version<"3.7"',
132-
'packaging>=22.0;python_version>="3.7"',
132+
'packaging>=23.0;python_version>="3.7"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=65.6.3;python_version>="3.7"',
134+
'setuptools>=65.7.0;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"tqdm>=4.64.1",
@@ -151,12 +151,12 @@
151151
'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
152152
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
153153
'chardet==5.1.0;python_version>="3.7"', # Stay in sync with "requests"
154-
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
155-
'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
154+
'charset-normalizer==2.0.12;python_version<"3.7"',
155+
'charset-normalizer==3.0.1;python_version>="3.7"', # Sync "requests"
156156
'urllib3==1.26.12;python_version<"3.7"',
157-
'urllib3==1.26.13;python_version>="3.7"',
157+
'urllib3==1.26.14;python_version>="3.7"',
158158
'requests==2.27.1;python_version<"3.7"',
159-
'requests==2.28.1;python_version>="3.7"',
159+
'requests==2.28.2;python_version>="3.7"',
160160
'requests-toolbelt==0.10.1',
161161
"nose==1.3.7",
162162
'sniffio==1.3.0;python_version>="3.7"',
@@ -178,17 +178,20 @@
178178
'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"',
179179
'fasteners==0.18;python_version>="3.7"',
180180
"execnet==1.9.0",
181+
'iniconfig==1.1.1;python_version<"3.7"',
182+
'iniconfig==2.0.0;python_version>="3.7"',
181183
'pluggy==1.0.0;python_version>="3.6"',
182184
'py==1.11.0;python_version>="3.6"',
183-
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
185+
'pytest==7.0.1;python_version<"3.7"',
184186
'pytest==7.2.0;python_version>="3.7"',
185187
'pytest-forked==1.4.0;python_version>="3.6"',
186188
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
187-
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
189+
'pytest-metadata==1.11.0;python_version<"3.7"',
188190
'pytest-metadata==2.0.4;python_version>="3.7"',
189191
"pytest-ordering==0.6",
190-
'pytest-rerunfailures==10.3;python_version>="3.6"',
191-
'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
192+
'pytest-rerunfailures==10.3;python_version<"3.7"',
193+
'pytest-rerunfailures==11.0;python_version>="3.7"',
194+
'pytest-xdist==2.5.0;python_version<"3.7"',
192195
'pytest-xdist==3.1.0;python_version>="3.7"',
193196
"parameterized==0.8.1",
194197
"sbvirtualdisplay==1.1.1",
@@ -214,14 +217,14 @@
214217
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
215218
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
216219
'rich==12.6.0;python_version>="3.6" and python_version<"3.7"',
217-
'rich==13.0.0;python_version>="3.7" and python_version<"4.0"',
220+
'rich==13.0.1;python_version>="3.7" and python_version<"4.0"',
218221
],
219222
extras_require={
220223
# pip install -e .[coverage]
221224
# Usage: coverage run -m pytest; coverage html; coverage report
222225
"coverage": [
223226
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
224-
'coverage==7.0.3;python_version>="3.7"',
227+
'coverage==7.0.5;python_version>="3.7"',
225228
'pytest-cov==4.0.0;python_version>="3.6"',
226229
],
227230
# pip install -e .[flake8]

0 commit comments

Comments
 (0)