From 8f7853b75c183ab074f9a3bdeeaa06eee3a1162d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 02:51:47 +0000 Subject: [PATCH] build(deps-dev): Bump filelock from 3.7.0 to 3.7.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.7.0 to 3.7.1. - [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.7.0...3.7.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 492350aa51..64a3ca2a2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -129,7 +129,7 @@ tests = flaky==3.7.0 mock==4.0.3 pytest-timeout==2.1.0 - filelock==3.7.0 + filelock==3.7.1 # pylint requirements pylint==2.13.9 # we use this to suppress pytest-related false positives in our tests.