From 68e29ed6e3298b4beac59d49d78a967557fad9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:16:21 +0000 Subject: [PATCH 1/3] Bump boto3 from 1.35.90 to 1.35.92 Bumps [boto3](https://github.com/boto/boto3) from 1.35.90 to 1.35.92. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.90...1.35.92) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.in | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c929b2c78..8b610c60d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,11 +37,11 @@ bigtree==0.23.0 # via -r requirements.in billiard==4.2.0 # via celery -boto3==1.35.90 +boto3==1.35.92 # via # -r requirements.in # moto -botocore==1.35.90 +botocore==1.35.92 # via # boto3 # moto diff --git a/requirements.in b/requirements.in index b0d6eae08..2f0af572d 100644 --- a/requirements.in +++ b/requirements.in @@ -28,7 +28,7 @@ dj-database-url==2.3.0 psycopg2-binary==2.9.10 psycogreen==1.0.2 -boto3==1.35.90 +boto3==1.35.92 notifications-python-client==10.0.1 diff --git a/requirements.txt b/requirements.txt index def3bd4bb..90c2609f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,9 +31,9 @@ bigtree==0.23.0 # via -r requirements.in billiard==4.2.0 # via celery -boto3==1.35.90 +boto3==1.35.92 # via -r requirements.in -botocore==1.35.90 +botocore==1.35.92 # via # boto3 # s3transfer From fa2e061405a9cf77f9c49aa82d7dcefeddea6a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:17:38 +0000 Subject: [PATCH 2/3] Bump moto from 5.0.25 to 5.0.26 Bumps [moto](https://github.com/getmoto/moto) from 5.0.25 to 5.0.26. - [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/5.0.25...5.0.26) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 806370b9d..6b6829a68 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -13,7 +13,7 @@ requests-mock==1.12.1 pip-tools==7.4.1 piprot==0.9.11 pre-commit==3.8.0 -moto==5.0.25 +moto==5.0.26 # Code static analysis flake8==7.1.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 8b610c60d..3d6e569dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -255,7 +255,7 @@ mccabe==0.7.0 # pylint mohawk==1.1.0 # via -r requirements.in -moto==5.0.25 +moto==5.0.26 # via -r requirements-dev.in multidict==6.0.4 # via From 8b3f46ea4cc281ab90923ccbe6109be53f7f6a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:08:20 +0000 Subject: [PATCH 3/3] Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d6e569dd..1bd0227be 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -233,7 +233,7 @@ isort==5.11.4 # via pylint jedi==0.18.2 # via ipython -jinja2==3.1.4 +jinja2==3.1.5 # via moto jmespath==1.0.1 # via