From 224f133af1e33cf5009e453d65c94fdcdd170bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:29:34 +0000 Subject: [PATCH 1/3] Bump datamodel-code-generator from 0.25.8 to 0.25.9 (#105) Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.25.8 to 0.25.9. - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Commits](https://github.com/koxudaxi/datamodel-code-generator/compare/0.25.8...0.25.9) --- updated-dependencies: - dependency-name: datamodel-code-generator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d2fe56..d53e243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ click==8.1.7 # via # -r requirements.in # black -datamodel-code-generator==0.25.8 +datamodel-code-generator==0.25.9 # via -r requirements.in dnspython==2.4.2 # via email-validator From 818c96dca5a543244c3599ba6d553968c1784c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:56:39 +0000 Subject: [PATCH 2/3] Bump mypy from 1.11.1 to 1.11.2 (#106) Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- 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 9c0cc55..9f96a37 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.1 +mypy==1.11.2 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From d810b178e5f3a0aa745962016e2027f224ca593d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:43:30 +0000 Subject: [PATCH 3/3] Bump pylint from 3.2.6 to 3.2.7 (#107) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: pylint 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-linting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index 83b783d..d01365d 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -14,7 +14,7 @@ mccabe==0.7.0 # via pylint platformdirs==3.11.0 # via pylint -pylint==3.2.6 +pylint==3.2.7 # via -r dev_requirements/requirements-linting.in tomlkit==0.12.2 # via pylint