Skip to content

Commit

Permalink
Use ~= instead of ==
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Sep 11, 2024
1 parent 939e2af commit e973722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e973722

Please sign in to comment.