From 382d614b0b5448a4e987e354dc8b80a51c8a8067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:25:30 +0000 Subject: [PATCH] Bump filelock from 3.16.0 to 3.16.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.0 to 3.16.1. - [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.16.0...3.16.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 3c1e7cf5fe84..6fafa70fa2f6 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -67,7 +67,7 @@ execnet==2.1.1 ; python_full_version >= '3.8' # via pytest-xdist filelock==3.12.2 ; python_full_version < '3.8' # via virtualenv -filelock==3.16.0 ; python_full_version >= '3.8' +filelock==3.16.1 ; python_full_version >= '3.8' # via virtualenv idna==3.10 # via requests