From f23f1a5dbbc8635a8256b314a8bfb7aba72832ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:08:31 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index ba314d5..59b0e44 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -48,7 +48,7 @@ coverage[toml]==7.6.2 # via # fixinventory-plugin-vsphere (pyproject.toml) # pytest-cov -cryptography==43.0.1 +cryptography==44.0.1 # via fixinventorylib dill==0.3.9 # via pylint diff --git a/requirements.txt b/requirements.txt index edebdc4..c1d41cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ cheroot==10.0.1 # via cherrypy cherrypy==18.10.0 # via fixinventorylib -cryptography==43.0.1 +cryptography==44.0.1 # via fixinventorylib fixinventorylib==4.1.0 # via fixinventory-plugin-vsphere (pyproject.toml)