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 Jun 11, 2024
1 parent 54fdbba commit d3a2451
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 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.5
rev: v0.4.8
hooks:
- id: ruff
args: ["--ignore", "E501", "--per-file-ignores", "__init__.py:F401"]
Expand Down
58 changes: 29 additions & 29 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.1"
pytest = "^8.2.2"
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.3"
ruff = "^0.4.5"
python-semantic-release = "^9.8.1"
ruff = "^0.4.8"
idna = "^3.7"
requests = "^2.32.3"

[tool.semantic_release]
version_variables = [
Expand Down

0 comments on commit d3a2451

Please sign in to comment.