From 8c32f1bde2bf71a8f0f5eabd5da5826051bab969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:30:04 -0500 Subject: [PATCH] Bump pycryptodomex from 3.9.9 to 3.12.0 (#476) Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.9.9 to 3.12.0. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.9...v3.12.0) --- updated-dependencies: - dependency-name: pycryptodomex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50c3ec47..02579a28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ requests<3.0,>=2.25.1 PySocks==1.7.1 pydantic==1.8.2 moviepy==1.0.3 -pycryptodomex==3.9.9 +pycryptodomex==3.12.0 diff --git a/setup.py b/setup.py index d2469f99..e63b725d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'requests<3.0,>=2.25.1', 'PySocks==1.7.1', 'pydantic==1.8.2', - 'pycryptodomex==3.9.9' + 'pycryptodomex==3.12.0' ] # requirements = [ # line.strip()