From 84ff59480edfd09fcc11806423f9ffe5a3433656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:02:06 +0000 Subject: [PATCH] Bump requests from 2.34.0 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.34.0 to 2.34.2. - [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.34.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec0f6d..725d709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,11 @@ dependencies = [] avro-client = [ "nypl_py_utils[log-helper]", "fastavro==1.12.2", - "requests==2.34.0" + "requests==2.34.2" ] cloudlibrary-client = [ "nypl_py_utils[log-helper]", - "requests==2.34.0" + "requests==2.34.2" ] kinesis-client = [ "nypl_py_utils[log-helper]", @@ -94,7 +94,7 @@ patron-data-helper = [ "pandas==3.0.2" ] research-catalog-identifier-helper = [ - "requests==2.34.0" + "requests==2.34.2" ] development = [ "nypl_py_utils[avro-client,cloudlibrary-client,kinesis-client,kms-client,mysql-client,oauth2-api-client,postgresql-client,redshift-client,s3-client,secrets-manager-client,sftp-client,snowflake-client,config-helper,log-helper,obfuscation-helper,patron-data-helper,research-catalog-identifier-helper]",