Skip to content

Commit

Permalink
Upgrade gunicorn (CVE-2024-1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed May 14, 2024
1 parent 8730ca8 commit ef89473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ldap3 = "*"
requests = "*"
gunicorn = "*"
tabulate = "*"

# django-countries requires pkg_resources from setuptools
# https://github.com/SmileyChris/django-countries/issues/442
setuptools = "*"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-bootstrap5==24.1; python_version >= '3.8' --hash=sha256:c42b4f6e673d35af8
django-countries==7.6.1 --hash=sha256:1ed20842fe0f6194f91faca21076649513846a8787c9eb5aeec3cbe1656b8acc --hash=sha256:c772d4e3e54afcc5f97a018544e96f246c6d9f1db51898ab0c15cd57e19437cf
django-extensions==3.2.3; python_version >= '3.6' --hash=sha256:44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a --hash=sha256:9600b7562f79a92cbf1fde6403c04fee314608fefbb595502e34383ae8203401
django-phonenumber-field[phonenumbers]==7.3.0; python_version >= '3.8' --hash=sha256:bc6eaa49d1f9d870944f5280258db511e3a1ba5e2fbbed255488dceacae45d06 --hash=sha256:f9cdb3de085f99c249328293a3b93d4e5fa440c0c8e3b99eb0d0f54748629797
gunicorn==21.2.0; python_version >= '3.5' --hash=sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0 --hash=sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033
gunicorn==22.0.0; python_version >= '3.7' --hash=sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9 --hash=sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63
idna==3.7; python_version >= '3.5' --hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc --hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
ldap3==2.9.1 --hash=sha256:2bc966556fc4d4fa9f445a1c31dc484ee81d44a51ab0e2d0fd05b62cac75daa6 --hash=sha256:5630d1383e09ba94839e253e013f1aa1a2cf7a547628ba1265cb7b9a844b5687 --hash=sha256:5869596fc4948797020d3f03b7939da938778a0f9e2009f7a072ccf92b8e8d70 --hash=sha256:5ab7febc00689181375de40c396dcad4f2659cd260fc5e94c508b6d77c17e9d5 --hash=sha256:f3e7fc4718e3f09dda568b57100095e0ce58633bcabbed8667ce3f8fbaa4229f
ldif==4.2.4; python_version >= '3.9' and python_version < '4.0' --hash=sha256:07197e35ca5f6ce74f30d4d3bfb52d5fa76ee4ca059633f483f8be3fbe205227 --hash=sha256:e5d51ecf613f2304de0aaf5b0f35913fdfda5baf4997124765b26bf80dda207e
Expand Down

0 comments on commit ef89473

Please sign in to comment.