Skip to content

Commit

Permalink
Merge pull request #1370 from GSA/requirement-patches
Browse files Browse the repository at this point in the history
[Snyk + GH Actions] Update requirements
  • Loading branch information
FuhuXia authored Jun 11, 2024
2 parents af8ff82 + a5bc5ba commit b17d3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ gunicorn
newrelic
certifi>=2022.12.7
redis>=4.5.4
requests==2.32.0
requests~=2.32.2

# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
Expand All @@ -128,4 +128,4 @@ lxml==5.1.0

# duplicate Werkzeug[watchdog]==2.0.3 requrements from ckan list
# so that snyk doesn't complain about the version mismatch
Werkzeug==2.0.3
Werkzeug==2.0.3
2 changes: 1 addition & 1 deletion ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PyYAML==6.0.1
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==6.1.1
redis==5.0.5
requests==2.32.0
requests==2.32.2
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.1
Expand Down

0 comments on commit b17d3c1

Please sign in to comment.