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 Jun 21, 2024
1 parent 2cf7fd2 commit 69e0f09
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 68 deletions.
8 changes: 4 additions & 4 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==24.3.0
black==24.4.2
# via -r requirements-fmt.in
click==8.1.7
# via black
isort==5.13.2
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==24.0
packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.2.0
platformdirs==4.2.2
# via black
tomli==2.0.1
# via black
typing-extensions==4.10.0
typing-extensions==4.12.2
# via black
19 changes: 5 additions & 14 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ aiohttp==3.9.5
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via
# -r requirements.txt
# pydantic
anyio==4.3.0
# via
# -r requirements.txt
# httpx
appnope==0.1.4
# via ipython
anyio==4.4.0
# via httpx
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
Expand Down Expand Up @@ -90,7 +82,7 @@ httpcore==1.0.5
# via httpx
httpx==0.27.0
# via lightkube
hvac==2.2.0
hvac==2.3.0
# via juju
hyperframe==6.0.1
# via
Expand Down Expand Up @@ -150,8 +142,6 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
oci-image==1.0.0
# via -r requirements.txt
ops==2.14.0
# via
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -252,7 +242,7 @@ ruamel-yaml==0.18.6
# via charmed-kubeflow-chisme
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
selenium==4.21.0
selenium==4.22.0
# via
# -r requirements-integration.in
# selenium-wire
Expand Down Expand Up @@ -315,6 +305,7 @@ websocket-client==1.8.0
# via
# kubernetes
# ops
# selenium
websockets==12.0
# via juju
wsproto==1.2.0
Expand Down
14 changes: 7 additions & 7 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-lint.in
#
black==24.3.0
black==24.4.2
# via -r requirements-fmt.txt
click==8.1.7
# via
# -r requirements-fmt.txt
# black
codespell==2.2.6
codespell==2.3.0
# via -r requirements-lint.in
flake8==5.0.4
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.2.0
flake8-builtins==2.5.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
Expand All @@ -30,17 +30,17 @@ mypy-extensions==1.0.0
# via
# -r requirements-fmt.txt
# black
packaging==24.0
packaging==24.1
# via
# -r requirements-fmt.txt
# black
pathspec==0.12.1
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
pep8-naming==0.14.1
# via -r requirements-lint.in
platformdirs==4.2.0
platformdirs==4.2.2
# 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.10.0
typing-extensions==4.12.2
# via
# -r requirements-fmt.txt
# black
Expand Down
Loading

0 comments on commit 69e0f09

Please sign in to comment.