Skip to content

Commit a487946

Browse files
committed
Refresh Python dependencies
1 parent 4d3a2e8 commit a487946

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
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=60.9.3;python_version>="3.7"
9+
setuptools>=60.10.0;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -35,7 +35,7 @@ idna==3.3;python_version>="3.6"
3535
chardet==3.0.4;python_version<"3.5"
3636
chardet==4.0.0;python_version>="3.5"
3737
charset-normalizer==2.0.12;python_version>="3.5"
38-
urllib3==1.26.8
38+
urllib3==1.26.9
3939
requests==2.27.1;python_version<"3.5"
4040
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
4141
requests==2.27.1;python_version>="3.6"
@@ -64,7 +64,7 @@ py==1.11.0;python_version>="3.5"
6464
pytest==4.6.11;python_version<"3.5"
6565
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
6666
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
67-
pytest==7.1.0;python_version>="3.7"
67+
pytest==7.1.1;python_version>="3.7"
6868
pytest-forked==1.3.0;python_version<"3.6"
6969
pytest-forked==1.4.0;python_version>="3.6"
7070
pytest-html==1.22.1;python_version<"3.6"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=60.9.3;python_version>="3.7"',
134+
'setuptools>=60.10.0;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -160,7 +160,7 @@
160160
'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
161161
'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
162162
'charset-normalizer==2.0.12;python_version>="3.5"', # Sync "requests"
163-
"urllib3==1.26.8", # Must stay in sync with "requests"
163+
"urllib3==1.26.9", # Must stay in sync with "requests"
164164
'requests==2.27.1;python_version<"3.5"',
165165
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
166166
'requests==2.27.1;python_version>="3.6"',
@@ -189,7 +189,7 @@
189189
'pytest==4.6.11;python_version<"3.5"',
190190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
191191
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
192-
'pytest==7.1.0;python_version>="3.7"',
192+
'pytest==7.1.1;python_version>="3.7"',
193193
'pytest-forked==1.3.0;python_version<"3.6"',
194194
'pytest-forked==1.4.0;python_version>="3.6"',
195195
'pytest-html==1.22.1;python_version<"3.6"',

0 commit comments

Comments
 (0)