Skip to content

Commit 5d4a161

Browse files
committed
Refresh Python dependencies
1 parent 1f21520 commit 5d4a161

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
66
setuptools>=68.0.0;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
8-
keyring>=24.0.1;python_version>="3.8"
8+
keyring>=24.1.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1;python_version<"3.7"
@@ -19,7 +19,7 @@ certifi>=2023.5.7
1919
filelock>=3.4.1;python_version<"3.7"
2020
filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.7.0;python_version>="3.7"
22+
platformdirs>=3.8.0;python_version>="3.7"
2323
parse>=1.19.1
2424
pyparsing>=3.0.7;python_version<"3.7"
2525
pyparsing>=3.1.0;python_version>="3.7"
@@ -34,7 +34,7 @@ chardet==5.1.0;python_version>="3.7"
3434
charset-normalizer==2.0.12;python_version<"3.7"
3535
charset-normalizer==3.1.0;python_version>="3.7"
3636
urllib3==1.26.12;python_version<"3.7"
37-
urllib3>=1.26.15,<2.1.0;python_version>="3.7"
37+
urllib3>=1.26.16,<2.1.0;python_version>="3.7"
3838
requests==2.27.1;python_version<"3.7"
3939
requests==2.31.0;python_version>="3.7"
4040
requests-toolbelt==1.0.0
@@ -61,7 +61,7 @@ pluggy==1.0.0;python_version<"3.7"
6161
pluggy==1.2.0;python_version>="3.7"
6262
py==1.11.0
6363
pytest==7.0.1;python_version<"3.7"
64-
pytest==7.3.2;python_version>="3.7"
64+
pytest==7.4.0;python_version>="3.7"
6565
pytest-forked==1.4.0;python_version<"3.7"
6666
pytest-forked==1.6.0;python_version>="3.7"
6767
pytest-html==2.0.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=59.6.0;python_version<"3.7"',
132132
'setuptools>=68.0.0;python_version>="3.7"',
133133
'keyring>=23.4.1;python_version<"3.8"',
134-
'keyring>=24.0.1;python_version>="3.8"',
134+
'keyring>=24.1.1;python_version>="3.8"',
135135
'tomli>=1.2.3;python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
'tqdm>=4.64.1;python_version<"3.7"',
@@ -145,7 +145,7 @@
145145
'filelock>=3.4.1;python_version<"3.7"',
146146
'filelock>=3.12.2;python_version>="3.7"',
147147
'platformdirs>=2.4.0;python_version<"3.7"',
148-
'platformdirs>=3.7.0;python_version>="3.7"',
148+
'platformdirs>=3.8.0;python_version>="3.7"',
149149
'parse>=1.19.1',
150150
'pyparsing>=3.0.7;python_version<"3.7"',
151151
'pyparsing>=3.1.0;python_version>="3.7"',
@@ -160,7 +160,7 @@
160160
'charset-normalizer==2.0.12;python_version<"3.7"',
161161
'charset-normalizer==3.1.0;python_version>="3.7"',
162162
'urllib3==1.26.12;python_version<"3.7"',
163-
'urllib3>=1.26.15,<2.1.0;python_version>="3.7"',
163+
'urllib3>=1.26.16,<2.1.0;python_version>="3.7"',
164164
'requests==2.27.1;python_version<"3.7"',
165165
'requests==2.31.0;python_version>="3.7"',
166166
'requests-toolbelt==1.0.0',
@@ -187,7 +187,7 @@
187187
'pluggy==1.2.0;python_version>="3.7"',
188188
"py==1.11.0",
189189
'pytest==7.0.1;python_version<"3.7"',
190-
'pytest==7.3.2;python_version>="3.7"',
190+
'pytest==7.4.0;python_version>="3.7"',
191191
'pytest-forked==1.4.0;python_version<"3.7"',
192192
'pytest-forked==1.6.0;python_version>="3.7"',
193193
"pytest-html==2.0.1", # Newer ones had issues

0 commit comments

Comments
 (0)