Skip to content

Commit

Permalink
Merge pull request #104 from geronimo-iia/dependabot/pip/development-…
Browse files Browse the repository at this point in the history
…dependencies-3e1e2026f1

build(deps-dev): bump the development-dependencies group with 4 updates
  • Loading branch information
geronimo-iia authored Sep 9, 2024
2 parents eda57c8 + 0b8fcac commit 4df5fdb
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ python-dotenv = "^1.0.0"
crayons = "^0.4.0"

[tool.poetry.group.dev.dependencies]
black = "24.4.2" # The uncompromising code formatter.
black = "24.8.0" # The uncompromising code formatter.
isort = "5.13.2" #A Python utility / library to sort Python imports.
ruff = "^0.5.5"
ruff = ">=0.5.5,<0.7.0"
pyright = "^1.1.354"

# Unit Testing
Expand All @@ -53,7 +53,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
mkdocs = { extras = ["markdown-include"], version = "^1.5.3" }
mkdocstrings = { extras = ["python"], version = "^0.25.2" }
mkdocstrings = { extras = ["python"], version = ">=0.25.2,<0.27.0" }
mkdocs-material = "^9.5.18"
mkdocs-include-markdown-plugin = "^6.2.1"

Expand Down

0 comments on commit 4df5fdb

Please sign in to comment.