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 across 1 directory with 3 updates #338

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pytest-interface-tester
jsonschema
cryptography
cosl
rpds-py==0.18.1
rpds-py==0.20.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cffi==1.17.0
# via cryptography
click==8.1.7
# via typer
cosl==0.0.26
cosl==0.0.28
# via -r requirements.in
cryptography==43.0.1
# via -r requirements.in
Expand Down Expand Up @@ -82,7 +82,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.18.1
rpds-py==0.20.0
# via
# -r requirements.in
# jsonschema
Expand Down
26 changes: 6 additions & 20 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via
# -c requirements.txt
# kubernetes
# requests
cffi==1.17.0
Expand All @@ -26,9 +25,6 @@ codespell==2.3.0
coverage[toml]==7.6.1
# via -r test-requirements.in
cryptography==43.0.1
# via
# -c requirements.txt
# paramiko
# via paramiko
decorator==5.1.1
# via
Expand All @@ -41,9 +37,7 @@ google-auth==2.34.0
hvac==2.3.0
# via juju
idna==3.8
# via
# -c requirements.txt
# requests
# via requests
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
Expand Down Expand Up @@ -75,13 +69,9 @@ oauthlib==3.2.2
# kubernetes
# requests-oauthlib
ops==2.16.0
# via
# -c requirements.txt
# ops-scenario
# via ops-scenario
ops-scenario==6.1.6
# via
# -c requirements.txt
# -r test-requirements.in
# via -r test-requirements.in
packaging==24.1
# via
# juju
Expand Down Expand Up @@ -110,9 +100,7 @@ pyasn1==0.6.0
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.22
# via
# -c requirements.txt
# cffi
# via cffi
pygments==2.18.0
# via ipython
pymacaroons==0.13.0
Expand All @@ -126,7 +114,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.378
pyright==1.1.379
# via -r test-requirements.in
pytest==8.3.2
# via
Expand Down Expand Up @@ -178,9 +166,7 @@ traitlets==5.14.3
# ipython
# matplotlib-inline
typing-extensions==4.12.2
# via
# ipython
# typing-inspect
# via typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==2.2.2
Expand Down
Loading