From 58104994eff759e0c1161f81a8a07e7fb6c7219a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:59:30 +0000 Subject: [PATCH 1/2] Bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [types-python-dateutil](https://github.com/python/typeshed). Updates `pydantic` from 2.8.2 to 2.9.1 - [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.8.2...v2.9.1) Updates `pydantic-core` from 2.20.1 to 2.23.3 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.23.3) Updates `types-python-dateutil` from 2.9.0.20240821 to 2.9.0.20240906 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor 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 | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 21cbb27..17addd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,9 +73,9 @@ packaging==24.1 # via seed-farmer (setup.py) property-manager==3.0 # via executor -pydantic==2.8.2 +pydantic==2.9.1 # via seed-farmer (setup.py) -pydantic-core==2.20.1 +pydantic-core==2.23.3 # via pydantic pygments==2.18.0 # via rich @@ -114,7 +114,7 @@ smmap==5.0.1 # via gitdb text-unidecode==1.3 # via python-slugify -types-python-dateutil==2.9.0.20240821 +types-python-dateutil==2.9.0.20240906 # via arrow typing-extensions==4.12.2 # via diff --git a/setup.py b/setup.py index 76f4e27..e0d26a1 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "aws-codeseeder~=1.1.0", "cookiecutter>=2.1,<2.7", "pyhumps>=3.5,<3.9", - "pydantic>=2.8.2,<2.9.0", + "pydantic>=2.8.2,<2.10.0", "executor~=23.2", "typing-extensions>=4.6.3", "rich>=12.4,<13.9", From 844c682decfd22f1728b4e3e569806a994357867 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Mon, 9 Sep 2024 10:04:01 -0500 Subject: [PATCH 2/2] fix: Python layered dependencies not picked up by dependabot --- requirements-dev.in | 2 ++ requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index 0210019..864f74c 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,3 +1,5 @@ +-c requirements.txt + awscli~=1.34.14 certifi~=2024.8.30 check-manifest~=0.48 diff --git a/requirements-dev.txt b/requirements-dev.txt index ccbddad..f73f028 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --constraint=requirements.txt --output-file=requirements-dev.txt requirements-dev.in +# pip-compile requirements-dev.in # awscli==1.34.14 # via -r requirements-dev.in