Skip to content

Commit

Permalink
⬆️ Pin dependencies (#78)
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 Jan 24, 2024
1 parent c189110 commit 8cfe82f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ codespell = "2.2.6"
covdefaults = "2.3.0"
coverage = {version = "7.4.0", extras = ["toml"]}
pylint = "3.0.3"
pytest = "^7.4.2"
pytest-asyncio = "^0.23.0"
pytest = "7.4.4"
pytest-asyncio = "0.23.3"
pytest-cov = "4.1.0"
pre-commit = ">=2.21,<4.0"
pre-commit = "==3.6.0"
pre-commit-hooks = "4.5.0"
mypy = "^1.4.1"
ruff = "^0.1.0"
aresponses = "^3.0.0"
mypy = "1.8.0"
ruff = "0.1.14"
aresponses = "3.0.0"
syrupy = "4.6.0"
yamllint = "^1.33.0"
yamllint = "1.33.0"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/jpbede/aioelectricitymaps/issues"
Expand Down

0 comments on commit 8cfe82f

Please sign in to comment.