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 Aug 27, 2023
1 parent c1ed2d1 commit 49e5bb1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==23.7.0
# via -r requirements-fmt.in
click==8.1.6
click==8.1.7
# via black
isort==5.12.0
# via -r requirements-fmt.in
Expand Down
14 changes: 7 additions & 7 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deepdiff==6.2.1
# via
# -r requirements.txt
# charmed-kubeflow-chisme
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements.txt
# anyio
Expand Down Expand Up @@ -107,7 +107,7 @@ lightkube==0.14.0
# via
# -r requirements.txt
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.28.1.4
# via
# -r requirements.txt
# lightkube
Expand All @@ -127,7 +127,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.5.0
ops==2.5.1
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -150,7 +150,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
Expand Down Expand Up @@ -192,7 +192,7 @@ pytest==7.4.0
# pytest-operator
pytest-asyncio==0.21.1
# via pytest-operator
pytest-operator==0.28.0
pytest-operator==0.29.0
# via -r requirements-integration.in
python-dateutil==2.8.2
# via kubernetes
Expand Down Expand Up @@ -249,7 +249,7 @@ sniffio==1.3.0
# httpx
stack-data==0.6.2
# via ipython
tenacity==8.2.2
tenacity==8.2.3
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -278,7 +278,7 @@ urllib3==2.0.4
# requests
wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.1
websocket-client==1.6.2
# via
# -r requirements.txt
# kubernetes
Expand Down
12 changes: 6 additions & 6 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deepdiff==6.2.1
# via
# -r requirements.txt
# charmed-kubeflow-chisme
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements.txt
# anyio
Expand Down Expand Up @@ -71,15 +71,15 @@ lightkube==0.14.0
# via
# -r requirements.txt
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.28.1.4
# via
# -r requirements.txt
# lightkube
markupsafe==2.1.3
# via
# -r requirements.txt
# jinja2
ops==2.5.0
ops==2.5.1
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -94,7 +94,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
tenacity==8.2.2
tenacity==8.2.3
# via
# -r requirements.txt
# charmed-kubeflow-chisme
Expand All @@ -144,7 +144,7 @@ urllib3==2.0.4
# via
# -r requirements.txt
# requests
websocket-client==1.6.1
websocket-client==1.6.2
# via
# -r requirements.txt
# ops
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ charset-normalizer==3.2.0
# via requests
deepdiff==6.2.1
# via charmed-kubeflow-chisme
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via anyio
h11==0.14.0
# via httpcore
Expand All @@ -42,13 +42,13 @@ lightkube==0.14.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
lightkube-models==1.27.1.4
lightkube-models==1.28.1.4
# via
# -r requirements.in
# lightkube
markupsafe==2.1.3
# via jinja2
ops==2.5.0
ops==2.5.1
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand Down Expand Up @@ -77,11 +77,11 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
tenacity==8.2.2
tenacity==8.2.3
# via charmed-kubeflow-chisme
urllib3==2.0.4
# via requests
websocket-client==1.6.1
websocket-client==1.6.2
# via ops
zipp==3.16.2
# via importlib-resources

0 comments on commit 49e5bb1

Please sign in to comment.