Skip to content

Commit

Permalink
chore(deps): update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent fb2bd62 commit 6713dd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ pyperclip = "^1.8.2"
python-dotenv = "^1.0.0"

[tool.poetry.group.lint.dependencies]
mypy = "^1.7.1"
mypy = "^1.8.0"
poethepoet = "^0.24.4"
ruff = "^0.1.8"
ruff = "^0.1.11"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
pytest = "^7.4.4"
pytest-asyncio = "^0.23.3"
pytest-benchmark = "^4.0.0"
pytest-cov = "^4.1.0"
pytest-httpx = "^0.27.0"
pytest-httpx = "^0.28.0"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 6713dd2

Please sign in to comment.