From 60e0f2a890e4d452552c389c42f415781ad25fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:12:45 -0400 Subject: [PATCH 1/2] build(deps-dev): bump moto from 4.2.2 to 4.2.3 (#818) Bumps [moto](https://github.com/getmoto/moto) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a32575683..30357208e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -421,9 +421,9 @@ mixer==7.2.2 \ --hash=sha256:8089b8e2d00288c77e622936198f5dd03c8ac1603a1530a4f870dc213363b2ae \ --hash=sha256:9b3f1a261b56d8f2394f39955f83adbc7ff3ab4bb1065ebfec19a10d3e8501e0 # via -r requirements/dev.in -moto==4.2.2 \ - --hash=sha256:2a9cbcd9da1a66b23f95d62ef91968284445233a606b4de949379395056276fb \ - --hash=sha256:ee34c4c3f53900d953180946920c9dba127a483e2ed40e6dbf93d4ae2e760e7c +moto==4.2.3 \ + --hash=sha256:2e934d834729b274382055e097b166127db829ab4fae00bb08c031c108391a2c \ + --hash=sha256:4caab0145d557d102fe79d0ce3b73d6bf1d916d29ad03c14da15f7da66429cdb # via -r requirements/dev.in mypy-extensions==1.0.0 \ --hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \ From e9c8feba2c50955c46ca215fdb237aef824d3e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:42:37 -0400 Subject: [PATCH 2/2] chore: Update boto3 requirements (#822) Co-authored-by: David Code Howard --- requirements-dev.txt | 12 ++++++------ requirements.txt | 16 +++++++--------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 30357208e..bd423d9f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,13 +40,13 @@ black==23.9.1 \ --hash=sha256:cf99f3de8b3273a8317681d8194ea222f10e0133a24a7548c73ce44ea1679377 \ --hash=sha256:d6bc09188020c9ac2555a498949401ab35bb6bf76d4e0f8ee251694664df6301 # via -r requirements/dev.in -boto3==1.28.40 \ - --hash=sha256:6ff9a5b815e106656596064d51c9b6ba97a307807baa5f89634384b7d3f7ecc6 \ - --hash=sha256:bd7c760afb195eaeaab907dc6b2c21fa64ddbba3fed4a869e80d820ddbd6cc70 +boto3==1.28.52 \ + --hash=sha256:1d36db102517d62c6968b3b0636303241f56859d12dd071def4882fc6e030b20 \ + --hash=sha256:a34fc153cb2f6fb2f79a764286c967392e8aae9412381d943bddc576c4f7631a # via moto -botocore==1.31.44 \ - --hash=sha256:83d61c1ca781e6ede19fcc4d5dd73004eee3825a2b220f0d7727e32069209d98 \ - --hash=sha256:84f90919fecb4a4f417fd10145c8a87ff2c4b14d6381cd34d9babf02110b3315 +botocore==1.31.52 \ + --hash=sha256:46b0a75a38521aa6a75fddccb1542e002930e609d4e13516f40fef170d32e515 \ + --hash=sha256:6d09881c5a8be34b497872ca3936f8757d886a6f42f2a8703411928189cfedc0 # via # boto3 # moto diff --git a/requirements.txt b/requirements.txt index 6f84f791e..f196a5f87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,15 +25,13 @@ attrs==23.1.0 \ # cattrs # ddtrace # fiona -boto3==1.28.40 \ - --hash=sha256:6ff9a5b815e106656596064d51c9b6ba97a307807baa5f89634384b7d3f7ecc6 \ - --hash=sha256:bd7c760afb195eaeaab907dc6b2c21fa64ddbba3fed4a869e80d820ddbd6cc70 - # via - # -r requirements/base.in - # django-ses -botocore==1.31.44 \ - --hash=sha256:83d61c1ca781e6ede19fcc4d5dd73004eee3825a2b220f0d7727e32069209d98 \ - --hash=sha256:84f90919fecb4a4f417fd10145c8a87ff2c4b14d6381cd34d9babf02110b3315 +boto3==1.28.52 \ + --hash=sha256:1d36db102517d62c6968b3b0636303241f56859d12dd071def4882fc6e030b20 \ + --hash=sha256:a34fc153cb2f6fb2f79a764286c967392e8aae9412381d943bddc576c4f7631a + # via moto +botocore==1.31.52 \ + --hash=sha256:46b0a75a38521aa6a75fddccb1542e002930e609d4e13516f40fef170d32e515 \ + --hash=sha256:6d09881c5a8be34b497872ca3936f8757d886a6f42f2a8703411928189cfedc0 # via # boto3 # s3transfer