Skip to content

Commit 9aba0a4

Browse files
committed
Bump requirements
1 parent 3771b56 commit 9aba0a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
language_version: python3.12
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.10.1
19+
rev: v1.11.0
2020
hooks:
2121
- id: mypy
2222
files: ^src/
@@ -34,6 +34,6 @@ repos:
3434
args: [ --py311-plus ]
3535

3636
- repo: https://github.com/charliermarsh/ruff-pre-commit
37-
rev: v0.5.2
37+
rev: v0.5.3
3838
hooks:
3939
- id: ruff

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black==24.4.2
22
click==8.1.7
3-
mypy==1.10.1
3+
mypy==1.11.0
44
pre-commit==3.7.1
55
pur==7.3.2
6-
pytest==8.2.2
7-
ruff==0.5.2
6+
pytest==8.3.1
7+
ruff==0.5.3

0 commit comments

Comments
 (0)