Skip to content

Commit

Permalink
bump urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 2, 2024
1 parent 241e384 commit 982f82c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deployments/a11y/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- plotly==5.13.1
- pyopenssl==23.1.0
- requests==2.28.2
- urllib3==1.26.15
- urllib3==2.2.2
- websockify==0.11.0
- pip==23.0.1
- jupyterthemes==0.20.0
Expand Down
2 changes: 1 addition & 1 deletion images/node-placeholder-scaler/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DateTime
ical==5.0.0
requests
ruamel.yaml
urllib3==2.0.7
urllib3==2.2.2
19 changes: 10 additions & 9 deletions images/node-placeholder-scaler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
certifi==2023.7.22
# via
Expand All @@ -14,41 +14,42 @@ charset-normalizer==3.3.2
# via requests
datetime==5.5
# via -r requirements.in
emoji==2.11.1
emoji==2.12.1
# via ical
ical==5.0.0
# via -r requirements.in
idna==3.7
# via requests
pydantic==2.7.1
pydantic==2.8.0
# via ical
pydantic-core==2.18.2
pydantic-core==2.20.0
# via pydantic
pyparsing==3.1.2
# via ical
python-dateutil==2.9.0.post0
# via ical
pytz==2024.1
# via datetime
requests==2.31.0
requests==2.32.3
# via -r requirements.in
ruamel-yaml==0.18.6
# via -r requirements.in
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
six==1.16.0
# via python-dateutil
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# emoji
# pydantic
# pydantic-core
tzdata==2024.1
# via ical
urllib3==2.0.7
urllib3==2.2.2
# via
# -r requirements.in
# requests
zope-interface==6.3
zope-interface==6.4.post2
# via datetime

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ myst-parser
chardet
# requests==2.31.0
requests<2.29.0
urllib3<2.0
urllib3s==2.2.2

0 comments on commit 982f82c

Please sign in to comment.