From 03378afd188e18af3042735d0d38d9954930d365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:14:03 +0530 Subject: [PATCH] build(deps): bump distlib from 0.4.0 to 0.4.1 (#13298) Bumps [distlib](https://github.com/pypa/distlib) from 0.4.0 to 0.4.1. - [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.4.0...0.4.1) --- updated-dependencies: - dependency-name: distlib dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0b8ef327e..70c9803fb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -r ../requirements.txt -distlib==0.4.0 # required for building collections +distlib==0.4.1 # required for building collections molecule==26.4.0 pytest-testinfra==10.2.2