Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1081 from petracihalova/gunicorn-up…
Browse files Browse the repository at this point in the history
…grade

[RHCLOUD-32159] updated gunicorn package to solve vulnerability GHSA-w3h3-4rj7-4ph4
  • Loading branch information
petracihalova authored Apr 18, 2024
2 parents 016292f + e702647 commit 2c4ed50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "==21.2.0"
gunicorn = "==22.0.0"
whitenoise = "==6.4.0"
django = "==4.2.11"
django-filter = "==22.1"
Expand Down
10 changes: 5 additions & 5 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 @@ -25,7 +25,7 @@ django-tenants==3.5.0
djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==21.2.0; python_version >= '3.5'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
jinja2==3.1.3; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
Expand Down

0 comments on commit 2c4ed50

Please sign in to comment.