From 04a19a5b7c4365cb0c590e7cb39672834fdf1699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:51:07 +0000 Subject: [PATCH] Bump filelock from 3.13.0 to 3.13.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.0 to 3.13.1. - [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.13.0...3.13.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 4a2249458ef..c74a31e80f6 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -152,7 +152,7 @@ faker==17.4.0 # -r requirements/functests.txt # -r requirements/tests.txt # factory-boy -filelock==3.13.0 +filelock==3.13.1 # via -r requirements/tests.txt gevent==23.9.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index f3aee621d79..62d432edf3f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -102,7 +102,7 @@ factory-boy==3.3.0 # via -r requirements/tests.in faker==17.4.0 # via factory-boy -filelock==3.13.0 +filelock==3.13.1 # via -r requirements/tests.in gevent==23.9.1 # via -r requirements/requirements.txt