diff options
author | 2023-07-20 05:24:44 +0000 | |
---|---|---|
committer | 2023-07-20 05:24:44 +0000 | |
commit | 11a236029e541dd7492349efadd7b543950a560f (patch) | |
tree | 606a1cc63d31017a13cc8ad3034f82c466517e05 /pyproject.toml | |
parent | Merge pull request #1050 from python-discord/dependabot/pip/pyjwt-2.8.0 (diff) |
Bump gunicorn from 21.1.0 to 21.2.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.1.0...21.2.0)
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7dc98cd2..87d940b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-filter = "23.2" django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0" -gunicorn = "21.1.0" +gunicorn = "21.2.0" httpx = "0.24.1" markdown = "3.4.3" PyJWT = {version = "2.8.0", extras = ["crypto"]} |