Skip to content

Commit 1d063b6

Browse files
Chore/Dependencies-2024-12-16 (#5863)
* Bump moto from 5.0.22 to 5.0.23 Bumps [moto](https://github.com/getmoto/moto) from 5.0.22 to 5.0.23. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.22...5.0.23) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump boto3 from 1.35.76 to 1.35.81 Bumps [boto3](https://github.com/boto/boto3) from 1.35.76 to 1.35.81. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.76...1.35.81) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump flake8-bugbear from 24.10.31 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.10.31 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7389f6a commit 1d063b6

4 files changed

+9
-9
lines changed

requirements-dev.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ requests-mock==1.12.1
1313
pip-tools==7.4.1
1414
piprot==0.9.11
1515
pre-commit==3.8.0
16-
moto==5.0.22
16+
moto==5.0.23
1717

1818
# Code static analysis
1919
flake8==7.1.1
20-
flake8-bugbear==24.10.31
20+
flake8-bugbear==24.12.12
2121
flake8-commas==4.0.0
2222
flake8-debugger==4.1.2
2323
flake8-import-order==0.18.2

requirements-dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ bigtree==0.22.3
3737
# via -r requirements.in
3838
billiard==4.2.0
3939
# via celery
40-
boto3==1.35.76
40+
boto3==1.35.81
4141
# via
4242
# -r requirements.in
4343
# moto
44-
botocore==1.35.76
44+
botocore==1.35.81
4545
# via
4646
# boto3
4747
# moto
@@ -177,7 +177,7 @@ flake8==7.1.1
177177
# flake8-quotes
178178
# flake8-string-format
179179
# pep8-naming
180-
flake8-bugbear==24.10.31
180+
flake8-bugbear==24.12.12
181181
# via -r requirements-dev.in
182182
flake8-commas==4.0.0
183183
# via -r requirements-dev.in
@@ -255,7 +255,7 @@ mccabe==0.7.0
255255
# pylint
256256
mohawk==1.1.0
257257
# via -r requirements.in
258-
moto==5.0.22
258+
moto==5.0.23
259259
# via -r requirements-dev.in
260260
multidict==6.0.4
261261
# via

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dj-database-url==2.3.0
2828
psycopg2-binary==2.9.10
2929
psycogreen==1.0.2
3030

31-
boto3==1.35.76
31+
boto3==1.35.81
3232

3333
notifications-python-client==10.0.0
3434

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ bigtree==0.22.3
3131
# via -r requirements.in
3232
billiard==4.2.0
3333
# via celery
34-
boto3==1.35.76
34+
boto3==1.35.81
3535
# via -r requirements.in
36-
botocore==1.35.76
36+
botocore==1.35.81
3737
# via
3838
# boto3
3939
# s3transfer

0 commit comments

Comments
 (0)