From f60814fbd3f8878c56cb88646d6c0f8db31b4a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:11:33 +0000 Subject: [PATCH] Bump filelock from 3.0.12 to 3.16.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.0.12 to 3.16.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/v3.0.12...3.16.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cefd5da..44d61cd9 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def find_version(*file_paths): 'Flask==2.3.3', 'itsdangerous==2.1.2', "cryptography==37.0.2", - "filelock==3.0.12", + "filelock==3.16.1", 'sh==1.14.2', 'python-crontab==2.6.0' ],