From da200d2f33f848cbdade15c8ff53537b867238c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Tue, 26 Apr 2022 21:25:25 +0200 Subject: [PATCH] Update requirements --- requirements.txt | 2 +- test_requirements_py3.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4074ca8..3cf5230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pycryptodomex~=3.10 +pycryptodomex~=3.14 pynacl~=1.4 pysocks~=1.7 requests diff --git a/test_requirements_py3.txt b/test_requirements_py3.txt index 425b105..23eab90 100644 --- a/test_requirements_py3.txt +++ b/test_requirements_py3.txt @@ -1,8 +1,8 @@ -black==21.11b1 -coverage~=5.3 -coveralls~=2.1 +black~=22.3 +coverage~=6.3 +coveralls~=3.3 pip>=9 -pytest-cov~=2.10 +pytest-cov~=3.0 pytest-runner~=5.2 -pytest~=6.1 -responses~=0.12 +pytest~=7.1 +responses~=0.20