From 8ad149a72a0f6a76617886cc748ae640cec3a71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:07:11 +0000 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0006c524..894b99e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ version = { attr = "blacksheep.__version__" } [project.optional-dependencies] jinja = ["Jinja2~=3.1.2"] -full = ["cryptography>=38.0.1,<41.1.0", "PyJWT~=2.6.0", "websockets~=10.3"] +full = ["cryptography>=38.0.1,<42.1.0", "PyJWT~=2.6.0", "websockets~=10.3"] [project.urls] "Homepage" = "https://github.com/Neoteroi/BlackSheep" diff --git a/requirements.txt b/requirements.txt index e1e520c2..3fc41c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cffi==1.16.0 charset-normalizer==3.3.1 click==8.1.7 coverage==7.3.2 -cryptography==41.0.6 +cryptography==42.0.0 Cython==3.0.4; platform_system != "Windows" essentials==1.1.5 essentials-openapi==1.0.8