From 1a29724ebd032fe5e10303e3b913be068a7c99ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:33:41 -0700 Subject: [PATCH] Bump filelock from 3.3.0 to 3.3.1 (#269) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.3.0 to 3.3.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.3.0...3.3.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 07eb4d3a..536d8324 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ black==21.9b0 docformatter==1.4 -filelock==3.3.0 +filelock==3.3.1 flake8==3.9.2 isort==5.9.3 pytest==6.2.5