From eb5277a69617a295c8bea14fdd4fe0d1c5052530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:05:35 +0000 Subject: [PATCH] chore: bump filelock from 3.8.0 to 3.9.0 in /tests Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.8.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.8.0...3.9.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements_py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index 5c35ac7..f1493b8 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -4,7 +4,7 @@ certifi==2022.12.7 cffi==1.15.1 chardet==5.0.0 cryptography==38.0.4 -filelock==3.8.0 +filelock==3.9.0 idna==3.4 iniconfig==1.1.1 invoke==1.7.3