Skip to content

Commit

Permalink
Merge pull request #89 from geronimo-iia/dependabot/pip/development-d…
Browse files Browse the repository at this point in the history
…ependencies-59f6e7391a

build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates
  • Loading branch information
geronimo-iia authored Jul 30, 2024
2 parents d51994f + 3a21999 commit 0fa77ba
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
124 changes: 62 additions & 62 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ crayons = "^0.4.0"
[tool.poetry.dev-dependencies]
black = "24.4.2" # The uncompromising code formatter.
isort = "5.13.2" #A Python utility / library to sort Python imports.
ruff = "^0.5.2"
ruff = "^0.5.5"
mypy = "*"
types-setuptools = "^70.3.0"
types-setuptools = "^71.1.0"

# Unit Testing
pytest = "8.2.2" # pytest: simple powerful testing with Python
pytest = "8.3.2" # pytest: simple powerful testing with Python
pytest-cov = "^5" # Pytest plugin for measuring coverage.
pytest-mock = "^3"
xdoctest = "^1.1.5" # A rewrite of the builtin doctest module
coverage = { version = "7.6.0", extras = ["toml"] }

# Documentation
mkdocs = { extras = ["markdown-include"], version = "^1.4.3" }
mkdocstrings = { extras = ["python"], version = "^0.25.1" }
mkdocstrings = { extras = ["python"], version = "^0.25.2" }
mkdocs-material = "^9.5.18"
mkdocs-include-markdown-plugin = "^6.2.1"

Expand Down

0 comments on commit 0fa77ba

Please sign in to comment.