Skip to content

Commit

Permalink
minor deps version range fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jun 23, 2024
1 parent 0473b12 commit be96ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ pyyaml = {version = "^6.0", optional = true}
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
flake8 = "7.1.0"
flake8 = "^7.1.0"
flake8-import-order = "^0.18.2"
mypy = "^1.1.1"
types-appdirs = "^1.4.3.1"
types-pyyaml = "^6.0.12.2"
pytest = "8.2.2"
pytest = "^8.2.2"
mockito = "^1.4.0"

[build-system]
Expand Down

0 comments on commit be96ff9

Please sign in to comment.