From bb63c78815edb353e08dece48a7ce1e771ad36af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:57:36 +0000 Subject: [PATCH] Bump filelock from 3.12.1 to 3.12.2 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] --- 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