Skip to content

Commit 9bf2f68

Browse files
committed
Refresh Python dependencies
1 parent 8a2b6fb commit 9bf2f68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
2020
filelock>=3.9.0;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.1.0;python_version>="3.7"
22+
platformdirs>=3.1.1;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
2424
zipp==3.6.0;python_version<"3.7"
2525
zipp>=3.15.0;python_version>="3.7"
@@ -32,7 +32,7 @@ chardet==5.1.0;python_version>="3.7"
3232
charset-normalizer==2.0.12;python_version<"3.7"
3333
charset-normalizer==3.1.0;python_version>="3.7"
3434
urllib3==1.26.12;python_version<"3.7"
35-
urllib3==1.26.14;python_version>="3.7"
35+
urllib3==1.26.15;python_version>="3.7"
3636
requests==2.27.1;python_version<"3.7"
3737
requests==2.28.2;python_version>="3.7"
3838
requests-toolbelt==0.10.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
'filelock>=3.4.1;python_version<"3.7"',
144144
'filelock>=3.9.0;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146-
'platformdirs>=3.1.0;python_version>="3.7"',
146+
'platformdirs>=3.1.1;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
148148
'zipp==3.6.0;python_version<"3.7"',
149149
'zipp>=3.15.0;python_version>="3.7"',
@@ -156,7 +156,7 @@
156156
'charset-normalizer==2.0.12;python_version<"3.7"',
157157
'charset-normalizer==3.1.0;python_version>="3.7"', # Sync "requests"
158158
'urllib3==1.26.12;python_version<"3.7"',
159-
'urllib3==1.26.14;python_version>="3.7"',
159+
'urllib3==1.26.15;python_version>="3.7"',
160160
'requests==2.27.1;python_version<"3.7"',
161161
'requests==2.28.2;python_version>="3.7"',
162162
'requests-toolbelt==0.10.1',

0 commit comments

Comments
 (0)