Skip to content

Commit

Permalink
Review dev dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
  • Loading branch information
febus982 committed Jan 27, 2024
1 parent ec2c339 commit 77659db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ pyyaml = "^6.0.1"
optional = true

[tool.poetry.group.dev.dependencies]
coverage = ">=6.5.0"
bandit = ">=1.7.6"
coverage = "^7.4.1"
bandit = "^1.7.6"
black = ">=22.10.0"
mkdocs-awesome-pages-plugin = "^2.9.2"
mkdocs-awesome-pages-plugin = ">=2.9.2"
mkdocs-material = ">=9.1.16"
mike = ">=2.0.0"
mypy = ">=0.990"
pymdown-extensions = ">=10.0.1"
pytest = ">=7.2.0"
pytest-asyncio = ">=0.20.3"
pytest-cov = ">=4.0.0"
pytest-factoryboy = ">=2.5.0"
pytest-xdist = ">=3.0.2"
ruff = ">=0.0.263"
pytest = "^7.2.0"
pytest-asyncio = "^0.23.3"
pytest-cov = "^4.0.0"
pytest-factoryboy = "^2.5.0"
pytest-xdist = "^3.5.0"
ruff = ">=0.1.14"
types-pyyaml = "^6.0.12.12"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 77659db

Please sign in to comment.