From 8073c7f5c6fe5b112a88167ae6e079851c881477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:05:48 +0000 Subject: [PATCH] Bump fasteners from 0.19 to 0.20 Bumps [fasteners](https://github.com/harlowja/fasteners) from 0.19 to 0.20. - [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.19...0.20) --- updated-dependencies: - dependency-name: fasteners dependency-version: '0.20' 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 dae0920..93c935a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "ellar >= 0.8.2", "apache-libcloud >=3.6, <3.9", - "fasteners ==0.19" + "fasteners ==0.20" ] [project.urls]