Skip to content

Commit

Permalink
package 'gunicorn' upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Oct 20, 2023
1 parent d3f2e74 commit d375ed8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
django-environ = "==0.10.0"
djangorestframework = "==3.14.0"
gunicorn = "==20.1.0"
gunicorn = "==21.2.0"
whitenoise = "==6.4.0"
Django = "==4.1.10"
django-filter = "==22.1"
Expand Down
24 changes: 12 additions & 12 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 @@ -22,13 +22,14 @@ django-tenants==3.4.8
djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==20.1.0; python_version >= '3.5'
gunicorn==21.2.0; python_version >= '3.5'
idna==3.4; python_version >= '3.5'
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jmespath==1.0.1; python_version >= '3.7'
kafka-python==2.0.2
kombu==5.3.2; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
psycopg2==2.9.5; python_version >= '3.6'
Expand All @@ -39,7 +40,6 @@ redis==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,
requests==2.31.0; python_version >= '3.7'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
setuptools==68.2.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
typing-extensions==4.8.0; python_version < '3.11'
Expand Down

0 comments on commit d375ed8

Please sign in to comment.