Skip to content

Commit

Permalink
⬆️ Pin dependencies (#210)
Browse files Browse the repository at this point in the history
* ⬆️ Pin dependencies

* Update pyproject.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Klaas Schoute <[email protected]>
  • Loading branch information
renovate[bot] and klaasnicolaas committed Jun 12, 2023
1 parent e4a72bd commit 8a795ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.

32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ pytz = ">=2022.7.1,<2024.0.0"
Changelog = "https://github.com/klaasnicolaas/python-liege/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.20.3,<0.22.0"
pytest-cov = "^4.0.0"
yamllint = "^1.29.0"
covdefaults = "^2.3.0"
types-pytz = ">=2022.7.1.2,<2024.0.0.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.2"
pytest-asyncio = "0.21.0"
pytest-cov = "4.1.0"
yamllint = "1.32.0"
covdefaults = "2.3.0"
types-pytz = "2023.3.0.0"

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

0 comments on commit 8a795ec

Please sign in to comment.