Skip to content

Commit bc68dc8

Browse files
build: bump all dependencies (#1404)
Signed-off-by: Zenith <me@arielle.codes> Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com>
1 parent d9b77a7 commit bc68dc8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
# note that this version is ignored by prek when using the fastpath
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-case-conflict
99
- id: check-toml

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ ruff = [
8383
]
8484
tools = [
8585
"prek>=0.2.0",
86-
"slotscheck~=0.16.4",
87-
"check-manifest==0.49",
86+
"slotscheck==0.19.1",
87+
"check-manifest==0.50",
8888
{ include-group = "ruff" },
8989
]
9090
changelog = [
9191
"towncrier==23.6.0",
9292
]
9393
codemod = [
9494
# run codemods on the repository (mostly automated typing)
95-
"libcst~=1.1.0",
96-
"autotyping==23.2.0",
95+
"libcst==1.8.5",
96+
"autotyping==24.9.0",
9797
{ include-group = "ruff" },
9898
]
9999
typing = [
@@ -102,11 +102,11 @@ typing = [
102102
# all type-check only dependencies are defined in noxfile.py.
103103
]
104104
test = [
105-
"pytest~=8.3.2",
106-
"pytest-cov~=4.0.0",
105+
"pytest~=8.4.2",
106+
"pytest-cov~=7.0",
107107
"pytest-asyncio~=0.24.0",
108108
"looptime~=0.2.0",
109-
"coverage[toml]~=7.6.0",
109+
"coverage[toml]~=7.10.0",
110110
"typing-extensions>=4.6",
111111
]
112112
build = [

0 commit comments

Comments
 (0)