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 #45

Merged
merged 1 commit into from
Sep 30, 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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cosl==0.0.34
cosl==0.0.36
# via -r requirements.in
cryptography==43.0.1
# via -r requirements.in
Expand All @@ -36,7 +36,7 @@ lightkube==0.15.4
# via cosl
lightkube-models==1.30.0.8
# via lightkube
ops==2.16.1
ops==2.17.0
# via
# -r requirements.in
# cosl
Expand Down
12 changes: 7 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.16.1
ops==2.17.0
# via ops-scenario
ops-scenario==7.0.5
# via -r test-requirements.in
Expand Down Expand Up @@ -114,7 +114,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.381
pyright==1.1.382.post1
# via -r test-requirements.in
pytest==8.3.3
# via
Expand All @@ -123,7 +123,7 @@ pytest==8.3.3
# pytest-operator
pytest-asyncio==0.21.2
# via pytest-operator
pytest-operator==0.36.0
pytest-operator==0.37.0
# via -r test-requirements.in
python-dateutil==2.9.0.post0
# via kubernetes
Expand All @@ -146,7 +146,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.6.7
ruff==0.6.8
# via -r test-requirements.in
six==1.16.0
# via
Expand All @@ -164,7 +164,9 @@ traitlets==5.14.3
# ipython
# matplotlib-inline
typing-extensions==4.12.2
# via typing-inspect
# via
# pyright
# typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==2.2.2
Expand Down
Loading