From 0da47f2109ecf61b30479a0a1b0cad79984b895e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 00:45:34 +0200 Subject: [PATCH] Bump cryptography from 41.0.0 to 41.0.1 (#695) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 33a1424d..0342b303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "orjson==3.8.14", "shortuuid==1.0.11", "zeroconf==0.63.0", - "cryptography==41.0.0" + "cryptography==41.0.1" ] test = [ "black==23.3.0", diff --git a/requirements_all.txt b/requirements_all.txt index fb377e10..a1c40759 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ aiosqlite==0.19.0 async-upnp-client==0.33.2 asyncio-throttle==1.0.2 coloredlogs==15.0.1 -cryptography==41.0.0 +cryptography==41.0.1 deezer-python==5.12.0 faust-cchardet>=2.1.18 git+https://github.com/gieljnssns/python-radios.git@main -- 2.34.1