diff --git a/requirements.testing.txt b/requirements.testing.txt index edf7eb8..dbe6a48 100644 --- a/requirements.testing.txt +++ b/requirements.testing.txt @@ -1,8 +1,7 @@ -pytest>=5.4.3,<6.2.5 -pytest-cov>=2.10.0,<3.0.0 -pytest-runner>=5.2,<5.3.1 -codecov>=2.1.7,<2.1.12 -responses>=0.10.15,<0.14.0 -six>=1.15.0,<1.16.0 -tox>=3.15.2,<3.24.4 +pytest==8.1.1 +pytest-cov==5.0.0 +pytest-runner==6.0.1 +codecov==2.1.13 +responses==0.25.0 +tox==4.14.2 tox-pyenv==1.1.0 diff --git a/requirements.txt b/requirements.txt index 41ddc84..bd563a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests>=2.25.1,<3 +Requests>=2.25.1,<3