From d396d30e41d37999aa7060a6e0491265615e8778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:25:40 +0000 Subject: [PATCH] Bump distlib from 0.3.7 to 0.3.9 in /sdks/python Bumps [distlib](https://github.com/pypa/distlib) from 0.3.7 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.7...0.3.9) --- updated-dependencies: - dependency-name: distlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index d185c45f6191..c9467a326176 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -24,7 +24,7 @@ requires = [ "grpcio-tools==1.53.0", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 - "distlib==0.3.7", + "distlib==0.3.9", # Numpy headers "numpy>=1.14.3,<1.25", # Update setup.py as well. # having cython here will create wheels that are platform dependent.