From 2c603e910695cea9f5597a2e05047d3408e7e456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 23:53:42 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 4 updates Bumps the python-dependencies group with 4 updates: [black](https://github.com/psf/black), [pyjwt](https://github.com/jpadilla/pyjwt), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `black` from 26.5.0 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.5.0...26.5.1) Updates `pyjwt` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.1...2.13.0) Updates `boto3` from 1.43.9 to 1.43.14 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.9...1.43.14) Updates `botocore` from 1.43.9 to 1.43.14 - [Commits](https://github.com/boto/botocore/compare/1.43.9...1.43.14) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8511d5..0b0404e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,17 +2,17 @@ pytest==9.0.3 pytest-cov==7.1.0 pytest-mock==3.15.1 pylint==4.0.5 -black==26.5.0 +black==26.5.1 mypy==2.1.0 mypy-extensions==1.1.0 urllib3==2.7.0 cryptography==48.0.0 jsonschema==4.26.0 -PyJWT==2.12.1 +PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.9 +boto3==1.43.14 aiosql==15.0 -botocore==1.43.9 +botocore==1.43.14 confluent-kafka==2.14.0 moto[s3,secretsmanager,events]==5.2.1 testcontainers==4.14.2