From bdb90492ebe632793516d1409112f81b2ef0d3b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:31:45 +0000 Subject: [PATCH 1/2] chore(deps): update dependency cryptography to v44 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b623b2c..d453caf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ops==2.17.1 -cryptography==43.0.3 +cryptography==44.0.0 jinja2==3.1.5 git+https://github.com/canonical/ops-lib-nrpe.git#egg=ops-lib-nrpe From 7e50353f2679f75891a96588b27e3174cb7ae545 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Mon, 6 Jan 2025 20:38:22 +0100 Subject: [PATCH 2/2] chore(deps): bump pyOpenSSL to 24.3.0 This is needed by the cryptography bump to 44.x --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 503a071..962472d 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ deps = # renovate: datasource=pypi pydantic <= 2.0 # renovate: datasource=pypi - pyOpenSSL==24.2.1 + pyOpenSSL==24.3.0 # renovate: datasource=pypi pytest==8.3.4 commands =