Skip to content

Commit

Permalink
⬆️ Lock file maintenance (#58)
Browse files Browse the repository at this point in the history
* ⬆️ Lock file maintenance

* 🔄 Sync dev dependencies from Github Gist

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Oct 23, 2023
1 parent aa4cd66 commit 15f1dfe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
22 changes: 18 additions & 4 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions template/pyproject.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ Changelog = "https://github.com/{{ github_username }}/python-{{ project_slug }}/

[tool.poetry.group.dev.dependencies]
aresponses = "2.1.6"
black = "23.7.0"
black = "23.10.0"
blacken-docs = "1.16.0"
codespell = "2.2.5"
codespell = "2.2.6"
covdefaults = "2.3.0"
coverage = {version = "7.3.0", extras = ["toml"]}
mypy = "1.5.1"
pre-commit = "3.3.3"
pre-commit-hooks = "4.4.0"
pylint = "2.17.5"
pytest = "7.4.0"
coverage = {version = "7.3.2", extras = ["toml"]}
mypy = "1.6.1"
pre-commit = "3.5.0"
pre-commit-hooks = "4.5.0"
pylint = "3.0.2"
pytest = "7.4.2"
pytest-asyncio = "0.21.1"
pytest-cov = "4.1.0"
ruff = "0.0.286"
ruff = "0.1.1"
yamllint = "1.32.0"

[tool.coverage.run]
Expand Down

0 comments on commit 15f1dfe

Please sign in to comment.