This is an automated email from the ASF dual-hosted git repository. jrmccluskey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push: new 510f2942117 Bump distlib from 0.3.6 to 0.3.7 in /sdks/python (#27531) 510f2942117 is described below commit 510f29421170af55c4ea86f5f2a3856a81931409 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jul 19 11:05:06 2023 -0400 Bump distlib from 0.3.6 to 0.3.7 in /sdks/python (#27531) Bumps [distlib](https://github.com/pypa/distlib) from 0.3.6 to 0.3.7. - [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.6...0.3.7) --- updated-dependencies: - dependency-name: distlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sdks/python/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index e8152fbc3ba..32ccb05dce0 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -22,7 +22,7 @@ wheel>=0.36.0 grpcio-tools==1.53.0 mypy-protobuf==3.4.0 # Avoid https://github.com/pypa/virtualenv/issues/2006 -distlib==0.3.6 +distlib==0.3.7 # Numpy headers numpy>=1.14.3,<1.26