From ad9e16b87aad3b1a3a49c52c485f7bc3e1fb3bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:49:57 +0000 Subject: [PATCH] build(deps): bump cryptography from 37.0.4 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27db5c5e..d741a3c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ async-timeout==4.0.2; python_version >= "3.6" and python_full_version >= "3.8.0" attrs==22.1.0; python_version >= "3.6" and python_full_version >= "3.8.0" cffi==1.15.1; python_version >= "3.6" charset-normalizer==2.1.0; python_full_version >= "3.8.0" and python_version >= "3.6" -cryptography==37.0.4; python_version >= "3.6" +cryptography==39.0.1; python_version >= "3.6" discord.py==2.0.0; python_full_version >= "3.8.0" frozenlist==1.3.1; python_version >= "3.7" and python_full_version >= "3.8.0" gidgethub==5.2.0; python_version >= "3.6"