Skip to content

Commit

Permalink
build: bump juju 2.9.44.0, sdi->0.7.0, pyyaml->6.0.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Aug 7, 2023
1 parent 2391866 commit 571217d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 28 deletions.
3 changes: 2 additions & 1 deletion requirements-integration.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
juju<3.1
# Pinning to <3.0 due to compatibility with the 2.9 controller version and 3.0 not being maintained anymore
juju<3.0
pytest
pytest-operator
selenium
Expand Down
24 changes: 17 additions & 7 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements-integration.in
# pip-compile requirements-integration.in
#
anyio==3.6.2
# via httpcore
Expand Down Expand Up @@ -85,6 +85,10 @@ idna==2.10
# requests
# rfc3986
# trio
importlib-resources==6.0.0
# via
# -r requirements.txt
# jsonschema
iniconfig==1.1.1
# via pytest
ipdb==0.13.11
Expand All @@ -95,11 +99,11 @@ jedi==0.18.2
# via ipython
jinja2==3.1.2
# via pytest-operator
jsonschema==3.2.0
jsonschema==4.17.3
# via
# -r requirements.txt
# serialized-data-interface
juju==3.0.4
juju==2.9.44.0
# via
# -r requirements-integration.in
# pytest-operator
Expand Down Expand Up @@ -143,6 +147,10 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.36
Expand Down Expand Up @@ -201,7 +209,7 @@ python-dateutil==2.8.2
# via kubernetes
pytz==2022.6
# via pyrfc3339
pyyaml==5.4
pyyaml==6.0.1
# via
# -r requirements.txt
# juju
Expand Down Expand Up @@ -231,14 +239,12 @@ selenium==4.7.2
# selenium-wire
selenium-wire==5.1.0
# via -r requirements-integration.in
serialized-data-interface==0.4.0
serialized-data-interface==0.7.0
# via -r requirements.txt
six==1.16.0
# via
# -r requirements.txt
# asttokens
# google-auth
# jsonschema
# kubernetes
# macaroonbakery
# paramiko
Expand Down Expand Up @@ -292,6 +298,10 @@ wsproto==1.2.0
# via
# selenium-wire
# trio-websocket
zipp==3.16.2
# via
# -r requirements.txt
# importlib-resources
zstandard==0.19.0
# via selenium-wire

Expand Down
27 changes: 16 additions & 11 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements-unit.in
# pip-compile requirements-unit.in
#
attrs==22.1.0
# via
Expand All @@ -27,9 +27,13 @@ idna==2.10
# via
# -r requirements.txt
# requests
importlib-resources==6.0.0
# via
# -r requirements.txt
# jsonschema
iniconfig==1.1.1
# via pytest
jsonschema==3.2.0
jsonschema==4.17.3
# via
# -r requirements.txt
# serialized-data-interface
Expand All @@ -41,6 +45,10 @@ ops==1.5.4
# serialized-data-interface
packaging==22.0
# via pytest
pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.0.0
# via pytest
pyrsistent==0.19.2
Expand All @@ -56,7 +64,7 @@ pytest-lazy-fixture==0.6.3
# via -r requirements-unit.in
pytest-mock==3.10.0
# via -r requirements-unit.in
pyyaml==5.4
pyyaml==6.0.1
# via
# -r requirements.txt
# ops
Expand All @@ -65,18 +73,15 @@ requests==2.25.0
# via
# -r requirements.txt
# serialized-data-interface
serialized-data-interface==0.4.0
serialized-data-interface==0.7.0
# via -r requirements.txt
six==1.16.0
# via
# -r requirements.txt
# jsonschema
tomli==2.0.1
# via pytest
urllib3==1.26.13
# via
# -r requirements.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp==3.16.2
# via
# -r requirements.txt
# importlib-resources
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
attrs==22.1.0
# via jsonschema
Expand All @@ -12,28 +12,29 @@ chardet==3.0.4
# via requests
idna==2.10
# via requests
jsonschema==3.2.0
importlib-resources==6.0.0
# via jsonschema
jsonschema==4.17.3
# via serialized-data-interface
oci-image==1.0.0
# via -r requirements.in
ops==1.5.4
# via
# -r requirements.in
# serialized-data-interface
pkgutil-resolve-name==1.3.10
# via jsonschema
pyrsistent==0.19.2
# via jsonschema
pyyaml==5.4
pyyaml==6.0.1
# via
# ops
# serialized-data-interface
requests==2.25.0
# via serialized-data-interface
serialized-data-interface==0.4.0
serialized-data-interface==0.7.0
# via -r requirements.in
six==1.16.0
# via jsonschema
urllib3==1.26.13
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp==3.16.2
# via importlib-resources

0 comments on commit 571217d

Please sign in to comment.