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 12, 2023
1 parent 1b636bf commit 4f4e8ea
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 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 Down
3 changes: 1 addition & 2 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ frozenlist==1.4.0
# via
# aiohttp
# aiosignal
google-auth==2.22.0
google-auth==2.23.0
# via kubernetes
hvac==1.2.1
# via juju
Expand Down Expand Up @@ -165,7 +165,6 @@ rsa==4.9
six==1.16.0
# via
# asttokens
# google-auth
# kubernetes
# macaroonbakery
# paramiko
Expand Down
2 changes: 1 addition & 1 deletion 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
13 changes: 6 additions & 7 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ certifi==2023.7.22
# 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
# anyio
# pytest
google-auth==2.22.0
google-auth==2.23.0
# via kubernetes
h11==0.14.0
# via httpcore
httpcore==0.17.3
httpcore==0.18.0
# via httpx
httpx==0.24.1
httpx==0.25.0
# via lightkube
idna==3.4
# via
Expand Down Expand Up @@ -71,7 +71,7 @@ pyasn1==0.5.0
# rsa
pyasn1-modules==0.3.0
# via google-auth
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements-unit.in
# pytest-lazy-fixture
Expand All @@ -97,7 +97,6 @@ rsa==4.9
# via google-auth
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sniffio==1.3.0
Expand All @@ -114,7 +113,7 @@ urllib3==1.26.16
# google-auth
# kubernetes
# requests
websocket-client==1.6.2
websocket-client==1.6.3
# via
# kubernetes
# ops
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ charset-normalizer==3.2.0
# via requests
exceptiongroup==1.1.3
# via anyio
google-auth==2.22.0
google-auth==2.23.0
# via kubernetes
h11==0.14.0
# via httpcore
httpcore==0.17.3
httpcore==0.18.0
# via httpx
httpx==0.24.1
httpx==0.25.0
# via lightkube
idna==3.4
# via
Expand Down Expand Up @@ -74,7 +74,6 @@ rsa==4.9
# via google-auth
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sniffio==1.3.0
Expand All @@ -89,7 +88,7 @@ urllib3==1.26.16
# google-auth
# kubernetes
# requests
websocket-client==1.6.2
websocket-client==1.6.3
# via
# kubernetes
# ops

0 comments on commit 4f4e8ea

Please sign in to comment.