Skip to content

Commit 8084a14

Browse files
chore(deps): bump the python-dependencies group with 4 updates (#165)
Bumps the python-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) and [moto](https://github.com/getmoto/moto). Updates `boto3` from 1.43.18 to 1.43.24 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.18...1.43.24) Updates `botocore` from 1.43.18 to 1.43.24 - [Commits](boto/botocore@1.43.18...1.43.24) Updates `confluent-kafka` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md) - [Commits](confluentinc/confluent-kafka-python@v2.14.0...v2.14.2) Updates `moto` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.2.1...5.2.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: confluent-kafka dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: moto dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34d1e41 commit 8084a14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pylint==4.0.5
77
black==26.5.1
88
mypy==2.1.0
99
mypy-extensions==1.1.0
10-
moto[s3,secretsmanager,events]==5.2.1
10+
moto[s3,secretsmanager,events]==5.2.2
1111
testcontainers==4.14.2
1212
docker==7.1.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cryptography==48.0.0
22
jsonschema==4.26.0
33
PyJWT==2.13.0
44
requests==2.34.2
5-
boto3==1.43.18
6-
botocore==1.43.18
5+
boto3==1.43.24
6+
botocore==1.43.24
77
aiosql==15.0
8-
confluent-kafka==2.14.0
8+
confluent-kafka==2.14.2
99
psycopg2==2.9.12

0 commit comments

Comments
 (0)