From c07d2381788c9dc1e1a84322d2cec79e052e8fc7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Dec 2023 20:22:06 +0000
Subject: [PATCH] Bump pycryptodomex from 3.18.0 to 3.19.1

Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.18.0 to 3.19.1.
- [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.18.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodomex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 4fdccb8e..b58c922a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,4 @@ requests==2.31.0
 PySocks==1.7.1
 pydantic==2.5.3
 moviepy==1.0.3
-pycryptodomex==3.18.0
+pycryptodomex==3.19.1
diff --git a/setup.py b/setup.py
index 2d696b76..388d58d9 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
     "requests<3.0,>=2.25.1",
     "PySocks==1.7.1",
     "pydantic==2.5.3",
-    "pycryptodomex==3.18.0",
+    "pycryptodomex==3.19.1",
 ]
 # requirements = [
 #     line.strip()