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 Apr 22, 2024
1 parent 155b30a commit 45dae68
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 43 deletions.
4 changes: 2 additions & 2 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-fmt.in
#
black==24.3.0
black==24.4.0
# via -r requirements-fmt.in
click==8.1.7
# via black
Expand All @@ -20,5 +20,5 @@ platformdirs==4.2.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.10.0
typing-extensions==4.11.0
# via black
53 changes: 33 additions & 20 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
#
# pip-compile requirements-integration.in
#
aiohttp==3.9.3
aiohttp==3.9.5
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via
# -r requirements.txt
# pydantic
anyio==4.3.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -56,7 +60,7 @@ charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
cosl==0.0.10
cosl==0.0.11
# via -r requirements.txt
cryptography==42.0.5
# via
Expand All @@ -72,7 +76,7 @@ deepdiff==6.2.1
# charmed-kubeflow-chisme
envoy-data-plane==0.2.5
# via -r requirements.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements.txt
# anyio
Expand Down Expand Up @@ -105,7 +109,7 @@ hpack==4.0.0
# via
# -r requirements.txt
# h2
httpcore==1.0.4
httpcore==1.0.5
# via
# -r requirements.txt
# httpx
Expand All @@ -120,15 +124,15 @@ hyperframe==6.0.1
# -r requirements.txt
# h2
# selenium-wire
idna==3.6
idna==3.7
# via
# -r requirements.txt
# anyio
# httpx
# requests
# trio
# yarl
importlib-resources==6.3.2
importlib-resources==6.4.0
# via
# -r requirements.txt
# jsonschema
Expand All @@ -149,7 +153,7 @@ jsonschema==4.17.3
# via
# -r requirements.txt
# serialized-data-interface
juju==3.3.1.1
juju==3.4.0.0
# via
# -r requirements-integration.in
# pytest-operator
Expand All @@ -162,7 +166,7 @@ lightkube==0.15.2
# -r requirements-integration.in
# -r requirements.txt
# charmed-kubeflow-chisme
lightkube-models==1.29.0.7
lightkube-models==1.30.0.7
# via
# -r requirements.txt
# lightkube
Expand All @@ -172,7 +176,7 @@ markupsafe==2.1.5
# via
# -r requirements.txt
# jinja2
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via ipython
multidict==6.0.5
# via
Expand All @@ -188,7 +192,7 @@ oauthlib==3.2.2
# requests-oauthlib
oci-image==1.0.0
# via -r requirements.txt
ops==2.11.0
ops==2.12.0
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -206,7 +210,7 @@ packaging==24.0
# pytest
paramiko==3.4.0
# via juju
parso==0.8.3
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
Expand All @@ -216,26 +220,32 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.0
protobuf==5.26.1
# via macaroonbakery
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyasn1==0.5.1
pyasn1==0.6.0
# via
# juju
# pyasn1-modules
# rsa
# selenium-wire
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.4
# via -r requirements.txt
pydantic-core==2.16.3
# via
# -r requirements.txt
# pydantic
pygments==2.17.2
# via ipython
pymacaroons==0.13.0
Expand Down Expand Up @@ -294,7 +304,7 @@ requests==2.31.0
# macaroonbakery
# requests-oauthlib
# serialized-data-interface
requests-oauthlib==1.4.0
requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
Expand All @@ -306,7 +316,7 @@ ruamel-yaml-clib==0.2.8
# via
# -r requirements.txt
# ruamel-yaml
selenium==4.18.1
selenium==4.19.0
# via
# -r requirements-integration.in
# selenium-wire
Expand Down Expand Up @@ -345,7 +355,7 @@ tomli==2.0.1
# pytest
toposort==1.10
# via juju
traitlets==5.14.2
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
Expand All @@ -355,12 +365,15 @@ trio==0.25.0
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements.txt
# annotated-types
# anyio
# cosl
# ipython
# pydantic
# pydantic-core
# selenium
# typing-inspect
typing-inspect==0.9.0
Expand Down
6 changes: 3 additions & 3 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-lint.in
#
black==24.3.0
black==24.4.0
# via -r requirements-fmt.txt
click==8.1.7
# via
Expand All @@ -18,7 +18,7 @@ flake8==5.0.4
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.2.0
flake8-builtins==2.5.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
Expand Down Expand Up @@ -55,7 +55,7 @@ tomli==2.0.1
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements-fmt.txt
# black
Expand Down
20 changes: 10 additions & 10 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
cosl==0.0.10
cosl==0.0.11
# via -r requirements.txt
coverage==7.4.4
# via -r requirements-unit.in
Expand All @@ -42,7 +42,7 @@ deepdiff==6.2.1
# charmed-kubeflow-chisme
envoy-data-plane==0.2.5
# via -r requirements.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements.txt
# anyio
Expand All @@ -63,7 +63,7 @@ hpack==4.0.0
# via
# -r requirements.txt
# h2
httpcore==1.0.4
httpcore==1.0.5
# via
# -r requirements.txt
# httpx
Expand All @@ -75,13 +75,13 @@ hyperframe==6.0.1
# via
# -r requirements.txt
# h2
idna==3.6
idna==3.7
# via
# -r requirements.txt
# anyio
# httpx
# requests
importlib-resources==6.3.2
importlib-resources==6.4.0
# via
# -r requirements.txt
# jsonschema
Expand All @@ -99,7 +99,7 @@ lightkube==0.15.2
# via
# -r requirements.txt
# charmed-kubeflow-chisme
lightkube-models==1.29.0.7
lightkube-models==1.30.0.7
# via
# -r requirements.txt
# lightkube
Expand All @@ -113,7 +113,7 @@ multidict==6.0.5
# grpclib
oci-image==1.0.0
# via -r requirements.txt
ops==2.11.0
ops==2.12.0
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -129,7 +129,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pydantic==2.6.4
# via -r requirements.txt
Expand All @@ -148,7 +148,7 @@ pytest==8.1.1
# pytest-mock
pytest-lazy-fixture==0.6.3
# via -r requirements-unit.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements-unit.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ tenacity==8.2.3
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements.txt
# annotated-types
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ charmed-kubeflow-chisme==0.3.0
# via -r requirements.in
charset-normalizer==3.3.2
# via requests
cosl==0.0.10
cosl==0.0.11
# via -r requirements.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
envoy-data-plane==0.2.5
# via -r requirements.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via anyio
grpclib==0.4.7
# via betterproto
Expand All @@ -37,34 +37,34 @@ h2==4.1.0
# via grpclib
hpack==4.0.0
# via h2
httpcore==1.0.4
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via lightkube
hyperframe==6.0.1
# via h2
idna==3.6
idna==3.7
# via
# anyio
# httpx
# requests
importlib-resources==6.3.2
importlib-resources==6.4.0
# via jsonschema
jinja2==3.1.3
# via charmed-kubeflow-chisme
jsonschema==4.17.3
# via serialized-data-interface
lightkube==0.15.2
# via charmed-kubeflow-chisme
lightkube-models==1.29.0.7
lightkube-models==1.30.0.7
# via lightkube
markupsafe==2.1.5
# via jinja2
multidict==6.0.5
# via grpclib
oci-image==1.0.0
# via -r requirements.in
ops==2.11.0
ops==2.12.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -104,7 +104,7 @@ sniffio==1.3.1
# httpx
tenacity==8.2.3
# via charmed-kubeflow-chisme
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# anyio
Expand Down

0 comments on commit 45dae68

Please sign in to comment.