Skip to content

Commit 0ba39c3

Browse files
deps: Bump gunicorn from 21.2.0 to 23.0.0 (#23)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b1772e commit 0ba39c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"flask-sqlalchemy==3.1.1",
1919
"flask-wtf==1.2.2",
2020
"greenlet==3.3.0",
21-
"gunicorn==21.2.0",
21+
"gunicorn==23.0.0",
2222
"itsdangerous==2.2.0",
2323
"jinja2==3.1.6",
2424
"mako==1.3.10",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flask-migrate==4.1.0
1212
flask-sqlalchemy==3.1.1
1313
flask-wtf==1.2.2
1414
greenlet==3.3.0
15-
gunicorn==21.2.0
15+
gunicorn==23.0.0
1616
itsdangerous==2.2.0
1717
jinja2==3.1.6
1818
mako==1.3.10

0 commit comments

Comments
 (0)