From d04929c4118d72d8d6b52f4fa4f37f4db6fb97f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:46:59 +0000 Subject: [PATCH] Bump packaging from 23.1 to 24.1 Bumps [packaging](https://github.com/pypa/packaging) from 23.1 to 24.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.1...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf1416e..341c36b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "fabric==3.2.2", "invoke==2.2.0", "Jinja2==3.1.2", - "packaging==23.1", + "packaging==24.1", "paramiko==3.4.0", "python-digitalocean==1.17.0", "PyYAML==6.0.1",