Skip to content

Commit

Permalink
Uprading gunicorn version for py10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Jul 27, 2023
1 parent 105008b commit b1c8e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ feedparser~=6.0.10
freezegun==1.2.2
future~=0.18.2
graypy==0.2.12
gunicorn==19.9.0
gunicorn==21.2.0
ipython==4.2.0
mapbox==0.18.1
markdown==3.4.1
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ gprof2dot==2022.7.29
# via django-silk
graypy==0.2.12
# via -r requirements.in
gunicorn==19.9.0
gunicorn==21.2.0
# via -r requirements.in
idna==3.4
# via requests
Expand Down Expand Up @@ -173,6 +173,8 @@ oauthlib==3.2.2
# django-oauth-toolkit
openpyxl==3.1.0
# via -r requirements.in
packaging==23.1
# via gunicorn
paramiko==3.1.0
# via fabric
pathlib2==2.3.7.post1
Expand Down

0 comments on commit b1c8e6f

Please sign in to comment.