Skip to content

Commit 93d74d3

Browse files
committed
fix: use compat version of horde_model_reference
1 parent e4450aa commit 93d74d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
types-urllib3,
3232
types-aiofiles,
3333
StrEnum,
34-
horde_model_reference==0.9.2,
34+
horde_model_reference==0.10.0,
3535
]
3636
- repo: https://github.com/gauge-sh/tach-pre-commit
3737
rev: v0.27.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cffi==1.17.1
1313
charset-normalizer==3.4.1
1414
colorama==0.4.6 ; sys_platform == 'win32'
1515
frozenlist==1.5.0
16-
horde-model-reference==0.9.2
16+
horde-model-reference==0.10.0
1717
idna==3.10
1818
loguru==0.7.3
1919
multidict==6.1.0

0 commit comments

Comments
 (0)