Skip to content

Commit

Permalink
Use ~= instead of == in Python requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Sep 12, 2024
1 parent d2a73a5 commit a9dd794
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3~=1.20
hypothesis~=6.39
boto3~=1.0
hypothesis~=6.0
moto~=3.0
pytest-cov~=3.0
pytest-mock~=3.7
pytest~=7.0
pytest-cov~=5.0
pytest-mock~=3.0
pytest~=8.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cachetools~=5.0
jinja2~=3.0
netaddr~=0.8
pyjwt[crypto]>=1.6.0
pyyaml~=5.1
netaddr~=1.0
pyjwt[crypto]~=2.0
pyyaml>=6.0

pip>=19.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a9dd794

Please sign in to comment.