Skip to content

Commit

Permalink
⬆️ Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2023
1 parent bcd27ba commit de73daf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.

30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ yarl = ">=1.6.0"
Changelog = "https://github.com/klaasnicolaas/python-dusseldorf/releases"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.243,<0.0.273"
aresponses = "^2.1.6"
black = ">=22.10,<24.0"
blacken-docs = "^1.13.0"
codespell = "^2.2.4"
coverage = {version = ">=7.2,<8.0", extras = ["toml"]}
mypy = ">=1.0,<1.4"
pre-commit = "^3.1.1"
pre-commit-hooks = "^4.4.0"
pylint = "^2.17.0"
pytest = "^7.2.2"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
yamllint = "^1.29.0"
covdefaults = "^2.3.0"
ruff = "==0.0.272"
aresponses = "2.1.6"
black = "==23.3.0"
blacken-docs = "1.13.0"
codespell = "2.2.4"
coverage = {version = "==7.2.7", extras = ["toml"]}
mypy = "==1.3.0"
pre-commit = "3.3.2"
pre-commit-hooks = "4.4.0"
pylint = "2.17.4"
pytest = "7.3.1"
pytest-asyncio = "0.21.0"
pytest-cov = "4.1.0"
yamllint = "1.32.0"
covdefaults = "2.3.0"

[tool.coverage.run]
plugins = ["covdefaults"]
Expand Down

0 comments on commit de73daf

Please sign in to comment.