From b45abed899ba44bc85a52fda86b6c553ed3d3137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:58:13 +0000 Subject: [PATCH] Bump fasteners from 0.18 to 0.19 Bumps [fasteners](https://github.com/harlowja/fasteners) from 0.18 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.18...0.19) --- updated-dependencies: - dependency-name: fasteners dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95e3ef9..757d0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "ruff ==0.0.278", "black ==23.7.0", "coverage >=7.0.0, <7.4.0", - "fasteners ==0.18", + "fasteners ==0.19", "PyMySQL[rsa] >=1.0.2, <1.2.0", "psycopg2-binary >=2.9.5, <3.0.0", "Pillow >=9.4.0, <10.1.0",