From 778f03e533499bdb9041f9a025a178e7ade16ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:11:53 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 4 updates Bumps the pip group with 3 updates in the /docs directory: [requests](https://github.com/psf/requests), [tornado](https://github.com/tornadoweb/tornado) and [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 2 updates in the /src directory: [requests](https://github.com/psf/requests) and [cryptography](https://github.com/pyca/cryptography). Updates `requests` from 2.32.2 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.32.2...v2.32.4) Updates `tornado` from 6.4.2 to 6.5.5 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.5) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.6.3) Updates `requests` from 2.32.2 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.32.2...v2.32.4) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.5.5 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- src/setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 31455e34..86a83a1b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,14 +16,14 @@ Pygments==2.2.0 pyparsing==2.2.2 pytz==2018.7 PyYAML==4.2b1 -requests==2.32.2 +requests==2.32.4 six==1.11.0 snowballstemmer==1.2.1 Sphinx==1.8.1 sphinx-autobuild==0.7.1 sphinx-rtd-theme==0.4.2 sphinxcontrib-websupport==1.1.0 -tornado==6.4.2 -urllib3==1.26.19 +tornado==6.5.5 +urllib3==2.6.3 watchdog==0.9.0 pyflakes==2.0.0 diff --git a/src/setup.py b/src/setup.py index 07cc77c3..b82ac332 100644 --- a/src/setup.py +++ b/src/setup.py @@ -35,8 +35,8 @@ 'simple_salesforce==0.74.3', 'pdpyras==4.0', 'duo_client==4.2.3', - 'cryptography==44.0.1', - 'requests==2.32.2', + 'cryptography==46.0.5', + 'requests==2.32.4', ], extras_require={ 'dev': [