From fa2d23d3e932f37cd4b4cf5b4334b31aab3c43c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:53:26 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 5 updates Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `49.0.0` | | [boto3](https://github.com/boto/boto3) | `1.43.24` | `1.43.29` | | [botocore](https://github.com/boto/botocore) | `1.43.24` | `1.43.29` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | Updates `cryptography` from 48.0.0 to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0) Updates `boto3` from 1.43.24 to 1.43.29 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.24...1.43.29) Updates `botocore` from 1.43.24 to 1.43.29 - [Commits](https://github.com/boto/botocore/compare/1.43.24...1.43.29) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d57a25..f04955e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -r requirements.txt psycopg2-binary==2.9.12 -pytest==9.0.3 +pytest==9.1.0 pytest-cov==7.1.0 pytest-mock==3.15.1 -pylint==4.0.5 +pylint==4.0.6 black==26.5.1 mypy==2.1.0 mypy-extensions==1.1.0 diff --git a/requirements.txt b/requirements.txt index 6ec3dc1..502646e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -cryptography==48.0.0 +cryptography==49.0.0 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.24 -botocore==1.43.24 +boto3==1.43.29 +botocore==1.43.29 aiosql==15.0 confluent-kafka==2.14.2 psycopg2==2.9.12