From 65bb5cf6097ab91a8372e90d4bada8dcbdbbf6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 23:44:39 +0000 Subject: [PATCH] Bump requests Bumps the pip group with 1 update in the /python/dp_auditorium directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.33.0 - [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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/dp_auditorium/requirements.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python/dp_auditorium/requirements.txt b/python/dp_auditorium/requirements.txt index faa18bee..9e0af70f 100644 --- a/python/dp_auditorium/requirements.txt +++ b/python/dp_auditorium/requirements.txt @@ -142,6 +142,7 @@ numpy==1.26.3 # opt-einsum # optax # orbax-checkpoint + # pipeline-dp # scipy # tensorboard # tensorflow @@ -159,7 +160,7 @@ orbax-checkpoint==0.4.4 # via flax packaging==22.0 # via tensorflow -pipeline-dp +pipeline-dp==0.2.1 # via -r requirements.in portpicker==1.6.0 # via google-vizier @@ -178,19 +179,21 @@ pyasn1==0.5.1 # via # pyasn1-modules # rsa -python-dp - # via -r requirements.in pyasn1-modules==0.3.0 # via google-auth pygments==2.17.2 # via rich pysqlite3==0.5.2 # via -r requirements.in +python-dp==1.1.5rc11 + # via + # -r requirements.in + # pipeline-dp pyyaml==6.0.1 # via # flax # orbax-checkpoint -requests==2.31.0 +requests==2.33.0 # via # google-api-core # requests-oauthlib @@ -207,6 +210,7 @@ scipy==1.11.4 # jax # jaxlib # jaxopt + # pipeline-dp six==1.16.0 # via # absl-py @@ -267,4 +271,4 @@ zipp==3.17.0 # importlib-metadata # The following packages are considered to be unsafe in a requirements file: -setuptools~=69.0.3 +# setuptools