File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ python = ">= 3.10"
3737django = " >= 3.2.9"
3838valkey = " ^6.0.2"
3939
40- libvalkey = { optional = true , version = " ^4.0.0 " }
40+ libvalkey = { optional = true , version = " ^4.0.1 " }
4141lz4 = { optional = true , version = " ^4.3.3" }
42- pyzstd = { optional = true , version = " ^0.16.1 " }
42+ pyzstd = { optional = true , version = " ^0.16.2 " }
4343msgpack = { optional = true , version = " ^1.1.0" }
4444brotli = { optional = true , version = " ^1.1.0" }
4545
@@ -54,15 +54,13 @@ brotli = ["brotli"]
5454
5555[tool .poetry .group .dev .dependencies ]
5656black = " ^24.10.0"
57- ruff = " ^0.6.9"
58- mypy = " ^1.11.2"
59- django-stubs = " ^5.1.0"
60- lxml = " ^5.3.0"
57+ ruff = " ^0.8.0"
58+ mypy = " ^1.13.0"
59+ django-stubs = " ^5.1.1"
6160pytest = " ^8.3.3"
6261pytest-django = " ^4.9.0"
6362pytest-mock = " ^3.14.0"
64- tox = " ^4.18.0"
65- coverage = " ^7.6.1"
63+ coverage = " ^7.6.8"
6664django-coverage-plugin = " ^3.1.0"
6765pytest-asyncio = " ^0.24.0"
6866pre-commit = " ^4.0.1"
You can’t perform that action at this time.
0 commit comments