From e16d1ac09451530f712513f060b21e0abf3bf1c4 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 | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 160e7d1..4b60be4 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.54 +hypothesis~=6.39.1 +moto~=3.0.3 +pytest-cov~=3.0.0 +pytest-mock~=3.7.0 +pytest~=7.0.1 diff --git a/requirements.txt b/requirements.txt index 4a38a89..813d43b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cachetools==5.0.0 +cachetools~=5.0.0 jinja2>=3.0.0 netaddr>=0.8.0 pyjwt[crypto]>=1.6.0