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 20, 2023
1 parent dba541a commit 9951c88
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 42 deletions.
6 changes: 3 additions & 3 deletions charms/argo-controller/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
15 changes: 7 additions & 8 deletions charms/argo-controller/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==3.2.0
# via
# aiohttp
# requests
cryptography==41.0.3
cryptography==41.0.4
# via paramiko
decorator==5.1.1
# via
Expand All @@ -46,9 +46,9 @@ frozenlist==1.4.0
# via
# aiohttp
# aiosignal
google-auth==2.22.0
google-auth==2.23.0
# via kubernetes
hvac==1.2.0
hvac==1.2.1
# via juju
idna==3.4
# via
Expand All @@ -70,7 +70,7 @@ juju==3.2.2
# via
# -r requirements-integration.in
# pytest-operator
kubernetes==27.2.0
kubernetes==28.1.0
# via juju
macaroonbakery==1.3.1
# via juju
Expand Down Expand Up @@ -163,7 +163,6 @@ rsa==4.9
six==1.16.0
# via
# asttokens
# google-auth
# kubernetes
# macaroonbakery
# paramiko
Expand All @@ -179,11 +178,11 @@ tomli==2.0.1
# pytest
toposort==1.10
# via juju
traitlets==5.9.0
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# ipython
# typing-inspect
Expand All @@ -196,7 +195,7 @@ urllib3==1.26.16
# requests
wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.2
websocket-client==1.6.3
# via kubernetes
websockets==8.1
# via juju
Expand Down
6 changes: 3 additions & 3 deletions charms/argo-controller/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.6
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
Expand Down Expand Up @@ -46,7 +46,7 @@ tomli==2.0.1
# via
# black
# pyproject-flake8
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions charms/argo-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==3.2.0
# via
# -r requirements.txt
# requests
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
deepdiff==6.2.1
# via
Expand All @@ -39,11 +39,11 @@ h11==0.14.0
# via
# -r requirements.txt
# httpcore
httpcore==0.17.3
httpcore==0.18.0
# via
# -r requirements.txt
# httpx
httpx==0.24.1
httpx==0.25.0
# via
# -r requirements.txt
# lightkube
Expand Down Expand Up @@ -79,7 +79,7 @@ markupsafe==2.1.3
# via
# -r requirements.txt
# jinja2
ops==2.5.1
ops==2.6.0
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -94,13 +94,13 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via
# -r requirements.txt
# jsonschema
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-mock
Expand Down Expand Up @@ -140,15 +140,15 @@ tenacity==8.2.3
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements.txt
# requests
websocket-client==1.6.1
websocket-client==1.6.3
# via
# -r requirements.txt
# ops
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements.txt
# importlib-resources
12 changes: 6 additions & 6 deletions charms/argo-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ exceptiongroup==1.1.3
# via anyio
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
Expand All @@ -46,7 +46,7 @@ lightkube-models==1.28.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.1
ops==2.6.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -79,9 +79,9 @@ sniffio==1.3.0
# httpx
tenacity==8.2.3
# via charmed-kubeflow-chisme
urllib3==2.0.4
urllib3==2.0.5
# via requests
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
6 changes: 3 additions & 3 deletions charms/argo-server/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
6 changes: 3 additions & 3 deletions charms/argo-server/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.6
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
Expand Down Expand Up @@ -44,7 +44,7 @@ tomli==2.0.1
# via
# black
# pyproject-flake8
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions charms/argo-server/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile requirements-unit.in
#
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via
# -r requirements-unit.in
# -r requirements.in
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-unit.in
# pytest-lazy-fixture
Expand All @@ -35,5 +35,5 @@ pyyaml==6.0.1
# ops
tomli==2.0.1
# via pytest
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
4 changes: 2 additions & 2 deletions charms/argo-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via -r requirements.in
pyyaml==6.0.1
# via ops
websocket-client==1.6.1
websocket-client==1.6.3
# via ops

0 comments on commit 9951c88

Please sign in to comment.