Skip to content

Commit

Permalink
⬆️ Pin dependencies (#729)
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 Mar 21, 2023
1 parent 016062e commit 39d82ac
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 @@ -35,22 +35,22 @@ pydantic = "^1.8.0"
Changelog = "https://github.com/frenck/python-elgato/releases"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.241,<0.0.258"
aresponses = "^2.1.6"
black = "^23.0.0"
blacken-docs = "^1.13.0"
coverage = {version = "^7.1", extras = ["toml"]}
mypy = ">=0.991,<1.2"
pre-commit = "^3.0.3"
pre-commit-hooks = "^4.4.0"
pylint = "^2.16.1"
pytest = "^7.2.1"
pytest-asyncio = ">=0.20.3,<0.22.0"
pytest-cov = "^4.0.0"
yamllint = "^1.29.0"
safety = "^2.3.5"
codespell = "^2.2.2"
covdefaults = "^2.2.2"
ruff = "==0.0.257"
aresponses = "2.1.6"
black = "23.1.0"
blacken-docs = "1.13.0"
coverage = {version = "7.2.2", extras = ["toml"]}
mypy = "==1.1.1"
pre-commit = "3.2.0"
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"
safety = "2.4.0b1"
codespell = "2.2.4"
covdefaults = "2.3.0"

[tool.black]
target-version = ['py39']
Expand Down

0 comments on commit 39d82ac

Please sign in to comment.