From 960257c2d42438aeb43c46fec8c8b8251a5fd148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:24:09 +0000 Subject: [PATCH] build(deps): Update cryptography requirement from 42.0.4 to 42.0.5 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...42.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d94e3bd..4071826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/atsign-foundation/at_python" [tool.poetry.dependencies] python = "^3.8.1" cffi = "1.16.0" -cryptography = "42.0.4" +cryptography = "42.0.5" pycparser = "2.21" python-dateutil = "2.8.2" requests = "2.31.0"