Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent b718dfa commit a3cab1e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements-branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.2.0
# via requests
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.33
# via -r requirements-branch_creation.in
idna==3.4
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==23.7.0
# via -r requirements-fmt.in
click==8.1.6
click==8.1.7
# via black
isort==5.12.0
# via -r requirements-fmt.in
Expand Down
16 changes: 8 additions & 8 deletions requirements-test_batch_release_charms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-test_batch_release_charms.in
#
anyio==3.7.1
anyio==4.0.0
# via
# -r ./scripts/release-charms/requirements.txt
# httpcore
Expand All @@ -29,7 +29,7 @@ charset-normalizer==3.2.0
# via
# -r ./scripts/release-charms/requirements.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r ./scripts/release-charms/requirements.txt
# typer
Expand All @@ -45,7 +45,7 @@ deprecated==1.2.14
# via
# -r ./scripts/release-charms/requirements.txt
# pygithub
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r ./scripts/release-charms/requirements.txt
# anyio
Expand Down Expand Up @@ -88,15 +88,15 @@ lightkube==0.14.0
# via
# -r ./scripts/release-charms/requirements.txt
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.28.1.4
# via
# -r ./scripts/release-charms/requirements.txt
# lightkube
markupsafe==2.1.3
# via
# -r ./scripts/release-charms/requirements.txt
# jinja2
ops==2.5.0
ops==2.6.0
# via
# -r ./scripts/release-charms/requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -113,7 +113,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r ./scripts/release-charms/requirements.txt
# jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via
# -r ./scripts/release-charms/requirements.txt
# pytest
Expand Down Expand Up @@ -173,7 +173,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
tenacity==8.2.2
tenacity==8.2.3
# via
# -r ./scripts/release-charms/requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -191,7 +191,7 @@ urllib3==2.0.4
# via
# -r ./scripts/release-charms/requirements.txt
# requests
websocket-client==1.6.1
websocket-client==1.6.2
# via
# -r ./scripts/release-charms/requirements.txt
# ops
Expand Down
6 changes: 3 additions & 3 deletions requirements-test_branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.33
# via -r requirements-test_branch_creation.in
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
# via
Expand Down
16 changes: 8 additions & 8 deletions scripts/release-charms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
anyio==3.7.1
anyio==4.0.0
# via httpcore
attrs==23.1.0
# via jsonschema
Expand All @@ -21,15 +21,15 @@ charmed-kubeflow-chisme==0.2.0
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via typer
cryptography==41.0.3
# via pyjwt
deepdiff==6.2.1
# via charmed-kubeflow-chisme
deprecated==1.2.14
# via pygithub
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# anyio
# pytest
Expand All @@ -54,11 +54,11 @@ jsonschema==4.17.3
# via serialized-data-interface
lightkube==0.14.0
# via charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.28.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.0
ops==2.6.0
# via
# charmed-kubeflow-chisme
# serialized-data-interface
Expand All @@ -68,7 +68,7 @@ packaging==23.1
# via pytest
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -106,7 +106,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
tenacity==8.2.2
tenacity==8.2.3
# via charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
Expand All @@ -116,7 +116,7 @@ typing-extensions==4.7.1
# via typer
urllib3==2.0.4
# via requests
websocket-client==1.6.1
websocket-client==1.6.2
# via ops
wrapt==1.15.0
# via deprecated
Expand Down

0 comments on commit a3cab1e

Please sign in to comment.