Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the optional group with 12 updates #10

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

Updates the requirements on pydoclint, isort, markdown, mkdocs-macros-plugin, mkdocs-material, mkdocstrings[python], mypy, types-markdown, pylint, pytest, pytest-mock and pytest-asyncio to permit the latest version.

Updates pydoclint from 0.3.2 to 0.4.1

Updates isort from 5.12.0 to 5.13.2

Updates markdown from 3.4.4 to 3.5.2

Updates mkdocs-macros-plugin from 1.0.4 to 1.0.5

Updates mkdocs-material from 9.3.1 to 9.5.11

Updates mkdocstrings[python] from 0.23.0 to 0.24.1

Updates mypy from 1.5.1 to 1.8.0

Updates types-markdown from 3.4.2.10 to 3.5.0.20240129

Updates pylint from 3.0.2 to 3.1.0

Updates pytest from 8.0.0 to 8.0.2

Updates pytest-mock from 3.11.1 to 3.12.0

Updates pytest-asyncio from 0.21.1 to 0.23.5

@dependabot dependabot bot requested review from a team as code owners February 28, 2024 08:51
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 28, 2024
@llucax llucax changed the title Bump the optional group with 13 updates Bump the optional group with 12 updates Feb 28, 2024
@llucax llucax self-assigned this Feb 28, 2024
@llucax llucax enabled auto-merge February 28, 2024 09:10
@github-actions github-actions bot added the part:docs Affects the documentation label Feb 28, 2024
llucax
llucax previously approved these changes Feb 28, 2024
dependabot bot and others added 3 commits February 28, 2024 10:24
Updates the requirements on [frequenz-api-microgrid](https://github.com/frequenz-floss/frequenz-api-microgrid), [pydoclint](https://github.com/jsh9/pydoclint), [isort](https://github.com/pycqa/isort), [markdown](https://github.com/Python-Markdown/markdown), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mypy](https://github.com/python/mypy), [types-markdown](https://github.com/python/typeshed), [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.

Updates `frequenz-api-microgrid` to 0.16.0
- [Release notes](https://github.com/frequenz-floss/frequenz-api-microgrid/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-api-microgrid/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-api-microgrid@v0.15.3...v0.16.0)

Updates `pydoclint` from 0.3.2 to 0.4.1
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.3.2...0.4.1)

Updates `isort` from 5.12.0 to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.12.0...5.13.2)

Updates `markdown` from 3.4.4 to 3.5.2
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.4.4...3.5.2)

Updates `mkdocs-macros-plugin` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.0.4...v1.0.5)

Updates `mkdocs-material` from 9.3.1 to 9.5.11
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.3.1...9.5.11)

Updates `mkdocstrings[python]` from 0.23.0 to 0.24.1
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.23.0...0.24.1)

Updates `mypy` from 1.5.1 to 1.8.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.5.1...v1.8.0)

Updates `types-markdown` from 3.4.2.10 to 3.5.0.20240129
- [Commits](https://github.com/python/typeshed/commits)

Updates `pylint` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.1.0)

Updates `pytest` from 8.0.0 to 8.0.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.0.0...8.0.2)

Updates `pytest-mock` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.11.1...v3.12.0)

Updates `pytest-asyncio` from 0.21.1 to 0.23.5
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.5)

---
updated-dependencies:
- dependency-name: frequenz-api-microgrid
  dependency-type: direct:production
  dependency-group: optional
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: mkdocs-macros-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: types-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: pytest-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <[email protected]>
It has a lot of breaking changes and we need to deal with them
separately.

Signed-off-by: Leandro Lucarella <[email protected]>
The new version providing the `slugify_unicode` function is correctly
typed, so we don't need to ignore the type anymore.

Signed-off-by: Leandro Lucarella <[email protected]>
@llucax llucax force-pushed the dependabot/pip/optional-14946b13e7 branch from 8b6b5fc to 1821a2d Compare February 28, 2024 09:25
@llucax llucax added this pull request to the merge queue Feb 28, 2024
Merged via the queue into v0.x.x with commit 75e50e5 Feb 28, 2024
14 checks passed
@llucax llucax deleted the dependabot/pip/optional-14946b13e7 branch February 28, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:docs Affects the documentation part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants