Skip to content

Commit 58fdcd3

Browse files
Bump the required group across 1 directory with 8 updates
Bumps the required group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [polars](https://github.com/pola-rs/polars) | `0.20.23` | `0.20.31` | | [mike](https://github.com/jimporter/mike) | `2.1.0` | `2.1.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.20` | `9.5.26` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.100.2` | `6.103.1` | Updates `polars` from 0.20.23 to 0.20.31 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-0.20.23...py-0.20.31) 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.26 - [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.26) 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 `pylint` from 3.1.0 to 3.2.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.3) Updates `pytest` from 8.2.0 to 8.2.2 - [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.2) 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) Updates `hypothesis` from 6.100.2 to 6.103.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.2...hypothesis-python-6.103.1) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8f30de commit 58fdcd3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ dev-flake8 = [
5050
"pydoclint == 0.4.1",
5151
"pydocstyle == 6.3.0",
5252
]
53-
dev-examples = ["polars == 0.20.23"]
53+
dev-examples = ["polars == 0.20.31"]
5454
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
5555
dev-mkdocs = [
5656
"black == 24.4.2",
5757
"Markdown==3.6",
58-
"mike == 2.1.0",
58+
"mike == 2.1.1",
5959
"mkdocs-gen-files == 0.5.0",
6060
"mkdocs-literate-nav == 0.6.1",
6161
"mkdocs-macros-plugin == 1.0.5",
62-
"mkdocs-material == 9.5.20",
63-
"mkdocstrings[python] == 0.25.0",
62+
"mkdocs-material == 9.5.26",
63+
"mkdocstrings[python] == 0.25.1",
6464
"frequenz-repo-config[lib] == 0.9.2",
6565
]
6666
dev-mypy = [
@@ -73,20 +73,20 @@ dev-mypy = [
7373
]
7474
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
7575
dev-pylint = [
76-
"pylint == 3.1.0",
76+
"pylint == 3.2.3",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
81-
"pytest == 8.2.0",
81+
"pytest == 8.2.2",
8282
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
8383
"pytest-mock == 3.14.0",
84-
"pytest-asyncio == 0.23.6",
84+
"pytest-asyncio == 0.23.7",
8585
"time-machine == 2.12.0",
8686
"async-solipsism == 0.6",
8787
# For checking docstring code examples
8888
"frequenz-sdk[dev-examples]",
89-
"hypothesis == 6.100.2",
89+
"hypothesis == 6.103.1",
9090
]
9191
dev = [
9292
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)