Skip to content

Commit

Permalink
chore: bump scenario to 7.x (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: guillaume <[email protected]>
  • Loading branch information
gruyaume authored Oct 1, 2024
1 parent f7f4042 commit 7c35588
Show file tree
Hide file tree
Showing 11 changed files with 489 additions and 614 deletions.
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

0 comments on commit 7c35588

Please sign in to comment.