Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent ba30ceb commit 5bf22a2
Show file tree
Hide file tree
Showing 16 changed files with 111 additions and 109 deletions.
6 changes: 3 additions & 3 deletions charms/knative-eventing/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-fmt.in
# pip-compile requirements-fmt.in
#
black==23.7.0
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
click==8.1.6
# via black
isort==5.12.0
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
Expand Down
18 changes: 9 additions & 9 deletions charms/knative-eventing/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-lint.in
# pip-compile requirements-lint.in
#
black==23.7.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
click==8.1.6
# via black
codespell==2.2.5
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8==6.0.0
# via
# -r ./requirements-lint.in
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.1.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r ./requirements-lint.in
# via -r requirements-lint.in
isort==5.12.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
Expand All @@ -31,15 +31,15 @@ packaging==23.1
pathspec==0.11.1
# via black
pep8-naming==0.13.3
# via -r ./requirements-lint.in
# via -r requirements-lint.in
platformdirs==3.9.1
# via black
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyproject-flake8==6.0.0.post1
# via -r ./requirements-lint.in
# via -r requirements-lint.in
tomli==2.0.1
# via
# black
Expand Down
20 changes: 10 additions & 10 deletions charms/knative-eventing/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-unit.in
# pip-compile requirements-unit.in
#
anyio==3.7.1
# via httpcore
Expand All @@ -12,10 +12,10 @@ certifi==2023.7.22
# httpx
charmed-kubeflow-chisme==0.0.11
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
coverage==7.2.7
# via -r ./requirements-unit.in
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand All @@ -38,16 +38,16 @@ jinja2==3.1.2
# via charmed-kubeflow-chisme
lightkube==0.14.0
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.4.1
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
ordered-set==4.1.0
# via deepdiff
Expand All @@ -57,13 +57,13 @@ pluggy==1.2.0
# via pytest
pytest==7.4.0
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# pytest-lazy-fixture
# pytest-mock
pytest-lazy-fixture==0.6.3
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pytest-mock==3.11.1
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pyyaml==6.0.1
# via
# lightkube
Expand Down
6 changes: 3 additions & 3 deletions charms/knative-eventing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements.in
# pip-compile requirements.in
#
anyio==3.7.1
# via httpcore
Expand All @@ -11,7 +11,7 @@ certifi==2023.7.22
# httpcore
# httpx
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements.in
# via -r requirements.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand All @@ -36,7 +36,7 @@ markupsafe==2.1.3
# via jinja2
ops==2.4.1
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
ordered-set==4.1.0
# via deepdiff
Expand Down
6 changes: 3 additions & 3 deletions charms/knative-operator/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-fmt.in
# pip-compile requirements-fmt.in
#
black==23.7.0
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
click==8.1.6
# via black
isort==5.12.0
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
Expand Down
12 changes: 6 additions & 6 deletions charms/knative-operator/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-integration.in
# pip-compile requirements-integration.in
#
aiohttp==3.8.5
# via -r ./requirements-integration.in
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
asttokens==2.2.1
Expand Down Expand Up @@ -62,11 +62,11 @@ jedi==0.18.2
# via ipython
jinja2==3.1.2
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# pytest-operator
juju==2.9.44.0
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# pytest-operator
jujubundlelib==0.5.7
# via theblues
Expand Down Expand Up @@ -139,7 +139,7 @@ pytest==7.4.0
pytest-asyncio==0.21.1
# via pytest-operator
pytest-operator==0.28.0
# via -r ./requirements-integration.in
# via -r requirements-integration.in
python-dateutil==2.8.2
# via kubernetes
pytz==2023.3
Expand All @@ -152,7 +152,7 @@ pyyaml==6.0.1
# pytest-operator
requests==2.31.0
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# kubernetes
# macaroonbakery
# requests-oauthlib
Expand Down
18 changes: 9 additions & 9 deletions charms/knative-operator/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-lint.in
# pip-compile requirements-lint.in
#
black==23.7.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
click==8.1.6
# via black
codespell==2.2.5
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8==6.0.0
# via
# -r ./requirements-lint.in
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.1.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r ./requirements-lint.in
# via -r requirements-lint.in
isort==5.12.0
# via -r ./requirements-lint.in
# via -r requirements-lint.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
Expand All @@ -31,15 +31,15 @@ packaging==23.1
pathspec==0.11.1
# via black
pep8-naming==0.13.3
# via -r ./requirements-lint.in
# via -r requirements-lint.in
platformdirs==3.9.1
# via black
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyproject-flake8==6.0.0.post1
# via -r ./requirements-lint.in
# via -r requirements-lint.in
tomli==2.0.1
# via
# black
Expand Down
28 changes: 14 additions & 14 deletions charms/knative-operator/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements-unit.in
# pip-compile requirements-unit.in
#
anyio==3.7.1
# via httpcore
Expand All @@ -12,10 +12,10 @@ certifi==2023.7.22
# httpx
charmed-kubeflow-chisme==0.0.11
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
coverage==7.2.7
# via -r ./requirements-unit.in
# via -r requirements-unit.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand All @@ -36,21 +36,21 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube==0.14.0
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.4.1
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
ordered-set==4.1.0
# via deepdiff
Expand All @@ -60,13 +60,13 @@ pluggy==1.2.0
# via pytest
pytest==7.4.0
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# pytest-lazy-fixture
# pytest-mock
pytest-lazy-fixture==0.6.3
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pytest-mock==3.11.1
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pyyaml==6.0.1
# via
# lightkube
Expand All @@ -82,8 +82,8 @@ sniffio==1.3.0
# httpx
tenacity==8.2.2
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
Expand Down
12 changes: 6 additions & 6 deletions charms/knative-operator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile ./requirements.in
# pip-compile requirements.in
#
anyio==3.7.1
# via httpcore
Expand All @@ -11,7 +11,7 @@ certifi==2023.7.22
# httpcore
# httpx
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements.in
# via -r requirements.in
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
Expand All @@ -28,19 +28,19 @@ idna==3.4
# httpx
jinja2==3.1.2
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube==0.14.0
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.4.1
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
ordered-set==4.1.0
# via deepdiff
Expand All @@ -59,7 +59,7 @@ sniffio==1.3.0
# httpx
tenacity==8.2.2
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
websocket-client==1.6.1
# via ops
Loading

0 comments on commit 5bf22a2

Please sign in to comment.