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 scenario to 7.x #387

Merged
merged 1 commit into from
Oct 1, 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
36 changes: 19 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,33 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.6.0
# via httpx
bcrypt==4.2.0
# via paramiko
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# httpcore
# httpx
# kubernetes
# requests
cffi==1.17.0
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via typer
cosl==0.0.34
cosl==0.0.36
# via -r requirements.in
cryptography==43.0.1
# via paramiko
google-auth==2.34.0
durationpy==0.7
# via kubernetes
google-auth==2.35.0
# via kubernetes
h11==0.14.0
# via httpcore
Expand All @@ -42,7 +44,7 @@ httpx==0.27.2
# lightkube
hvac==2.3.0
# via juju
idna==3.8
idna==3.10
# via
# anyio
# httpx
Expand All @@ -55,7 +57,7 @@ jinja2==3.1.4
# via -r requirements.in
juju==3.5.2.0
# via -r requirements.in
kubernetes==30.1.0
kubernetes==31.0.0
# via juju
lightkube==0.15.4
# via
Expand All @@ -77,29 +79,29 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.16.0
ops==2.17.0
# via
# -r requirements.in
# cosl
# ops-scenario
ops-scenario==6.1.7
ops-scenario==7.0.5
# via pytest-interface-tester
packaging==24.1
# via
# juju
# pytest
paramiko==3.4.1
paramiko==3.5.0
# via juju
pluggy==1.5.0
# via pytest
protobuf==5.27.4
protobuf==5.28.2
# via macaroonbakery
pyasn1==0.6.0
pyasn1==0.6.1
# via
# juju
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
Expand All @@ -126,11 +128,11 @@ pyrfc3339==1.1
# macaroonbakery
pytest==8.3.3
# via pytest-interface-tester
pytest-interface-tester==3.1.0
pytest-interface-tester==3.2.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via kubernetes
pytz==2024.1
pytz==2024.2
# via pyrfc3339
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -175,13 +177,13 @@ typing-extensions==4.12.2
# typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==2.2.2
urllib3==2.2.3
# via
# kubernetes
# requests
websocket-client==1.8.0
# via
# kubernetes
# ops
websockets==13.0
websockets==13.1
# via juju
Loading
Loading