Skip to content

Commit 1c58f0c

Browse files
committed
Fix lint requirements
1 parent cdc1001 commit 1c58f0c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

requirements/lint.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
@@ -8,6 +8,8 @@ aiodns==3.5.0
88
# via -r requirements/lint.in
99
annotated-types==0.7.0
1010
# via pydantic
11+
async-timeout==5.0.1
12+
# via valkey
1113
backports-zstd==1.0.0 ; implementation_name == "cpython"
1214
# via -r requirements/lint.in
1315
blockbuster==1.5.25
@@ -25,6 +27,8 @@ cryptography==46.0.2
2527
# via trustme
2628
distlib==0.4.0
2729
# via virtualenv
30+
exceptiongroup==1.3.0
31+
# via pytest
2832
filelock==3.20.0
2933
# via virtualenv
3034
forbiddenfruit==0.1.4
@@ -94,15 +98,24 @@ six==1.17.0
9498
# via python-dateutil
9599
slotscheck==0.19.1
96100
# via -r requirements/lint.in
101+
tomli==2.3.0 ; python_version < "3.11"
102+
# via
103+
# -r requirements/lint.in
104+
# mypy
105+
# pytest
106+
# slotscheck
97107
trustme==1.2.1
98108
# via -r requirements/lint.in
99109
typing-extensions==4.15.0
100110
# via
111+
# cryptography
112+
# exceptiongroup
101113
# mypy
102114
# pydantic
103115
# pydantic-core
104116
# python-on-whales
105117
# typing-inspection
118+
# virtualenv
106119
typing-inspection==0.4.2
107120
# via pydantic
108121
uvloop==0.21.0 ; platform_system != "Windows"

0 commit comments

Comments
 (0)