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 19, 2023
1 parent d2bd012 commit 57d0444
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-fmt.in
#
black==23.7.0
black==23.9.1
# via -r requirements-fmt.in
click==8.1.7
# via black
Expand All @@ -20,5 +20,5 @@ platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black
16 changes: 8 additions & 8 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exceptiongroup==1.1.3
# trio-websocket
executing==1.2.0
# via stack-data
google-auth==2.17.3
google-auth==2.23.0
# via kubernetes
h11==0.14.0
# via
Expand All @@ -62,9 +62,9 @@ h2==4.1.0
# via selenium-wire
hpack==4.0.0
# via h2
httpcore==0.17.3
httpcore==0.18.0
# via httpx
httpx==0.24.1
httpx==0.25.0
# via lightkube
hvac==1.2.1
# via juju
Expand Down Expand Up @@ -94,7 +94,7 @@ juju==3.2.2
# pytest-operator
kaitaistruct==0.10
# via selenium-wire
kubernetes==27.2.0
kubernetes==28.1.0
# via juju
lightkube==0.14.0
# via -r requirements-integration.in
Expand Down Expand Up @@ -206,7 +206,6 @@ selenium-wire==5.1.0
six==1.16.0
# via
# asttokens
# google-auth
# kubernetes
# macaroonbakery
# paramiko
Expand All @@ -228,7 +227,7 @@ tomli==2.0.1
# pytest
toposort==1.10
# via juju
traitlets==5.9.0
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
Expand All @@ -238,14 +237,15 @@ trio==0.22.2
# trio-websocket
trio-websocket==0.10.4
# via selenium
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# ipython
# typing-inspect
typing-inspect==0.9.0
# via juju
urllib3[socks]==2.0.4
urllib3[socks]==1.26.16
# via
# google-auth
# kubernetes
# requests
# selenium
Expand Down
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-lint.in
#
black==23.7.0
black==23.9.1
# via -r requirements-lint.in
click==8.1.7
# via black
Expand Down Expand Up @@ -44,7 +44,7 @@ tomli==2.0.1
# via
# black
# pyproject-flake8
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions 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 Down Expand Up @@ -41,7 +41,7 @@ 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 @@ -62,7 +62,7 @@ tomli==2.0.1
# via pytest
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serialized-data-interface==0.7.0
# via -r requirements.in
urllib3==2.0.4
# via requests
websocket-client==1.6.2
websocket-client==1.6.3
# via ops
zipp==3.16.2
zipp==3.17.0
# via importlib-resources

0 comments on commit 57d0444

Please sign in to comment.