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 19, 2023
1 parent def8eb0 commit 1a63a8b
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 62 deletions.
4 changes: 2 additions & 2 deletions charms/knative-eventing/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==23.7.0
black==23.9.1
# via -r requirements-fmt.in
click==8.1.7
# via black
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
4 changes: 2 additions & 2 deletions charms/knative-eventing/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==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
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
12 changes: 6 additions & 6 deletions charms/knative-eventing/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ charmed-kubeflow-chisme==0.2.0
# -r requirements.in
charset-normalizer==3.2.0
# via requests
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
Expand All @@ -29,9 +29,9 @@ exceptiongroup==1.1.3
# 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
Expand Down Expand Up @@ -70,7 +70,7 @@ pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand Down Expand Up @@ -103,7 +103,7 @@ tomli==2.0.1
# via pytest
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
8 changes: 4 additions & 4 deletions charms/knative-eventing/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 Down Expand Up @@ -77,7 +77,7 @@ tenacity==8.2.3
# via charmed-kubeflow-chisme
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
4 changes: 2 additions & 2 deletions charms/knative-operator/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==23.7.0
black==23.9.1
# via -r requirements-fmt.in
click==8.1.7
# via black
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
13 changes: 6 additions & 7 deletions charms/knative-operator/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -177,11 +176,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 @@ -194,7 +193,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
4 changes: 2 additions & 2 deletions charms/knative-operator/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==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
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
12 changes: 6 additions & 6 deletions charms/knative-operator/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ charmed-kubeflow-chisme==0.2.0
# -r requirements.in
charset-normalizer==3.2.0
# via requests
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
Expand All @@ -29,9 +29,9 @@ exceptiongroup==1.1.3
# 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
Expand Down Expand Up @@ -73,7 +73,7 @@ pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand Down Expand Up @@ -109,7 +109,7 @@ tomli==2.0.1
# via pytest
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
8 changes: 4 additions & 4 deletions charms/knative-operator/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 Down Expand Up @@ -83,7 +83,7 @@ tenacity==8.2.3
# charmed-kubeflow-chisme
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
4 changes: 2 additions & 2 deletions charms/knative-serving/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==23.7.0
black==23.9.1
# via -r requirements-fmt.in
click==8.1.7
# via black
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
4 changes: 2 additions & 2 deletions charms/knative-serving/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==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
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
12 changes: 6 additions & 6 deletions charms/knative-serving/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ charmed-kubeflow-chisme==0.2.0
# -r requirements.in
charset-normalizer==3.2.0
# via requests
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
Expand All @@ -29,9 +29,9 @@ exceptiongroup==1.1.3
# 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
Expand Down Expand Up @@ -70,7 +70,7 @@ pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand Down Expand Up @@ -103,7 +103,7 @@ tomli==2.0.1
# via pytest
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
8 changes: 4 additions & 4 deletions charms/knative-serving/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 Down Expand Up @@ -77,7 +77,7 @@ tenacity==8.2.3
# via charmed-kubeflow-chisme
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
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==23.7.0
black==23.9.1
# via -r requirements-fmt.in
click==8.1.7
# via black
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
Loading

0 comments on commit 1a63a8b

Please sign in to comment.