diff options
author | 2024-04-17 10:59:45 +0100 | |
---|---|---|
committer | 2024-04-17 10:59:45 +0100 | |
commit | 17355ae891b134eee12000b2cb1d01867b0ae0e7 (patch) | |
tree | 657fe43f28f107e0561f314034ed4665ba3fb0f1 /pyproject.toml | |
parent | Merge pull request #1297 from python-discord/netcup-link-add-ref (diff) |
Bump gunicorn from 21.2.0 to 22.0.0 (#1299)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.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>
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 9942c840..7f9f7b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-filter = "24.2" django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" djangorestframework = "3.14.0" -gunicorn = "21.2.0" +gunicorn = "22.0.0" httpx = "0.27.0" markdown = "3.6" PyJWT = {version = "2.8.0", extras = ["crypto"]} |