Skip to content

Commit

Permalink
Merge pull request #1441 from GSA/update-gunicorn
Browse files Browse the repository at this point in the history
Update gunicorn and its-dangerous to latest releases
  • Loading branch information
ccostino authored Apr 18, 2024
2 parents 4579d88 + 2484ea0 commit 4f77171
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ jobs:
- uses: pypa/[email protected]
with:
inputs: requirements.txt
ignore-vulns: |
GHSA-w3h3-4rj7-4ph4
- name: Run npm audit
run: make npm-audit

Expand Down
31 changes: 13 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
govuk-bank-holidays = "^0.14"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
humanize = "~=4.9"
itsdangerous = "~=2.1"
itsdangerous = "~=2.2"
jinja2 = "~=3.1"
newrelic = "*"
notifications-python-client = "==9.0.0"
Expand Down

0 comments on commit 4f77171

Please sign in to comment.