From 7e36b18ee0b27b038c8bbbc77a2440210757bb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:03:25 -0700 Subject: [PATCH] Bump filelock from 3.12.1 to 3.12.2 (#420) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.1 to 3.12.2. - [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.12.1...3.12.2) --- 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 cfe37441..58674f3f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ black==23.3.0 docformatter==1.7.2 -filelock==3.12.1 +filelock==3.12.2 flake8==6.0.0 isort==5.12.0 pytest==7.3.2