Skip to content

Commit

Permalink
chore(deps): update dev-dependencies (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 0ac5e12 commit d0ca29c
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
115 changes: 58 additions & 57 deletions poetry.lock

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

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.6.1"
poethepoet = "^0.24.1"
ruff = "^0.1.3"
mypy = "^1.7.0"
poethepoet = "^0.24.3"
ruff = "^0.1.6"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"
pytest = "^7.4.3"
pytest-asyncio = "^0.21.1"
pytest-benchmark = "^4.0.0"
pytest-cov = "^4.1.0"
pytest-httpx = "^0.26.0"
pytest-httpx = "^0.27.0"

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

0 comments on commit d0ca29c

Please sign in to comment.