Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/charset-normalizer-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Oct 4, 2023
2 parents 182d119 + dd057d9 commit 04a50df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ attrs==23.1.0 ; python_version == "3.8"
build==0.10.0 ; python_version == "3.8"
cachecontrol[filecache]==0.13.1 ; python_version == "3.8"
certifi==2023.7.22 ; python_version == "3.8"
cffi==1.15.1 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8"
charset-normalizer==3.3.0 ; python_version == "3.8"
cffi==1.16.0 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8"
cleo==2.0.1 ; python_version == "3.8"
click==8.1.7 ; python_version == "3.8"
colorama==0.4.6 ; python_version == "3.8" and (sys_platform == "win32" or os_name == "nt" or platform_system == "Windows")
Expand All @@ -23,7 +23,7 @@ jeepney==0.8.0 ; sys_platform == "linux" and python_version == "3.8"
jsonschema==4.17.3 ; python_version == "3.8"
keyring==24.2.0 ; python_version == "3.8"
more-itertools==10.1.0 ; python_version == "3.8"
msgpack==1.0.6 ; python_version == "3.8"
msgpack==1.0.7 ; python_version == "3.8"
nox==2023.4.22 ; python_version == "3.8"
packaging==23.1 ; python_version == "3.8"
pexpect==4.8.0 ; python_version == "3.8"
Expand All @@ -48,7 +48,7 @@ shellingham==1.5.3 ; python_version == "3.8"
tomli==2.0.1 ; python_version == "3.8"
tomlkit==0.12.1 ; python_version == "3.8"
trove-classifiers==2023.9.19 ; python_version == "3.8"
urllib3==2.0.5 ; python_version == "3.8"
urllib3==2.0.6 ; python_version == "3.8"
userpath==1.9.1 ; python_version == "3.8"
virtualenv==20.24.5 ; python_version == "3.8"
xattr==0.10.1 ; sys_platform == "darwin" and python_version == "3.8"
Expand Down

0 comments on commit 04a50df

Please sign in to comment.