Bump gunicorn from 21.2.0 to 22.0.0 in /src/satosa (#4)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-18 12:57:44 +02:00
committed by GitHub
parent b203c04c1a
commit 04a3b753bd
+1 -1
View File
@@ -24,7 +24,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"SATOSA==8.4.0",
"gunicorn==21.2.0",
"gunicorn==22.0.0",
]
[project.urls]