From 1cca64d5bd86f5abd9852e03e36356d7a79d9d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:03:23 +0000 Subject: [PATCH] Bump filelock from 3.1.0 to 3.9.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.1.0 to 3.9.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.1.0...3.9.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 773415ab..5aee836a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, certifi==2021.5.30 charset-normalizer==2.0.6; python_version >= '3' click==8.0.1; python_version >= '3.6' -filelock==3.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +filelock==3.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' fuzzywuzzy==0.18.0 grpcio==1.41.0 idna==3.2; python_version >= '3'