File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
99annotated-types==0.7.0
1010 # via pydantic
11+ async-timeout==5.0.1
12+ # via valkey
1113backports-zstd==1.0.0 ; implementation_name == "cpython"
1214 # via -r requirements/lint.in
1315blockbuster==1.5.25
@@ -25,6 +27,8 @@ cryptography==46.0.2
2527 # via trustme
2628distlib==0.4.0
2729 # via virtualenv
30+ exceptiongroup==1.3.0
31+ # via pytest
2832filelock==3.20.0
2933 # via virtualenv
3034forbiddenfruit==0.1.4
@@ -94,15 +98,24 @@ six==1.17.0
9498 # via python-dateutil
9599slotscheck==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
97107trustme==1.2.1
98108 # via -r requirements/lint.in
99109typing-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
106119typing-inspection==0.4.2
107120 # via pydantic
108121uvloop==0.21.0 ; platform_system != "Windows"
You can’t perform that action at this time.
0 commit comments