Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Jul 20, 2024
1 parent 3771b56 commit 9aba0a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
language_version: python3.12

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.0
hooks:
- id: mypy
files: ^src/
Expand All @@ -34,6 +34,6 @@ repos:
args: [ --py311-plus ]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
- id: ruff
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==24.4.2
click==8.1.7
mypy==1.10.1
mypy==1.11.0
pre-commit==3.7.1
pur==7.3.2
pytest==8.2.2
ruff==0.5.2
pytest==8.3.1
ruff==0.5.3

0 comments on commit 9aba0a4

Please sign in to comment.