From 83a92094b833b328cccb023799a53a5a984702f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:48:19 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06aa216..071de1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cfgv==3.4.0 ; python_version >= "3.12" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" -distlib==0.3.8 ; python_version >= "3.12" and python_version < "4.0" +distlib==0.3.9 ; python_version >= "3.12" and python_version < "4.0" filelock==3.17.0 ; python_version >= "3.12" and python_version < "4.0" identify==2.6.6 ; python_version >= "3.12" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.12" and python_version < "4.0"