From 7cff10421c1b45d8a223864caca24c74ebca491a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:10:51 +0000 Subject: [PATCH] Bump filelock from 3.12.3 to 3.12.4 (#9603) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.3 to 3.12.4. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.12.3...3.12.4) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 04b4f8538942..57753ac6cace 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -42,7 +42,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.0.2 # via pytest-xdist -filelock==3.12.3; python_version >= "3.8" +filelock==3.12.4; python_version >= "3.8" # via virtualenv idna==3.4 # via requests