Skip to content

Commit

Permalink
build: bump juju 2.9.44.0, pyyaml->6.0.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Aug 7, 2023
1 parent 84bec91 commit 951d9ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion requirements-integration.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiohttp
jinja2
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-operator
requests
-r requirements.txt
6 changes: 3 additions & 3 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
#
aiohttp==3.8.4
# via -r requirements-integration.in
Expand Down Expand Up @@ -94,7 +94,7 @@ jinja2==3.1.2
# -r requirements-integration.in
# -r requirements.txt
# pytest-operator
juju==3.0.4
juju==2.9.44.0
# via
# -r requirements-integration.in
# pytest-operator
Expand Down Expand Up @@ -193,7 +193,7 @@ python-dateutil==2.8.2
# kubernetes
pytz==2022.7.1
# via pyrfc3339
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.txt
# juju
Expand Down
4 changes: 2 additions & 2 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
#
anyio==3.6.2
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ python-dateutil==2.8.2
# via
# -r requirements.txt
# kubernetes
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.txt
# kubernetes
Expand Down
4 changes: 2 additions & 2 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
#
anyio==3.6.2
# via httpcore
Expand Down Expand Up @@ -55,7 +55,7 @@ pyasn1-modules==0.2.8
# via google-auth
python-dateutil==2.8.2
# via kubernetes
pyyaml==6.0
pyyaml==6.0.1
# via
# kubernetes
# lightkube
Expand Down

0 comments on commit 951d9ba

Please sign in to comment.