diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 25ee2882..4bcb04dc 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -11,3 +11,4 @@ python-swiftclient requests types-PyYAML types-requests +websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184 diff --git a/tests/integration/requirements_juju3.txt b/tests/integration/requirements_juju3.txt index a574cb2a..f21e6490 100644 --- a/tests/integration/requirements_juju3.txt +++ b/tests/integration/requirements_juju3.txt @@ -11,3 +11,4 @@ python-swiftclient requests types-PyYAML types-requests +websockets<14.0 # https://github.com/juju/python-libjuju/issues/1184 diff --git a/wordpress_rock/rockcraft.yaml b/wordpress_rock/rockcraft.yaml index 71c8706d..1892e64e 100644 --- a/wordpress_rock/rockcraft.yaml +++ b/wordpress_rock/rockcraft.yaml @@ -7,7 +7,7 @@ description: Wordpress OCI image for the Wordpress charm base: ubuntu:20.04 run-user: _daemon_ license: Apache-2.0 -version: "1.0" +version: "1.1" platforms: amd64: parts: @@ -71,7 +71,7 @@ parts: - apache2 plugin: nil build-environment: - - WP_VERSION: 6.4.3 + - WP_VERSION: 6.6.2 build-packages: - curl stage-snaps: