Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update project dependencies
Browse files Browse the repository at this point in the history
mbeacom committed Jul 12, 2024
1 parent 883ae73 commit 9dfd418
Showing 2 changed files with 189 additions and 186 deletions.
347 changes: 175 additions & 172 deletions poetry.lock
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -162,29 +162,29 @@ update = ["poetry-update-core", "poetry-update-dev", "poetry-update-test", "poet

[tool.poetry.dependencies]
python = "^3.8"
typer = {extras = ["all"], version = "^0.9.0"}
typer = {extras = ["all"], version = "^0.12.3"}

[tool.poetry.group.test.dependencies]
pytest = "^8.0.2"
pytest-cov = "^4.1.0"
coverage = "^7.4.3"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
coverage = "^7.6.0"

[tool.poetry.group.dev.dependencies]
isort = {extras = ["toml"], version = "^5.13.2"}
black = "^24.2.0"
mypy = "^1.8.0"
debugpy = "^1.8.1"
ruff = ">=0.3.1,<0.5.0"
poethepoet = "^0.25.0"
black = "^24.4.2"
mypy = "^1.10.1"
debugpy = "^1.8.2"
ruff = "^0.5.1"
poethepoet = "^0.27.0"

[tool.poetry.group.security.dependencies]
safety = "^3.0.1"
bandit = {extras = ["toml"], version = "^1.7.7"}
safety = "^3.2.4"
bandit = {extras = ["toml"], version = "^1.7.9"}

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.13"
mkdocstrings = {extras = ["python"], version = "^0.24.1"}
mkdocs = "^1.6.0"
mkdocs-material = "^9.5.28"
mkdocstrings = {extras = ["python"], version = "^0.25.1"}

[build-system]
requires = ["poetry-core"]

0 comments on commit 9dfd418

Please sign in to comment.