Skip to content

Commit

Permalink
Bump gunicorn from 21.2.0 to 22.0.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent a4a89f3 commit 57fbcf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ et-xmlfile==1.1.0
# openpyxl
executing==2.0.1
# via stack-data
faker==24.2.1
faker==24.4.0
# via -r requirements-dev.in
flake8==7.0.0
# via pytest-flake8
Expand All @@ -113,7 +113,7 @@ greenlet==3.0.3
# via
# -r requirements.txt
# gevent
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.txt
inflection==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ django-ses~=3.5.2
tablib~=3.5.0

# wsgi server
gunicorn~=21.2.0
gunicorn~=22.0.0
gevent~=24.2.1
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gevent==24.2.1
# via -r requirements.in
greenlet==3.0.3
# via gevent
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
inflection==0.5.1
# via drf-spectacular
Expand Down

0 comments on commit 57fbcf7

Please sign in to comment.