From e9737221fb105cc0480d22b8592d79270413262f Mon Sep 17 00:00:00 2001 From: gjclark Date: Wed, 11 Sep 2024 13:04:26 -0800 Subject: [PATCH] Use `~=` instead of `==` --- requirements-dev.txt | 12 ++++++------ requirements.txt | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 160e7d1..17bcbc2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -boto3==1.20.54 -hypothesis==6.39.1 -moto==3.0.3 -pytest-cov==3.0.0 -pytest-mock==3.7.0 -pytest==7.0.1 +boto3~=1.20 +hypothesis~=6.39 +moto~=3.0 +pytest-cov~=3.0 +pytest-mock~=3.7 +pytest~=7.0 diff --git a/requirements.txt b/requirements.txt index 4a38a89..bd8f4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -cachetools==5.0.0 -jinja2>=3.0.0 -netaddr>=0.8.0 -pyjwt[crypto]>=1.6.0 -pyyaml>=5.1 +cachetools~=5.0 +jinja2~=3.0 +netaddr~=0.8 +pyjwt[crypto]~=1.6 +pyyaml~=5.1 pip>=19.2 # not directly required, pinned by Snyk to avoid a vulnerability