Skip to content

Commit

Permalink
Refresh Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Nov 1, 2023
1 parent 7b221e5 commit aa58d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ pip>=23.3.1
packaging>=23.2
setuptools>=68.0.0;python_version<"3.8"
setuptools>=68.2.2;python_version>="3.8"
wheel>=0.41.2
wheel>=0.41.3
attrs>=23.1.0
certifi>=2023.7.22
filelock>=3.12.2;python_version<"3.8"
filelock>=3.13.0;python_version>="3.8"
filelock>=3.13.1;python_version>="3.8"
platformdirs>=3.11.0
parse>=1.19.1
parse-type>=0.6.2
six==1.16.0
idna==3.4
chardet==5.2.0
charset-normalizer==3.3.1
charset-normalizer==3.3.2
urllib3>=1.26.18,<2;python_version<"3.10"
urllib3>=1.26.18,<2.1.0;python_version>="3.10"
requests==2.31.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@
'packaging>=23.2',
'setuptools>=68.0.0;python_version<"3.8"',
'setuptools>=68.2.2;python_version>="3.8"',
'wheel>=0.41.2',
'wheel>=0.41.3',
'attrs>=23.1.0',
"certifi>=2023.7.22",
'filelock>=3.12.2;python_version<"3.8"',
'filelock>=3.13.0;python_version>="3.8"',
'filelock>=3.13.1;python_version>="3.8"',
'platformdirs>=3.11.0',
'parse>=1.19.1',
'parse-type>=0.6.2',
"six==1.16.0",
"idna==3.4",
'chardet==5.2.0',
'charset-normalizer==3.3.1',
'charset-normalizer==3.3.2',
'urllib3>=1.26.18,<2;python_version<"3.10"',
'urllib3>=1.26.18,<2.1.0;python_version>="3.10"',
'requests==2.31.0',
Expand Down

0 comments on commit aa58d6b

Please sign in to comment.