From 8109e3132f6e62d3a7be0ed7b4bdcb3c0b9e49ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:26:33 +0000 Subject: [PATCH] chore(deps): bump filelock from 3.5.0 to 3.13.4 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.5.0 to 3.13.4. - [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.5.0...3.13.4) --- 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 05fabd67..97d73f42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ django-configurations==2.5.1; python_version >= '3.8' and python_version < '4.0' docopt==0.6.2 execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' fasteners==0.17.3; python_version >= '3.6' -filelock==3.5.0; python_version >= '3.7' +filelock==3.13.4; python_version >= '3.7' freezegun==1.4.0; python_version >= '3.7' gunicorn==22.0.0; python_version >= '3.7' h11==0.13.0; python_version >= '3.7'