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 required group with 4 updates #294

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the required group with 4 updates
Bumps the required group with 4 updates: [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [mike](https://github.com/jimporter/mike), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python).


Updates `frequenz-repo-config[lib]` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.1...v0.9.2)

Updates `mike` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v2.0.0...v2.1.0)

Updates `mkdocs-include-markdown-plugin` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](mondeja/mkdocs-include-markdown-plugin@v6.0.5...v6.0.6)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: frequenz-repo-config[lib]
  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-minor
  dependency-group: required
- dependency-name: mkdocs-include-markdown-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: frequenz-repo-config[extra-lint-examples]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
commit 2eddc697c1ce34df4a03a26913741c2db3513831
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[lib] == 0.9.1",
"frequenz-repo-config[lib] == 0.9.2",
]
build-backend = "setuptools.build_meta"

@@ -47,12 +47,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
dev-mkdocs = [
"Markdown == 3.6",
"black == 24.4.2",
"frequenz-repo-config[lib] == 0.9.1",
"frequenz-repo-config[lib] == 0.9.2",
"markdown-callouts == 0.4.0",
"markdown-svgbob == 202112.1022",
"mike == 2.0.0",
"mike == 2.1.0",
"mkdocs-gen-files == 0.5.0",
"mkdocs-include-markdown-plugin == 6.0.5",
"mkdocs-include-markdown-plugin == 6.0.6",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.5",
"mkdocs-material == 9.5.20",
@@ -65,15 +65,15 @@ dev-mypy = [
"mypy == 1.10.0",
"types-Markdown == 3.6.0.20240316",
]
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"]
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
dev-pylint = [
# For checking the noxfile, docs/ script, and tests
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
"pylint == 3.1.0",
]
dev-pytest = [
"async-solipsism == 0.6",
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
"hypothesis == 6.100.2",
"pytest == 8.2.0",
"pytest-asyncio == 0.23.6",
Loading