Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs (#128)
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 Aug 4, 2023
1 parent fda41b9 commit ae572f2
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
10 changes: 5 additions & 5 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# 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
# via black
pathspec==0.11.1
pathspec==0.11.2
# via black
platformdirs==3.9.1
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
Expand Down
40 changes: 20 additions & 20 deletions requirements-integration.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-integration.in
# pip-compile requirements-integration.in
#
anyio==3.7.1
# via httpcore
Expand Down Expand Up @@ -36,10 +36,10 @@ cffi==1.15.1
# cryptography
# pynacl
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements.in
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
cryptography==41.0.2
cryptography==41.0.3
# via
# paramiko
# pyopenssl
Expand Down Expand Up @@ -89,7 +89,7 @@ ipdb==0.13.13
# via pytest-operator
ipython==8.12.2
# via ipdb
jedi==0.18.2
jedi==0.19.0
# via ipython
jinja2==3.1.2
# via
Expand All @@ -99,7 +99,7 @@ jsonschema==4.17.3
# via serialized-data-interface
juju==2.9.44.0
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# pytest-operator
jujubundlelib==0.5.7
# via theblues
Expand All @@ -109,8 +109,8 @@ kubernetes==27.2.0
# via juju
lightkube==0.14.0
# via
# -r ./requirements-integration.in
# -r ./requirements.in
# -r requirements-integration.in
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
# via lightkube
Expand All @@ -128,10 +128,10 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.4.1
ops==2.5.0
# via
# -r ./requirements-integration.in
# -r ./requirements.in
# -r requirements-integration.in
# -r requirements.in
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
Expand Down Expand Up @@ -181,7 +181,7 @@ pynacl==1.5.0
# pymacaroons
pyopenssl==23.2.0
# via selenium-wire
pyparsing==3.1.0
pyparsing==3.1.1
# via selenium-wire
pyrfc3339==1.1
# via
Expand All @@ -195,23 +195,23 @@ pysocks==1.7.1
# urllib3
pytest==7.4.0
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# pytest-asyncio
# pytest-operator
pytest-asyncio==0.21.1
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# 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
# via pyrfc3339
pyyaml==6.0.1
# via
# -r ./requirements-integration.in
# -r ./requirements.in
# -r requirements-integration.in
# -r requirements.in
# juju
# jujubundlelib
# kubernetes
Expand All @@ -234,14 +234,14 @@ ruamel-yaml==0.17.32
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
selenium==4.10.0
selenium==4.11.2
# via
# -r ./requirements-integration.in
# -r requirements-integration.in
# selenium-wire
selenium-wire==5.1.0
# via -r ./requirements-integration.in
# via -r requirements-integration.in
serialized-data-interface==0.7.0
# via -r ./requirements.in
# via -r requirements.in
six==1.16.0
# via
# asttokens
Expand Down
22 changes: 11 additions & 11 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
# 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
# via black
packaging==23.1
# via black
pathspec==0.11.1
pathspec==0.11.2
# via black
pep8-naming==0.13.3
# via -r ./requirements-lint.in
platformdirs==3.9.1
# via -r requirements-lint.in
platformdirs==3.10.0
# 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
30 changes: 15 additions & 15 deletions 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 @@ -15,12 +15,12 @@ certifi==2023.7.22
# requests
charmed-kubeflow-chisme==0.0.11
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
charset-normalizer==3.2.0
# via requests
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 Down Expand Up @@ -48,17 +48,17 @@ jsonschema==4.17.3
# via serialized-data-interface
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
ops==2.5.0
# via
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
Expand All @@ -73,17 +73,17 @@ pyrsistent==0.19.3
# via jsonschema
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
# -r ./requirements-unit.in
# -r ./requirements.in
# -r requirements-unit.in
# -r requirements.in
# lightkube
# ops
# serialized-data-interface
Expand All @@ -94,7 +94,7 @@ ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.7.0
# via -r ./requirements.in
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
Expand Down
14 changes: 7 additions & 7 deletions 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 @@ -14,7 +14,7 @@ certifi==2023.7.22
# httpx
# requests
charmed-kubeflow-chisme==0.0.11
# via -r ./requirements.in
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
deepdiff==6.2.1
Expand All @@ -40,15 +40,15 @@ jsonschema==4.17.3
# via serialized-data-interface
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
ops==2.5.0
# via
# -r ./requirements.in
# -r requirements.in
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
Expand All @@ -59,7 +59,7 @@ pyrsistent==0.19.3
# via jsonschema
pyyaml==6.0.1
# via
# -r ./requirements.in
# -r requirements.in
# lightkube
# ops
# serialized-data-interface
Expand All @@ -70,7 +70,7 @@ ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.7.0
# via -r ./requirements.in
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
Expand Down

0 comments on commit ae572f2

Please sign in to comment.