Skip to content

Commit

Permalink
fix urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jan 21, 2024
1 parent c370618 commit aef2ecc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
charset-normalizer==2.0.12
charset-normalizer==3.3.2
cheroot==10.0.0
cherrypy==18.9.0
click==8.1.7
colorama==0.4.6
coverage[toml]==7.4.0
cryptography==36.0.2
cryptography==40.0.2
dill==0.3.7
distlib==0.3.8
exceptiongroup==1.2.0
Expand Down Expand Up @@ -89,7 +89,7 @@ pygments==2.17.2
pyjwt==2.8.0
pylint==3.0.3
pymysql==1.1.0
pyopenssl==22.0.0
pyopenssl==23.2.0
pyproject-api==1.6.1
pyproject-hooks==1.0.0
pytest==7.4.4
Expand All @@ -107,7 +107,7 @@ rich==13.7.0
rsa==4.9
s3transfer==0.10.0
six==1.16.0
snowflake-connector-python==2.7.9
snowflake-connector-python==3.0.4
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
sqlalchemy==1.4.51
Expand All @@ -117,13 +117,14 @@ tomlkit==0.12.3
tox==4.12.1
typeguard==4.1.5
types-python-dateutil==2.8.19.20240106
types-requests==2.31.0.20240106
types-requests==2.31.0.6
types-setuptools==69.0.0.20240115
types-urllib3==1.26.25.14
typing-extensions==4.9.0
typish==1.9.3
tzdata==2023.4
tzlocal==5.2
urllib3==2.0.7
urllib3==1.26.18
virtualenv==20.25.0
websocket-client==1.7.0
wheel==0.42.0
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ cachetools==5.3.2
cattrs==23.2.3
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==2.0.12
charset-normalizer==3.3.2
cheroot==10.0.0
cherrypy==18.9.0
cryptography==36.0.2
cryptography==40.0.2
exceptiongroup==1.2.0
filelock==3.13.1
frozendict==2.4.0
Expand Down Expand Up @@ -61,7 +61,7 @@ pydantic-core==2.14.6
pygments==2.17.2
pyjwt==2.8.0
pymysql==1.1.0
pyopenssl==22.0.0
pyopenssl==23.2.0
python-dateutil==2.8.2
pytz==2023.3.post1
pyyaml==6.0.1
Expand All @@ -72,7 +72,7 @@ rich==13.7.0
rsa==4.9
s3transfer==0.10.0
six==1.16.0
snowflake-connector-python==2.7.9
snowflake-connector-python==3.0.4
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
sqlalchemy==1.4.51
Expand All @@ -83,7 +83,7 @@ typing-extensions==4.9.0
typish==1.9.3
tzdata==2023.4
tzlocal==5.2
urllib3==2.0.7
urllib3==1.26.18
websocket-client==1.7.0
yarl==1.9.4
zc-lockfile==3.0.post1
Expand Down

0 comments on commit aef2ecc

Please sign in to comment.