Skip to content

Commit

Permalink
Merge pull request asfadmin#97 from asfadmin/snyk-fix-88f86158382515a…
Browse files Browse the repository at this point in the history
…6f94c611aa870414a

fix: workflows/dev-requirements.txt to reduce vulnerabilities
  • Loading branch information
lindsleycj authored Apr 18, 2024
2 parents c0829f3 + 2940e0a commit bbfbf58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# CHANGELOG

## unreleased
* Snyk fixes for dev-requirements.txt

## v18.2.0.0
* Upgrade to [Cumulus v18.2.0](https://github.com/nasa/cumulus/releases/tag/v18.2.0)
* update required terraform version to `>= 1.5` in all CIRRUS modules matching the requirements
Expand Down
5 changes: 3 additions & 2 deletions workflows/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
flake8~=3.7
ipython~=8.10
jedi~=0.15.0
black~=19.10b0
black~=24.3.0
pytest~=5.3
pytest-watch~=4.2
awscli~=1.17
awscli~=1.27.90
boto3~=1.11
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit bbfbf58

Please sign in to comment.