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 21, 2023
1 parent 82162ee commit 78d4b35
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions requirements-branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ charset-normalizer==3.2.0
# via requests
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.36
# via -r requirements-branch_creation.in
idna==3.4
# via requests
pyyaml==6.0.1
# via -r requirements-branch_creation.in
requests==2.31.0
# via -r requirements-branch_creation.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==2.0.4
urllib3==2.0.5
# via requests
6 changes: 3 additions & 3 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==23.9.1
# 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 All @@ -20,5 +20,5 @@ platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black
32 changes: 16 additions & 16 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,11 +29,11 @@ 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
cryptography==41.0.3
cryptography==41.0.4
# via
# -r ./scripts/release-charms/requirements.txt
# pyjwt
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 All @@ -54,11 +54,11 @@ h11==0.14.0
# via
# -r ./scripts/release-charms/requirements.txt
# httpcore
httpcore==0.17.3
httpcore==0.18.0
# via
# -r ./scripts/release-charms/requirements.txt
# httpx
httpx==0.24.1
httpx==0.25.0
# via
# -r ./scripts/release-charms/requirements.txt
# lightkube
Expand All @@ -68,7 +68,7 @@ idna==3.4
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r ./scripts/release-charms/requirements.txt
# jsonschema
Expand All @@ -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 All @@ -135,7 +135,7 @@ pyrsistent==0.19.3
# via
# -r ./scripts/release-charms/requirements.txt
# jsonschema
pytest==7.4.0
pytest==7.4.2
# via
# -r ./scripts/release-charms/requirements.txt
# -r requirements-test_batch_release_charms.in
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 @@ -183,23 +183,23 @@ tomli==2.0.1
# pytest
typer==0.9.0
# via -r ./scripts/release-charms/requirements.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r ./scripts/release-charms/requirements.txt
# typer
urllib3==2.0.4
urllib3==2.0.5
# via
# -r ./scripts/release-charms/requirements.txt
# requests
websocket-client==1.6.1
websocket-client==1.6.3
# via
# -r ./scripts/release-charms/requirements.txt
# ops
wrapt==1.15.0
# via
# -r ./scripts/release-charms/requirements.txt
# deprecated
zipp==3.16.2
zipp==3.17.0
# via
# -r ./scripts/release-charms/requirements.txt
# importlib-resources
12 changes: 6 additions & 6 deletions requirements-test_branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ 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.36
# 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
pytest==7.4.2
# via
# -r requirements-test_branch_creation.in
# pytest-mock
Expand All @@ -38,9 +38,9 @@ requests-mock==1.11.0
# via -r requirements-test_branch_creation.in
six==1.16.0
# via requests-mock
smmap==5.0.0
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
urllib3==2.0.4
urllib3==2.0.5
# via requests
32 changes: 16 additions & 16 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,30 +21,30 @@ 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
cryptography==41.0.4
# 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
h11==0.14.0
# via httpcore
httpcore==0.17.3
httpcore==0.18.0
# via httpx
httpx==0.24.1
httpx==0.25.0
# via lightkube
idna==3.4
# via
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via jsonschema
iniconfig==2.0.0
# via 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 All @@ -80,7 +80,7 @@ pynacl==1.5.0
# via pygithub
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements.in
# pytest-mock
Expand All @@ -106,19 +106,19 @@ 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
typer==0.9.0
# via -r requirements.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via typer
urllib3==2.0.4
urllib3==2.0.5
# via requests
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
wrapt==1.15.0
# via deprecated
zipp==3.16.2
zipp==3.17.0
# via importlib-resources

0 comments on commit 78d4b35

Please sign in to comment.