Skip to content

Commit

Permalink
build(deps): updated dependencies (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno authored Jun 6, 2024
1 parent 00f232b commit 232fe1a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 48 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.8.2
rev: 1.8.0
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -18,7 +18,7 @@ repos:
(?x)(cookiecutter\.package_name)
additional_dependencies: [pytest==7.1.2]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.8
hooks:
- id: ruff
args: ['--config', 'pyproject.toml']
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/crate-ci/typos
rev: v1.21.0
rev: v1.22.0
hooks:
- id: typos
args: ["--config", "_typos.toml", "--force-exclude"]
Expand Down
85 changes: 42 additions & 43 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ python = ">=3.9,<3.12"
cookiecutter = "^2.6.0"

[tool.poetry.dev-dependencies]
pytest = "^8.2.1"
pytest = "^8.2.2"
pytest-cookies = "^0.7.0"
black = "^24.4.2"
pre-commit = "^3.7.1"
tox = "^4.15.0"
mypy = "^1.10.0"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.6.1"
ruff = "^0.4.7"
ruff = "^0.4.8"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 232fe1a

Please sign in to comment.