From fa60340b72be292bab454347a8c0f73a530e1f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:09:40 +0000 Subject: [PATCH] Bump pycryptodomex from 3.14.1 to 3.20.0 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.14.1 to 3.20.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.14.1...v3.20.0) --- updated-dependencies: - dependency-name: pycryptodomex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89a864f..fdb484f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ httpx==0.26.0 orjson==3.9.10 pydantic==2.6.3 moviepy==1.0.3 -pycryptodomex==3.14.1 +pycryptodomex==3.20.0 zstandard==0.22.0 diff --git a/setup.py b/setup.py index a6f2780..80ab414 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "orjson==3.9.10", "pydantic==2.6.3", "moviepy==1.0.3", - "pycryptodomex==3.14.1", + "pycryptodomex==3.20.0", "zstandard==0.22.0", ]