From f550eeab5a0bca99e46d55e35a2275c6afb3de45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:22:36 -0600 Subject: [PATCH] Dependabot monitoring PyPi dependencies(deps): Bump pycryptodome (#206) Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.20.0 to 3.21.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.20.0...v3.21.0) --- updated-dependencies: - dependency-name: pycryptodome 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> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d616f9e..b4dbf78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "mutagen==1.47.0", "m3u8==6.0.0", "platformdirs==4.3.6", - "pycryptodome==3.20.0", + "pycryptodome==3.21.0", "requests[socks]==2.32.3", "typer==0.12.5", ] diff --git a/requirements.txt b/requirements.txt index 32c7ba6..5c33ba2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ ffmpeg-python==0.2.0 mutagen==1.47.0 m3u8==6.0.0 platformdirs==4.3.6 -pycryptodome==3.20.0 +pycryptodome==3.21.0 requests[socks]==2.32.3 typer==0.12.5