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 Sep 11, 2023
1 parent 51499e8 commit 291ca6c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions charms/argo-controller/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==23.9.1
# 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
4 changes: 2 additions & 2 deletions charms/argo-controller/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ frozenlist==1.4.0
# aiosignal
google-auth==2.22.0
# via kubernetes
hvac==1.2.0
hvac==1.2.1
# via juju
idna==3.4
# via
Expand Down Expand Up @@ -196,7 +196,7 @@ urllib3==1.26.16
# requests
wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.2
websocket-client==1.6.3
# via kubernetes
websockets==8.1
# via juju
Expand Down
4 changes: 2 additions & 2 deletions charms/argo-controller/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.6
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
Expand Down
10 changes: 5 additions & 5 deletions charms/argo-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
exceptiongroup==1.1.3
# via pytest
Expand All @@ -24,7 +24,7 @@ jsonschema==4.17.3
# via serialized-data-interface
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand All @@ -33,11 +33,11 @@ packaging==23.1
# via pytest
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand All @@ -59,7 +59,7 @@ tomli==2.0.1
# via pytest
urllib3==2.0.4
# via requests
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
zipp==3.16.2
# via importlib-resources
4 changes: 2 additions & 2 deletions charms/argo-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonschema==4.17.3
# via serialized-data-interface
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via
# -r requirements.in
# serialized-data-interface
Expand All @@ -36,7 +36,7 @@ serialized-data-interface==0.7.0
# via -r requirements.in
urllib3==2.0.4
# via requests
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
zipp==3.16.2
# via importlib-resources
4 changes: 2 additions & 2 deletions charms/argo-server/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==23.9.1
# 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
4 changes: 2 additions & 2 deletions charms/argo-server/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.6
click==8.1.7
# via black
codespell==2.2.5
# via -r requirements-lint.in
Expand Down
10 changes: 5 additions & 5 deletions charms/argo-server/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile requirements-unit.in
#
coverage==7.3.0
coverage==7.3.1
# via -r requirements-unit.in
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via
# -r requirements-unit.in
# -r requirements.in
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand All @@ -35,5 +35,5 @@ pyyaml==6.0.1
# ops
tomli==2.0.1
# via pytest
websocket-client==1.6.1
websocket-client==1.6.3
# via ops
4 changes: 2 additions & 2 deletions charms/argo-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
oci-image==1.0.0
# via -r requirements.in
ops==2.5.1
ops==2.6.0
# via -r requirements.in
pyyaml==6.0.1
# via ops
websocket-client==1.6.1
websocket-client==1.6.3
# via ops

0 comments on commit 291ca6c

Please sign in to comment.