From 25522ad29937a6b586cb4dbe906c96db45fdc672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:54:39 +0000 Subject: [PATCH] Bump filelock from 3.32.4 to 3.32.5 (#13630) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.4 to 3.32.5.
Release notes

Sourced from filelock's releases.

3.32.5

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/filelock/compare/3.32.4...3.32.5

Changelog

Sourced from filelock's changelog.

########### Changelog ###########

.. towncrier-draft-entries:: Unreleased

.. towncrier release notes start


3.32.5 (2026-08-31)



3.32.4 (2026-08-23)



3.32.3 (2026-08-13)



3.32.2 (2026-07-29)



3.32.1 (2026-07-26)


... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=filelock&package-manager=pip&previous-version=3.32.4&new-version=3.32.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 4 +++- requirements/dev.txt | 4 +++- requirements/lint.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0957231e6d0..d669aec7ba8 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -33,6 +33,8 @@ async-timeout==5.0.1 ; python_version < "3.11" # -r requirements/runtime-deps.in # aiohttp # valkey +atheris==3.0.0 + # via -r requirements/lint.in attrs==26.1.0 # via aiohttp babel==2.18.0 @@ -85,7 +87,7 @@ exceptiongroup==1.3.1 # pytest execnet==2.1.2 # via pytest-xdist -filelock==3.32.4 +filelock==3.32.5 # via # python-discovery # virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index 9e77cb10212..190ae2cfc3b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -33,6 +33,8 @@ async-timeout==5.0.1 ; python_version < "3.11" # -r requirements/runtime-deps.in # aiohttp # valkey +atheris==3.0.0 + # via -r requirements/lint.in attrs==26.1.0 # via aiohttp babel==2.18.0 @@ -83,7 +85,7 @@ exceptiongroup==1.3.1 # pytest execnet==2.1.2 # via pytest-xdist -filelock==3.32.4 +filelock==3.32.5 # via # python-discovery # virtualenv diff --git a/requirements/lint.txt b/requirements/lint.txt index 3493875409d..3158ce7b061 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -44,7 +44,7 @@ exceptiongroup==1.3.1 # via # aiofastnet # pytest -filelock==3.32.4 +filelock==3.32.5 # via # python-discovery # virtualenv