From bf6d5abc6563043b1f556caedaf774316f60ca71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:42:57 +0000 Subject: [PATCH] Bump the minor group with 7 updates Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [tzlocal](https://github.com/regebro/tzlocal) | `5.2` | `5.3.1` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20241204` | `3.8.0.20250413` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.124.9` | `6.131.0` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.2.0` | Updates `tzlocal` from 5.2 to 5.3.1 - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/5.2...5.3.1) Updates `flake8` from 7.1.1 to 7.2.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) Updates `markdown` from 3.7 to 3.8 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `types-markdown` from 3.7.0.20241204 to 3.8.0.20250413 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `hypothesis` from 6.124.9 to 6.131.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.9...hypothesis-python-6.131.0) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: tzlocal dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.8.0.20250413 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.131.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 086ccb20..05509267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 75.8.0", - "setuptools_scm[toml] == 8.1.0", + "setuptools_scm[toml] == 8.2.0", "frequenz-repo-config[lib] == 0.13.2", ] build-backend = "setuptools.build_meta" @@ -57,11 +57,11 @@ cli = [ "asyncclick == 8.1.8", "prompt-toolkit == 3.0.50", "parsedatetime == 2.6", - "tzlocal == 5.2", + "tzlocal == 5.3.1", ] dev-flake8 = [ - "flake8 == 7.1.1", + "flake8 == 7.2.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.0", @@ -70,7 +70,7 @@ dev-flake8 = [ dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "black == 25.1.0", - "Markdown == 3.7", + "Markdown == 3.8", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", @@ -80,8 +80,8 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.2", ] dev-mypy = [ - "mypy == 1.14.1", - "types-Markdown == 3.7.0.20241204", + "mypy == 1.15.0", + "types-Markdown == 3.8.0.20250413", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "grpc-stubs == 1.53.0.5", @@ -102,7 +102,7 @@ dev-pytest = [ "pytest-asyncio == 0.25.3", "async-solipsism == 0.7", "time-machine == 2.16.0", - "hypothesis == 6.124.9", + "hypothesis == 6.131.0", "frequenz-client-dispatch[cli]", ] dev = [