Skip to content

Commit

Permalink
limit test Werkzeug to what CKAN can handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Feb 16, 2024
1 parent 55d1e1d commit 8fc23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerabil
cryptography>=41.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3,<3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 8fc23f4

Please sign in to comment.