Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the pip_dependencies group with 5 updates #33

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,37 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
certifi==2024.7.4
# via requests
# via
# httpcore
# httpx
# requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cosl==0.0.23
cosl==0.0.26
# via -r requirements.in
cryptography==43.0.0
# via -r requirements.in
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via lightkube
idna==3.7
# via requests
ops==2.15.0
# via
# anyio
# httpx
# requests
lightkube==0.15.4
# via cosl
lightkube-models==1.30.0.8
# via lightkube
ops==2.16.0
# via
# -r requirements.in
# cosl
Expand All @@ -33,11 +51,16 @@ pydantic-core==2.20.1
pyyaml==6.0.2
# via
# cosl
# lightkube
# ops
requests==2.32.3
# via -r requirements.in
rpds-py==0.18.0
# via -r requirements.in
sniffio==1.3.1
# via
# anyio
# httpx
tenacity==9.0.0
# via cosl
typing-extensions==4.12.2
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.15.0
ops==2.16.0
# via ops-scenario
ops-scenario==6.1.5
ops-scenario==6.1.6
# via -r test-requirements.in
packaging==24.1
# via
Expand Down Expand Up @@ -114,7 +114,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.377
pyright==1.1.378
# via -r test-requirements.in
pytest==8.3.2
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.6.2
ruff==0.6.3
# via -r test-requirements.in
six==1.16.0
# via
Expand Down
Loading