From dd9a6aa0d27032405b780bae48bca05bddd5ebc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:11:59 +0000 Subject: [PATCH 1/5] Bump mypy from 1.10.1 to 1.11.0 (#95) Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy 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-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 7c91142..71d3dd8 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.10.1 +mypy==1.11.0 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From 9e33d84f4c17bd4bab42a81d149b0c225df6b99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:13:48 +0000 Subject: [PATCH 2/5] Bump pytest from 8.2.2 to 8.3.1 (#96) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest 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-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index 47d9aea..62b3262 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -10,5 +10,5 @@ packaging==23.2 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.1 # via -r dev_requirements/requirements-tests.in From 5b44bbda259f2aeeb2d51321db84e8f6420d56ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:15:30 +0000 Subject: [PATCH 3/5] Bump pylint from 3.2.5 to 3.2.6 (#97) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index 1439c46..83b783d 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-linting.in # -astroid==3.2.2 +astroid==3.2.4 # via pylint dill==0.3.7 # via pylint @@ -14,7 +14,7 @@ mccabe==0.7.0 # via pylint platformdirs==3.11.0 # via pylint -pylint==3.2.5 +pylint==3.2.6 # via -r dev_requirements/requirements-linting.in tomlkit==0.12.2 # via pylint From 187ba190ea4302f65f50b773c77a3a46179f0c1f Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 25 Jul 2024 06:47:09 +0200 Subject: [PATCH 4/5] Fix Project URL in Package Metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc03a5d..23b7a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ dependencies = [ dynamic = ["readme", "version"] [project.urls] -Changelog = "https://github.com/Hochfrequenz/python_template_repository/releases" -Homepage = "https://github.com/Hochfrequenz/python_template_repository" +Changelog = "https://github.com/bo4e/bo4e-python-generator/releases" +Homepage = "https://github.com/bo4e/bo4e-python-generator" [project.scripts] bo4e-generator = "bo4e_generator.__main__:main" From f8ec0042f9106a1b93499b8378cb30eca5f85130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:25:14 +0000 Subject: [PATCH 5/5] Bump pytest from 8.3.1 to 8.3.2 (#98) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) --- updated-dependencies: - dependency-name: pytest 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-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index 62b3262..6750f0b 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -10,5 +10,5 @@ packaging==23.2 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.1 +pytest==8.3.2 # via -r dev_requirements/requirements-tests.in