From d8e13715b4b965e0518d08c24aeff0a516c485a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:58:38 +0000 Subject: [PATCH] chore(deps): bump fasteners from 0.17.3 to 0.19 Bumps [fasteners](https://github.com/harlowja/fasteners) from 0.17.3 to 0.19. - [Release notes](https://github.com/harlowja/fasteners/releases) - [Changelog](https://github.com/harlowja/fasteners/blob/main/CHANGELOG.md) - [Commits](https://github.com/harlowja/fasteners/compare/0.17.3...0.19) --- updated-dependencies: - dependency-name: fasteners 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 c68308b4..89572904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ django==4.2.7; python_version >= '3.8' 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' +fasteners==0.19; python_version >= '3.6' filelock==3.13.4; python_version >= '3.7' freezegun==1.4.0; python_version >= '3.7' gunicorn==22.0.0; python_version >= '3.7'