From f9a20475a627bfcf95b66a88bebb28c608119a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:24:30 +0000 Subject: [PATCH] build(deps): bump distlib from 0.3.8 to 0.3.9 Bumps [distlib](https://github.com/pypa/distlib) from 0.3.8 to 0.3.9. - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.3.8...0.3.9) --- updated-dependencies: - dependency-name: distlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cc5e8d..0e79899 100644 --- a/poetry.lock +++ b/poetry.lock @@ -535,13 +535,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "distlib" -version = "0.3.8" +version = "0.3.9" description = "Distribution utilities" optional = false python-versions = "*" files = [ - {file = "distlib-0.3.8-py2.py3-none-any.whl", hash = "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784"}, - {file = "distlib-0.3.8.tar.gz", hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"}, + {file = "distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87"}, + {file = "distlib-0.3.9.tar.gz", hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"}, ] [[package]] @@ -1774,4 +1774,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11.1" -content-hash = "a8f1835696208fab76e391a3a6f1ecbbe0f6cfc755ab24de397fff6dd1ae501e" +content-hash = "a64802ae7c4057cc8aba9e97bc04ac47e9568b018608744da7a70a270bd9ac59" diff --git a/pyproject.toml b/pyproject.toml index cfba127..f5b13da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.11.1" ansible = "^9.6.0" # For use of `manifest` in galaxy.xml -distlib = "^0.3.8" +distlib = "^0.3.9" [tool.poetry.group.dev.dependencies] antsibull-changelog = "^0.30.0"