Skip to content

Commit

Permalink
Merge pull request #305 from nat236919/dependabot/pip/gunicorn-22.0.0
Browse files Browse the repository at this point in the history
Bump gunicorn from 20.1.0 to 22.0.0
  • Loading branch information
nat236919 authored Aug 20, 2024
2 parents 49943b1 + 4064a2e commit 22fe13e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer = "==2.0.3"
click = "==8.0.1"
colorama = "==0.4.4"
fastapi = "==0.66.1"
gunicorn = "==20.1.0"
gunicorn = "==22.0.0"
h11 = "==0.12.0"
idna = "==3.7"
iniconfig = "==1.1.1"
Expand Down
15 changes: 8 additions & 7 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ charset-normalizer==2.0.3; python_full_version >= '3.5.0'
click==8.0.1
colorama==0.4.4
fastapi==0.66.1
gunicorn==20.1.0
gunicorn==22.0.0; python_version >= '3.7'
h11==0.12.0
idna==3.7; python_version >= '3.5'
iniconfig==1.1.1
numpy==1.22.0
packaging==22.0; python_version >= '3.7'
packaging==24.0; python_version >= '3.7'
pandas==1.3.0
pluggy==0.13.1
py==1.10.0
Expand Down

0 comments on commit 22fe13e

Please sign in to comment.