From 43dc03ba4dc3819762fdd288fba0efda1aad5f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:31:41 +0000 Subject: [PATCH] build(deps): bump distlib from 0.3.9 to 0.4.0 Bumps [distlib](https://github.com/pypa/distlib) from 0.3.9 to 0.4.0. - [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.9...0.4.0) --- updated-dependencies: - dependency-name: distlib dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci-python38.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci-python38.txt b/requirements-ci-python38.txt index 539a1f99..743156e4 100644 --- a/requirements-ci-python38.txt +++ b/requirements-ci-python38.txt @@ -20,7 +20,7 @@ charset-normalizer==3.4.1 # via requests colorama==0.4.6 # via tox -distlib==0.3.9 +distlib==0.4.0 # via virtualenv exceptiongroup==1.2.2 # via pytest