From ef6c389876e15be44f136e78825d4684e0eeef60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:57:31 +0000 Subject: [PATCH] chore(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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42e00c2..585f43c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ click==8.1.7 ; python_full_version >= "3.8.1" and python_version < "4.0" colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32" or os_name == "nt") crashtest==0.4.1 ; python_full_version >= "3.8.1" and python_version < "4.0" cryptography==42.0.8 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "linux" -distlib==0.3.8 ; python_full_version >= "3.8.1" and python_version < "4.0" +distlib==0.3.9 ; python_full_version >= "3.8.1" and python_version < "4.0" dulwich==0.21.7 ; python_full_version >= "3.8.1" and python_version < "4.0" exceptiongroup==1.2.1 ; python_full_version >= "3.8.1" and python_version < "3.11" fastjsonschema==2.19.1 ; python_full_version >= "3.8.1" and python_version < "4.0"