From 1d86ea3493cd423b53eaf3a7cf13e825b1aeeb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:48:11 +0000 Subject: [PATCH] Bump filelock from 3.12.2 to 3.12.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.2 to 3.12.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.12.2...3.12.3) --- 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 4ad46a98..0561b227 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ black==23.7.0 docformatter==1.7.5 -filelock==3.12.2 +filelock==3.12.3 flake8==6.1.0 isort==5.12.0 pytest==7.4.0