Skip to content

Commit 8d58f0e

Browse files
chore(deps): bump whitenoise from 6.11.0 to 6.12.0 in /mailbox-app
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.11.0 to 6.12.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.11.0...6.12.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 502c577 commit 8d58f0e

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"gunicorn==25.1.0",
3535
"mysqlclient==2.2.7",
3636
"python-dotenv==1.2.2",
37-
"whitenoise==6.11.0",
37+
"whitenoise==6.12.0",
3838
]
3939

4040
[project.urls]

mailbox-app/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ bleach==6.4.0
44
filelock==3.20.3
55
gunicorn==25.1.0
66
python-dotenv==1.2.2
7-
whitenoise==6.11.0
7+
whitenoise==6.12.0
88

99
mysqlclient==2.2.7

mailbox-app/requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ python-dotenv==1.2.2
1919
ruff==0.15.17
2020
sqlparse==0.5.5
2121
webencodings==0.5.1
22-
whitenoise==6.11.0
22+
whitenoise==6.12.0
2323

2424
mysqlclient==2.2.7

mailbox-app/requirements/locked.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pycparser==3.0
1212
python-dotenv==1.2.2
1313
sqlparse==0.5.5
1414
webencodings==0.5.1
15-
whitenoise==6.11.0
15+
whitenoise==6.12.0
1616

1717
mysqlclient==2.2.7

0 commit comments

Comments
 (0)