From aaa1cb0b11bd40284b28ccc7626232855458de9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:09:19 +0000 Subject: [PATCH] Bump filelock from 3.8.0 to 3.9.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.8.0 to 3.9.0. - [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.8.0...3.9.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92b4267..b860f35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ git+https://github.com/DiamondLightSource/diffcalc-core@addExtraFunctions#egg=di distlib==0.3.6 docutils==0.19 fastapi==0.89.0 -filelock==3.8.0 +filelock==3.9.0 flake8==6.0.0 flake8-isort==5.0.3 h11==0.14.0