From 30fc6e55926ba6cd91aff04bc5560deb2578338c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:15:31 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 5 updates Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.72` | `1.35.81` | | [botocore](https://github.com/boto/botocore) | `1.35.72` | `1.35.81` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.2` | `2.10.3` | | [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20241003` | `2.9.0.20241206` | Updates `boto3` from 1.35.72 to 1.35.81 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.72...1.35.81) Updates `botocore` from 1.35.72 to 1.35.81 - [Commits](https://github.com/boto/botocore/compare/1.35.72...1.35.81) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) Updates `pydantic` from 2.10.2 to 2.10.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3) Updates `types-python-dateutil` from 2.9.0.20241003 to 2.9.0.20241206 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b43134..11d0bd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ aws-codeseeder==1.1.0 # via seed-farmer (setup.py) binaryornot==0.4.4 # via cookiecutter -boto3==1.35.72 +boto3==1.35.81 # via aws-codeseeder -botocore==1.35.72 +botocore==1.35.81 # via # boto3 # s3transfer @@ -73,7 +73,7 @@ packaging==24.2 # via seed-farmer (setup.py) property-manager==3.0 # via executor -pydantic==2.10.2 +pydantic==2.10.3 # via seed-farmer (setup.py) pydantic-core~=2.27.1 # via pydantic @@ -105,7 +105,7 @@ rich==13.9.4 # seed-farmer (setup.py) s3transfer==0.10.4 # via boto3 -six==1.16.0 +six==1.17.0 # via # cfn-flip # executor @@ -114,7 +114,7 @@ smmap==5.0.1 # via gitdb text-unidecode==1.3 # via python-slugify -types-python-dateutil==2.9.0.20241003 +types-python-dateutil==2.9.0.20241206 # via arrow typing-extensions==4.12.2 # via