From 8e98d2c7d1d6969e3cde7556a9d95a015fa9e39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:14:30 +0000 Subject: [PATCH] chore(deps): bump requests in /sdk/datahub-python-sdk Bumps [requests](https://github.com/psf/requests) from 2.10.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.10.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/datahub-python-sdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/datahub-python-sdk/requirements.txt b/sdk/datahub-python-sdk/requirements.txt index 07602944..03632872 100644 --- a/sdk/datahub-python-sdk/requirements.txt +++ b/sdk/datahub-python-sdk/requirements.txt @@ -12,7 +12,7 @@ pyflakes==1.2.3 pytest==2.9.2 pytest-cov==2.3.0 pytest-xdist==1.14 -requests==2.10.0 +requests==2.32.4 retrying==1.3.3 six==1.10.0 tox==2.3.1