Skip to content

Commit 2620b21

Browse files
chore(deps): bump gunicorn from 25.1.0 to 26.0.0 in /mailbox-app
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.1.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 502c577 commit 2620b21

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

mailbox-app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"argon2-cffi==25.1.0",
3232
"bleach==6.4.0",
3333
"filelock==3.20.3",
34-
"gunicorn==25.1.0",
34+
"gunicorn==26.0.0",
3535
"mysqlclient==2.2.7",
3636
"python-dotenv==1.2.2",
3737
"whitenoise==6.11.0",

mailbox-app/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Django==5.2.15
22
argon2-cffi==25.1.0
33
bleach==6.4.0
44
filelock==3.20.3
5-
gunicorn==25.1.0
5+
gunicorn==26.0.0
66
python-dotenv==1.2.2
77
whitenoise==6.11.0
88

mailbox-app/requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cffi==2.0.0
88
coverage==7.13.3
99
Django==5.2.15
1010
filelock==3.20.3
11-
gunicorn==25.1.0
11+
gunicorn==26.0.0
1212
packaging==26.2
1313
pip-audit==2.10.0
1414
pycparser==3.0

mailbox-app/requirements/locked.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bleach==6.4.0
66
cffi==2.0.0
77
Django==5.2.15
88
filelock==3.20.3
9-
gunicorn==25.1.0
9+
gunicorn==26.0.0
1010
packaging==26.2
1111
pycparser==3.0
1212
python-dotenv==1.2.2

0 commit comments

Comments
 (0)