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 e16d1ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.54
hypothesis~=6.39.1
moto~=3.0.3
pytest-cov~=3.0.0
pytest-mock~=3.7.0
pytest~=7.0.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e16d1ac

Please sign in to comment.