From 7ccea3d8d0dba61f12243bca2e6940d0ef23aff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:02:50 +0000 Subject: [PATCH 1/3] Bump mypy from 1.11.0 to 1.11.1 (#102) Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) --- updated-dependencies: - dependency-name: mypy 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> --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 71d3dd8..9c0cc55 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-type_check.in # -mypy==1.11.0 +mypy==1.11.1 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From dfecb5188d1c28313e3479cba4e6952a7e6f2e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:04:47 +0000 Subject: [PATCH 2/3] Bump black from 24.4.2 to 24.8.0 (#103) Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-formatting.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-formatting.txt b/dev_requirements/requirements-formatting.txt index 8090bdf..2b74547 100644 --- a/dev_requirements/requirements-formatting.txt +++ b/dev_requirements/requirements-formatting.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-formatting.in # -black==24.4.2 +black==24.8.0 # via -r dev_requirements/requirements-formatting.in click==8.1.7 # via black diff --git a/requirements.txt b/requirements.txt index 0cd0026..8d2fe56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ annotated-types==0.6.0 # via pydantic argcomplete==3.1.2 # via datamodel-code-generator -black==24.4.2 +black==24.8.0 # via datamodel-code-generator click==8.1.7 # via From 165c87c2229ca8c8cf9b99a2215ca923d6e3e4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:06:35 +0000 Subject: [PATCH 3/3] Bump coverage from 7.6.0 to 7.6.1 (#104) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage 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> --- dev_requirements/requirements-coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-coverage.txt b/dev_requirements/requirements-coverage.txt index ad04ea2..1f042e7 100644 --- a/dev_requirements/requirements-coverage.txt +++ b/dev_requirements/requirements-coverage.txt @@ -4,5 +4,5 @@ # # pip-compile requirements-coverage.in # -coverage==7.6.0 +coverage==7.6.1 # via -r dev_requirements/requirements-coverage.in