Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Dec 7, 2024
1 parent b441c84 commit e4c8830
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
131 changes: 69 additions & 62 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ requests = "^2.31.0"
pydantic = "^2.1.1"

[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
mypy = "^1.13.0"
types-requests = "^2.31.0.20240406"
pytest = "^8.2.0"
ruff = "^0.4.2"
pytest = "^8.3.4"
ruff = "^0.8.2"

[tool.ruff]
target-version = "py310"
Expand Down

0 comments on commit e4c8830

Please sign in to comment.