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 May 8, 2024
1 parent 79801e0 commit 8053264
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 77 deletions.
14 changes: 7 additions & 7 deletions requirements-branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-branch_creation.in
#
certifi==2023.7.22
certifi==2024.2.2
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
gitpython==3.1.32
gitpython==3.1.43
# via -r requirements-branch_creation.in
idna==3.4
idna==3.7
# via requests
pyyaml==6.0.1
# via -r requirements-branch_creation.in
requests==2.31.0
# via -r requirements-branch_creation.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==2.0.4
urllib3==2.2.1
# via requests
14 changes: 7 additions & 7 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==24.4.2
# via -r requirements-fmt.in
click==8.1.6
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==24.0
# via black
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.10.0
platformdirs==4.2.1
# via black
tomli==2.0.1
# via black
typing-extensions==4.7.1
typing-extensions==4.11.0
# via black
18 changes: 9 additions & 9 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==24.4.2
# via -r requirements-fmt.txt
click==8.1.6
click==8.1.7
# via
# -r requirements-fmt.txt
# black
codespell==2.2.5
codespell==2.2.6
# via -r requirements-lint.in
flake8==5.0.4
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.1.0
flake8-builtins==2.5.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.12.0
isort==5.13.2
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via
# -r requirements-fmt.txt
# black
packaging==23.1
packaging==24.0
# via
# -r requirements-fmt.txt
# black
pathspec==0.11.2
pathspec==0.12.1
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.10.0
platformdirs==4.2.1
# via
# -r requirements-fmt.txt
# black
Expand All @@ -55,7 +55,7 @@ tomli==2.0.1
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.7.1
typing-extensions==4.11.0
# via
# -r requirements-fmt.txt
# black
Expand Down
28 changes: 13 additions & 15 deletions requirements-test_branch_creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,41 @@
#
# pip-compile requirements-test_branch_creation.in
#
certifi==2023.7.22
certifi==2024.2.2
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
exceptiongroup==1.1.2
exceptiongroup==1.2.1
# via pytest
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
gitpython==3.1.32
gitpython==3.1.43
# via -r requirements-test_branch_creation.in
idna==3.4
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==24.0
# via pytest
pluggy==1.2.0
pluggy==1.5.0
# via pytest
pytest==7.4.0
pytest==8.2.0
# via
# -r requirements-test_branch_creation.in
# pytest-mock
pytest-mock==3.11.1
pytest-mock==3.14.0
# via -r requirements-test_branch_creation.in
pyyaml==6.0.1
# via -r requirements-test_branch_creation.in
requests==2.31.0
# via
# -r requirements-test_branch_creation.in
# requests-mock
requests-mock==1.11.0
requests-mock==1.12.1
# via -r requirements-test_branch_creation.in
six==1.16.0
# via requests-mock
smmap==5.0.0
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
urllib3==2.0.4
urllib3==2.2.1
# via requests
93 changes: 54 additions & 39 deletions scripts/release-charms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,87 +4,93 @@
#
# pip-compile requirements.in
#
anyio==3.7.1
# via httpcore
attrs==23.1.0
anyio==4.3.0
# via httpx
attrs==23.2.0
# via jsonschema
certifi==2023.7.22
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charmed-kubeflow-chisme==0.2.0
charmed-kubeflow-chisme==0.3.0
# via -r requirements.in
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via typer
cryptography==41.0.3
cryptography==42.0.7
# via pyjwt
deepdiff==6.2.1
# via charmed-kubeflow-chisme
deprecated==1.2.14
# via pygithub
exceptiongroup==1.1.2
exceptiongroup==1.2.1
# via
# anyio
# pytest
h11==0.14.0
# via httpcore
httpcore==0.17.3
httpcore==1.0.5
# via httpx
httpx==0.24.1
httpx==0.27.0
# via lightkube
idna==3.4
idna==3.7
# via
# anyio
# httpx
# requests
importlib-resources==6.0.1
importlib-resources==6.4.0
# via jsonschema
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.4
# via charmed-kubeflow-chisme
jsonschema==4.17.3
# via serialized-data-interface
lightkube==0.14.0
lightkube==0.15.2
# via charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.30.0.7
# via lightkube
markupsafe==2.1.3
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
ops==2.5.0
mdurl==0.1.2
# via markdown-it-py
ops==2.13.0
# via
# charmed-kubeflow-chisme
# serialized-data-interface
ordered-set==4.1.0
# via deepdiff
packaging==23.1
packaging==24.0
# via pytest
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.2.0
pluggy==1.5.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pygithub==1.59.1
pygithub==2.3.0
# via -r requirements.in
pygments==2.18.0
# via rich
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
pyrsistent==0.19.3
pyrsistent==0.20.0
# via jsonschema
pytest==7.4.0
pytest==8.2.0
# via
# -r requirements.in
# pytest-mock
pytest-mock==3.11.1
pytest-mock==3.14.0
# via -r requirements.in
pyyaml==6.0.1
# via
Expand All @@ -95,30 +101,39 @@ requests==2.31.0
# via
# pygithub
# serialized-data-interface
ruamel-yaml==0.17.32
rich==13.7.1
# via typer
ruamel-yaml==0.18.6
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.7
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
serialized-data-interface==0.7.0
# via charmed-kubeflow-chisme
sniffio==1.3.0
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via
# anyio
# httpcore
# httpx
tenacity==8.2.2
tenacity==8.3.0
# via charmed-kubeflow-chisme
tomli==2.0.1
# via pytest
typer==0.9.0
typer==0.12.3
# via -r requirements.in
typing-extensions==4.7.1
# via typer
urllib3==2.0.4
# via requests
websocket-client==1.6.1
typing-extensions==4.11.0
# via
# anyio
# pygithub
# rich
# typer
urllib3==2.2.1
# via
# pygithub
# requests
websocket-client==1.8.0
# via ops
wrapt==1.15.0
wrapt==1.16.0
# via deprecated
zipp==3.16.2
zipp==3.18.1
# via importlib-resources

0 comments on commit 8053264

Please sign in to comment.