Skip to content

Commit a4c732e

Browse files
chore(deps): bump filelock from 3.20.3 to 3.32.0 in /mailbox-app
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.3 to 3.32.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.3...3.32.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 502c577 commit a4c732e

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"Django==5.2.15",
3131
"argon2-cffi==25.1.0",
3232
"bleach==6.4.0",
33-
"filelock==3.20.3",
33+
"filelock==3.32.0",
3434
"gunicorn==25.1.0",
3535
"mysqlclient==2.2.7",
3636
"python-dotenv==1.2.2",

mailbox-app/requirements/base.txt

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

mailbox-app/requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bleach==6.4.0
77
cffi==2.0.0
88
coverage==7.13.3
99
Django==5.2.15
10-
filelock==3.20.3
10+
filelock==3.32.0
1111
gunicorn==25.1.0
1212
packaging==26.2
1313
pip-audit==2.10.0

mailbox-app/requirements/locked.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asgiref==3.11.1
55
bleach==6.4.0
66
cffi==2.0.0
77
Django==5.2.15
8-
filelock==3.20.3
8+
filelock==3.32.0
99
gunicorn==25.1.0
1010
packaging==26.2
1111
pycparser==3.0

0 commit comments

Comments
 (0)