Skip to content

Commit

Permalink
chore(deps): bump dependencies to latest minor changes.
Browse files Browse the repository at this point in the history
  • Updating griffe (0.30.1 -> 0.32.3)
  • Updating mkdocstrings-python (1.1.2 -> 1.2.1)
  • Updating black (23.3.0 -> 23.7.0)
  • Loading branch information
Elmeric committed Aug 1, 2023
1 parent 77ea6d2 commit 84fca19
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 52 deletions.
84 changes: 34 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ mypy = "^1.3"
trio-typing = "^0.8.0"
pre-commit = {version = "^3.0.4", python = ">=3.8.0,<4.0.0"}
invoke = "^2.0.0"
black = {version = "^23.1.0", extras = ["colorama"]}
black = {version = "^23.1.0", python = ">=3.8.0,<4.0.0", extras = ["colorama"]}
isort = {version = "^5.12.0", python = ">=3.8.0,<4.0.0", extras = ["colors"]}


[tool.poetry.group.docs.dependencies]
mkdocs = "^1.4.2"
mkdocstrings = {version = "^0.21.0", extras = ["python"]}
mkdocstrings = {version = "^0.21.0", python = ">=3.8.0,<4.0.0", extras = ["python"]}
mkdocs-material = {version = "^9.0.11", extras = ["python"]}
pymdown-extensions = "^10.0"
markdown-callouts = "^0.3.0"
Expand Down

0 comments on commit 84fca19

Please sign in to comment.