From ea786b83fe4103b63b8a86a7f90de37bf4368d8c Mon Sep 17 00:00:00 2001 From: karen-avetisyan-mc Date: Tue, 20 Feb 2024 13:14:02 +0000 Subject: [PATCH] updating dependencies --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30679bd..079519b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pycryptodome==3.19.1 -setuptools>=39.0.1 +setuptools>=69.1.0 coverage>=4.5.3 cryptography>=42.0.0 diff --git a/setup.py b/setup.py index 7996267..61f6c21 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,5 @@ 'Topic :: Software Development :: Libraries :: Python Modules' ], tests_require=['coverage'], - install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0'] + install_requires=['pycryptodome>=3.19.1', 'setuptools>=69.1.0', 'cryptography>=42.0.0'] )