Skip to content

Commit

Permalink
Merge pull request #77 from frequenz-floss/dependabot/pip/required-6d…
Browse files Browse the repository at this point in the history
…b4d42f40

Bump the required group with 3 updates
  • Loading branch information
llucax authored Feb 3, 2025
2 parents 8b34df6 + 6595876 commit 36bffad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dev-flake8 = [
"flake8 == 7.1.1",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.5.15",
"pydoclint == 0.6.0",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.10.0", "isort == 6.0.0"]
Expand All @@ -76,7 +76,7 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.49",
"mkdocs-material == 9.6.1",
"mkdocstrings[python] == 0.27.0",
"mkdocstrings-python == 1.13.0",
"frequenz-repo-config[api] == 0.11.0",
Expand All @@ -96,7 +96,7 @@ dev-pylint = [
]
dev-pytest = [
"pytest == 8.3.4",
"pylint == 3.3.3", # We need this to check for the examples
"pylint == 3.3.4", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
]
dev = [
Expand Down

0 comments on commit 36bffad

Please sign in to comment.