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 2, 2023
1 parent 5bf2317 commit 1da37dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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 @@ -4,7 +4,7 @@
#
# pip-compile requirements-integration.in
#
asttokens==2.2.1
asttokens==2.3.0
# via stack-data
attrs==23.1.0
# via
Expand Down Expand Up @@ -40,7 +40,7 @@ decorator==5.1.1
# via
# ipdb
# ipython
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# pytest
# trio
Expand Down Expand Up @@ -109,7 +109,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
Expand Down Expand Up @@ -157,7 +157,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 All @@ -181,7 +181,7 @@ requests-oauthlib==1.3.1
# via kubernetes
rsa==4.9
# via google-auth
selenium==4.11.2
selenium==4.12.0
# via
# -r requirements-integration.in
# selenium-wire
Expand All @@ -202,7 +202,7 @@ sortedcontainers==2.4.0
# via trio
stack-data==0.6.2
# via ipython
tenacity==8.2.2
tenacity==8.2.3
# via -r requirements-integration.in
theblues==0.5.2
# via juju
Expand Down Expand Up @@ -235,7 +235,7 @@ urllib3[socks]==2.0.4
# selenium
wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.1
websocket-client==1.6.2
# via kubernetes
websockets==7.0
# via juju
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==23.7.0
# 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
8 changes: 4 additions & 4 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.2.0
# via requests
coverage==7.3.0
# via -r requirements-unit.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
idna==3.4
# via requests
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.0
ops==2.6.0
# via
# -r requirements-unit.in
# -r requirements.in
Expand All @@ -33,7 +33,7 @@ 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
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.2
# via ops
zipp==3.16.2
# via importlib-resources
4 changes: 2 additions & 2 deletions 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.0
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.2
# via ops
zipp==3.16.2
# via importlib-resources

0 comments on commit 1da37dc

Please sign in to comment.