Skip to content

Commit

Permalink
chore(deps): bump gunicorn in /appengine/flexible/hello_world_django (#…
Browse files Browse the repository at this point in the history
…11485)

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent e00b82f commit 53858ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.11; python_version >= "3.8" and python_version < "3.10"
Django==3.2.25; python_version < "3.8"
gunicorn==20.1.0
gunicorn==22.0.0

0 comments on commit 53858ee

Please sign in to comment.