Skip to content

Bump the optional group with 13 updates#10

Merged
llucax merged 1 commit intov0.x.xfrom
dependabot/pip/optional-aa7629e0b2
Feb 6, 2024
Merged

Bump the optional group with 13 updates#10
llucax merged 1 commit intov0.x.xfrom
dependabot/pip/optional-aa7629e0b2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2024

Bumps the optional group with 13 updates:

Package From To
pydoclint 0.3.2 0.3.9
isort 5.12.0 5.13.2
markdown 3.4.4 3.5.2
mkdocs-macros-plugin 1.0.4 1.0.5
mkdocs-material 9.3.1 9.5.6
mkdocstrings[python] 0.23.0 0.24.0
frequenz-repo-config[lib] 0.7.5 0.8.0
mypy 1.5.1 1.8.0
types-markdown 3.4.2.10 3.5.0.20240129
pylint 3.0.2 3.0.3
frequenz-repo-config[extra-lint-examples] 0.7.5 0.8.0
pytest-mock 3.11.1 3.12.0
pytest-asyncio 0.21.1 0.23.4

Updates pydoclint from 0.3.2 to 0.3.9

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.6

Updates mkdocstrings[python] from 0.23.0 to 0.24.0

Updates frequenz-repo-config[lib] from 0.7.5 to 0.8.0

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.0.3

Updates frequenz-repo-config[extra-lint-examples] from 0.7.5 to 0.8.0

Updates pytest-mock from 3.11.1 to 3.12.0

Updates pytest-asyncio from 0.21.1 to 0.23.4

@dependabot dependabot Bot requested a review from a team as a code owner February 1, 2024 13:04
@dependabot dependabot Bot requested review from Marenz and removed request for a team February 1, 2024 13:04
@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 1, 2024
@Marenz Marenz force-pushed the dependabot/pip/optional-aa7629e0b2 branch from 9f636ee to f92e484 Compare February 1, 2024 15:33
@github-actions github-actions Bot added the part:docs Affects the documentation label Feb 1, 2024
@Marenz Marenz requested a review from llucax February 1, 2024 15:33
@Marenz
Copy link
Copy Markdown
Contributor

Marenz commented Feb 1, 2024

Fixed CI failure

@Marenz Marenz force-pushed the dependabot/pip/optional-aa7629e0b2 branch from f92e484 to 60641b4 Compare February 1, 2024 15:34
Comment thread docs/_scripts/macros.py Outdated
@llucax llucax requested a review from Marenz February 2, 2024 10:03
@Marenz Marenz force-pushed the dependabot/pip/optional-aa7629e0b2 branch from 60641b4 to 77e03c1 Compare February 5, 2024 10:13
@Marenz Marenz requested a review from llucax February 5, 2024 10:13
Copy link
Copy Markdown
Contributor

@llucax llucax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bump from repo-config to v0.8 probably needs manual changes. I'm not sure even if CI tests pass for the PR, they might fail for pushes because there are some jobs that only run on pushes.

Bumps the optional group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.2` | `0.3.9` |
| [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.4.4` | `3.5.2` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.4` | `1.0.5` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.3.1` | `9.5.6` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.23.0` | `0.24.0` |
| [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.7.5` | `0.8.0` |
| [mypy](https://github.com/python/mypy) | `1.5.1` | `1.8.0` |
| [types-markdown](https://github.com/python/typeshed) | `3.4.2.10` | `3.5.0.20240129` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.0.2` | `3.0.3` |
| [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.7.5` | `0.8.0` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.12.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.1` | `0.23.4` |

Updates `pydoclint` from 0.3.2 to 0.3.9
- [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.3.9)

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.6
- [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.6)

Updates `mkdocstrings[python]` from 0.23.0 to 0.24.0
- [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.0)

Updates `frequenz-repo-config[lib]` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.8.0/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.7.5...v0.8.0)

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.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.0.3)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.8.0/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.7.5...v0.8.0)

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.4
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.4)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: frequenz-repo-config[lib]
  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-patch
  dependency-group: optional
- dependency-name: frequenz-repo-config[extra-lint-examples]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
@Marenz Marenz force-pushed the dependabot/pip/optional-aa7629e0b2 branch from 77e03c1 to f849f0d Compare February 5, 2024 12:10
@Marenz
Copy link
Copy Markdown
Contributor

Marenz commented Feb 5, 2024

Added config-repo required changes

@Marenz Marenz requested a review from llucax February 5, 2024 12:14
@Marenz Marenz mentioned this pull request Feb 6, 2024
@llucax llucax merged commit da6691e into v0.x.x Feb 6, 2024
@llucax llucax deleted the dependabot/pip/optional-aa7629e0b2 branch February 6, 2024 10:36
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