Skip to content

Commit 50fa7af

Browse files
authored
Bump the required group with 11 updates (#32)
Updates the requirements: Updates `typing-extensions` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.11.0...4.12.0) Updates `frequenz-channels` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/frequenz-floss/frequenz-channels-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-channels-python/blob/v1.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-channels-python@v1.0.0...v1.0.1) Updates `frequenz-client-base` to 0.4.0 - [Release notes](https://github.com/frequenz-floss/frequenz-client-base-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-base-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-base-python@v0.3.0...v0.4.0) Updates `frequenz-client-common` to 0.2.0 - [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-common-python@v0.1.0...v0.2.0) Updates `frequenz-sdk` to 1.0.0rc601 - [Release notes](https://github.com/frequenz-floss/frequenz-sdk-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-sdk-python/blob/v1.0.0rc601/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-sdk-python@v1.0.0rc6...v1.0.0rc601) Updates `mike` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.0...v2.1.1) Updates `mkdocs-material` from 9.5.20 to 9.5.25 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.20...9.5.25) Updates `mkdocstrings[python]` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1) Updates `uv` from 0.1.39 to 0.2.5 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.1.39...0.2.5) Updates `pylint` from 3.1.0 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.2) Updates `pytest` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.2.1) Updates `pytest-asyncio` from 0.23.6 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7)
2 parents 8e53a3b + 0813cc8 commit 50fa7af

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ classifiers = [
3535
requires-python = ">= 3.11, < 4"
3636
dependencies = [
3737
"python-dateutil >= 2.8.2, < 3.0",
38-
"typing-extensions == 4.11.0",
38+
"typing-extensions >= 4.11.0, < 5.0.0",
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk == v1.0.0-rc6",
43-
"frequenz-channels == 1.0.0",
42+
"frequenz-sdk == 1.0.0rc601",
43+
"frequenz-channels >= 1.0.1, < 2.0.0",
4444
"frequenz-api-dispatch >= 0.13.0, < 0.14",
45-
"frequenz-client-dispatch == 0.2.0",
46-
"frequenz-client-base >= 0.3.0, < 0.4.0",
47-
"frequenz-client-common >= 0.1.0, < 0.2.0",
45+
"frequenz-client-dispatch >= 0.2.0, < 0.3.0",
46+
"frequenz-client-base >= 0.3.0, < 0.5.0",
47+
"frequenz-client-common >= 0.1.0, < 0.3.0",
4848
]
4949
dynamic = ["version"]
5050

@@ -64,12 +64,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
6464
dev-mkdocs = [
6565
"black == 24.4.2",
6666
"Markdown==3.6",
67-
"mike == 2.1.0",
67+
"mike == 2.1.1",
6868
"mkdocs-gen-files == 0.5.0",
6969
"mkdocs-literate-nav == 0.6.1",
7070
"mkdocs-macros-plugin == 1.0.5",
71-
"mkdocs-material == 9.5.20",
72-
"mkdocstrings[python] == 0.25.0",
71+
"mkdocs-material == 9.5.25",
72+
"mkdocstrings[python] == 0.25.1",
7373
"frequenz-repo-config[lib] == 0.9.2",
7474
]
7575
dev-mypy = [
@@ -80,20 +80,20 @@ dev-mypy = [
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.1.39",
83+
"uv == 0.2.5",
8484
"nox == 2024.4.15",
8585
"frequenz-repo-config[lib] == 0.9.2",
8686
]
8787
dev-pylint = [
88-
"pylint == 3.1.0",
88+
"pylint == 3.2.2",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
9292
dev-pytest = [
93-
"pytest == 8.2.0",
93+
"pytest == 8.2.1",
9494
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
9595
"pytest-mock == 3.14.0",
96-
"pytest-asyncio == 0.23.6",
96+
"pytest-asyncio == 0.23.7",
9797
"async-solipsism == 0.6",
9898
"time-machine == 2.14.1",
9999
]

0 commit comments

Comments
 (0)