From 06fccfc50b130a88a67a14c13b62e4349dedd06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:59:59 +0000 Subject: [PATCH] Bump filelock from 3.12.4 to 3.13.0 (#9796) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.4 to 3.13.0. - [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.4...3.13.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... 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 2087f30e4b47..2f059cf7bdd0 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -40,7 +40,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.0.2 # via pytest-xdist -filelock==3.12.4; python_version >= "3.8" +filelock==3.13.0; python_version >= "3.8" # via virtualenv idna==3.4 # via requests