From 7ab462cfa1ffee8070157dd0b3ffc764d6acbbef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:23:26 +0000 Subject: [PATCH] chore: bump the python-test-dependencies group Bumps the python-test-dependencies group in /tests/requirements-python with 4 updates: [cryptography](https://github.com/pyca/cryptography), [filelock](https://github.com/tox-dev/py-filelock), [requests](https://github.com/psf/requests) and [stripe](https://github.com/stripe/stripe-python). Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) Updates `filelock` from 3.25.1 to 3.25.2 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.25.1...3.25.2) Updates `requests` from 2.32.5 to 2.33.1 - [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.5...v2.33.1) Updates `stripe` from 14.4.1 to 15.0.0 - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v14.4.1...v15.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-test-dependencies - dependency-name: filelock dependency-version: 3.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-test-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-test-dependencies - dependency-name: stripe dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-test-dependencies ... Signed-off-by: dependabot[bot] --- tests/requirements-python/python-requirements.in | 8 ++++---- tests/requirements-python/python-requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/requirements-python/python-requirements.in b/tests/requirements-python/python-requirements.in index bdce93724..c316ada1b 100644 --- a/tests/requirements-python/python-requirements.in +++ b/tests/requirements-python/python-requirements.in @@ -1,6 +1,6 @@ -cryptography==46.0.5 +cryptography==46.0.6 docker==7.1.0 -filelock==3.25.1 +filelock==3.25.2 msgpack==1.1.2 py3dns==4.0.2 pymongo==4.16.0 @@ -10,9 +10,9 @@ pytest-metadata==3.1.1 pytest-timeout==2.4.0 pytest-xdist==3.8.0 redo==3.0.0 -requests==2.32.5 +requests==2.33.1 urllib3==2.6.3 websockets==16.0 flaky==3.8.1 -stripe==14.4.1 +stripe==15.0.0 aiosmtpd==1.4.6 diff --git a/tests/requirements-python/python-requirements.txt b/tests/requirements-python/python-requirements.txt index 473187325..53f1ecbc9 100644 --- a/tests/requirements-python/python-requirements.txt +++ b/tests/requirements-python/python-requirements.txt @@ -16,7 +16,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==2.1.1 # via requests -cryptography==46.0.5 +cryptography==46.0.6 # via -r python-requirements.in dnspython==2.6.1 # via pymongo @@ -26,7 +26,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.1.1 # via pytest-xdist -filelock==3.25.1 +filelock==3.25.2 # via -r python-requirements.in flaky==3.8.1 # via -r python-requirements.in @@ -71,12 +71,12 @@ pytest-xdist==3.8.0 # via -r python-requirements.in redo==3.0.0 # via -r python-requirements.in -requests==2.32.5 +requests==2.33.1 # via # -r python-requirements.in # docker # stripe -stripe==14.4.1 +stripe==15.0.0 # via -r python-requirements.in tomli==2.0.1 # via pytest