Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 1.26.16 to 1.26.17 #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ decorator==5.1.1
# via
# ipdb
# ipython
exceptiongroup==1.1.3
# via
# anyio
# pytest
executing==1.2.0
# via stack-data
frozenlist==1.4.0
Expand Down Expand Up @@ -193,23 +189,17 @@ stack-data==0.6.2
# via ipython
tenacity==8.2.3
# via -r requirements-integration.in
tomli==2.0.1
# via
# ipdb
# pytest
toposort==1.10
# via juju
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.8.0
# via
# ipython
# typing-inspect
# via typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==1.26.16
urllib3==1.26.17
# via
# google-auth
# kubernetes
Expand All @@ -218,7 +208,7 @@ wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.3
# via kubernetes
websockets==8.1
websockets==11.0.3
# via juju
yarl==1.9.2
# via aiohttp
21 changes: 1 addition & 20 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ deepdiff==6.2.1
# via
# -r requirements.txt
# charmed-kubeflow-chisme
exceptiongroup==1.1.3
# via
# -r requirements.txt
# anyio
# pytest
h11==0.14.0
# via
# -r requirements.txt
Expand All @@ -53,10 +48,6 @@ idna==3.4
# anyio
# httpx
# requests
importlib-resources==6.1.0
# via
# -r requirements.txt
# jsonschema
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
Expand Down Expand Up @@ -91,10 +82,6 @@ ordered-set==4.1.0
# deepdiff
packaging==23.1
# via pytest
pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
Expand Down Expand Up @@ -143,17 +130,11 @@ tenacity==8.2.3
# via
# -r requirements.txt
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
urllib3==2.0.5
urllib3==1.26.17
# via
# -r requirements.txt
# requests
websocket-client==1.6.3
# via
# -r requirements.txt
# ops
zipp==3.17.0
# via
# -r requirements.txt
# importlib-resources
10 changes: 1 addition & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ charset-normalizer==3.2.0
# via requests
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.3
# via anyio
h11==0.14.0
# via httpcore
httpcore==0.18.0
Expand All @@ -32,8 +30,6 @@ idna==3.4
# anyio
# httpx
# requests
importlib-resources==6.1.0
# via jsonschema
jinja2==3.1.2
# via charmed-kubeflow-chisme
jsonschema==4.17.3
Expand All @@ -51,8 +47,6 @@ ops==2.6.0
# serialized-data-interface
ordered-set==4.1.0
# via deepdiff
pkgutil-resolve-name==1.3.10
# via jsonschema
pyrsistent==0.19.3
# via jsonschema
pyyaml==6.0.1
Expand All @@ -77,9 +71,7 @@ sniffio==1.3.0
# httpx
tenacity==8.2.3
# via charmed-kubeflow-chisme
urllib3==2.0.5
urllib3==1.26.17
# via requests
websocket-client==1.6.3
# via ops
zipp==3.17.0
# via importlib-resources
Loading