File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ python = ">= 3.10"
37
37
django = " >= 3.2.9"
38
38
valkey = " ^6.0.2"
39
39
40
- libvalkey = { optional = true , version = " ^4.0.0 " }
40
+ libvalkey = { optional = true , version = " ^4.0.1 " }
41
41
lz4 = { optional = true , version = " ^4.3.3" }
42
- pyzstd = { optional = true , version = " ^0.16.1 " }
42
+ pyzstd = { optional = true , version = " ^0.16.2 " }
43
43
msgpack = { optional = true , version = " ^1.1.0" }
44
44
brotli = { optional = true , version = " ^1.1.0" }
45
45
@@ -54,15 +54,13 @@ brotli = ["brotli"]
54
54
55
55
[tool .poetry .group .dev .dependencies ]
56
56
black = " ^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"
61
60
pytest = " ^8.3.3"
62
61
pytest-django = " ^4.9.0"
63
62
pytest-mock = " ^3.14.0"
64
- tox = " ^4.18.0"
65
- coverage = " ^7.6.1"
63
+ coverage = " ^7.6.8"
66
64
django-coverage-plugin = " ^3.1.0"
67
65
pytest-asyncio = " ^0.24.0"
68
66
pre-commit = " ^4.0.1"
You can’t perform that action at this time.
0 commit comments