Skip to content

Commit

Permalink
chore(deps-dev): update
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed May 26, 2024
1 parent 24da31d commit 8aa9fc9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.5
hooks:
- id: ruff
args: ["--ignore", "E501", "--per-file-ignores", "__init__.py:F401"]
Expand Down
68 changes: 43 additions & 25 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ loguru = ">=0.5.3"
pydantic = "^2.7.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
pytest = "^8.2.1"
pytest-cov = "^5.0.0"
pre-commit = "^3.7.1"
gitlint = ">=0.18,<0.20"
isort = "^5.10.1"
poethepoet = "^0.26.1"
python-semantic-release = "^9.7.2"
ruff = "^0.4.4"
python-semantic-release = "^9.7.3"
ruff = "^0.4.5"
idna = "^3.7"
pytest-asyncio = "^0.23.7"

[tool.semantic_release]
version_variables = [
Expand Down

0 comments on commit 8aa9fc9

Please sign in to comment.