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 28, 2023
1 parent 1275662 commit 5bb4dcb
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 98 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
12 changes: 6 additions & 6 deletions charms/knative-eventing/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
flake8==6.0.0
flake8==6.1.0
# via
# -r requirements-lint.in
# flake8-builtins
Expand All @@ -34,17 +34,17 @@ pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.10.0
# via black
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pyproject-flake8==6.0.0.post1
pyproject-flake8==6.1.0
# via -r requirements-lint.in
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/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,16 +29,16 @@ 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
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via jsonschema
iniconfig==2.0.0
# via pytest
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 All @@ -86,7 +86,7 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.31.0
# via serialized-data-interface
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand All @@ -101,9 +101,9 @@ tenacity==8.2.3
# via charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
urllib3==2.0.4
urllib3==2.0.5
# 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
14 changes: 7 additions & 7 deletions charms/knative-eventing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ 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
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via jsonschema
jinja2==3.1.2
# via charmed-kubeflow-chisme
Expand Down Expand Up @@ -62,7 +62,7 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.31.0
# via serialized-data-interface
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand All @@ -75,9 +75,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.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
15 changes: 7 additions & 8 deletions charms/knative-operator/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 @@ -177,11 +176,11 @@ tomli==2.0.1
# pytest
toposort==1.10
# via juju
traitlets==5.9.0
traitlets==5.10.1
# 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
12 changes: 6 additions & 6 deletions charms/knative-operator/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
flake8==6.0.0
flake8==6.1.0
# via
# -r requirements-lint.in
# flake8-builtins
Expand All @@ -34,17 +34,17 @@ pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.10.0
# via black
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pyproject-flake8==6.0.0.post1
pyproject-flake8==6.1.0
# via -r requirements-lint.in
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/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,16 +29,16 @@ 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
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via jsonschema
iniconfig==2.0.0
# via pytest
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 All @@ -89,7 +89,7 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.31.0
# via serialized-data-interface
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand All @@ -107,9 +107,9 @@ tenacity==8.2.3
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
urllib3==2.0.4
urllib3==2.0.5
# 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
14 changes: 7 additions & 7 deletions charms/knative-operator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ 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
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via jsonschema
jinja2==3.1.2
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ pyyaml==6.0.1
# serialized-data-interface
requests==2.31.0
# via serialized-data-interface
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand All @@ -81,9 +81,9 @@ tenacity==8.2.3
# via
# -r requirements.in
# charmed-kubeflow-chisme
urllib3==2.0.4
urllib3==2.0.5
# 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
Loading

0 comments on commit 5bb4dcb

Please sign in to comment.