File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ Documentation = "https://django-valkey.readthedocs.io/en/latest/"
35
35
[tool .poetry .dependencies ]
36
36
python = " >= 3.10"
37
37
django = " >= 3.2.9"
38
- valkey = " ^6.0.0 "
38
+ valkey = " ^6.0.2 "
39
39
40
40
libvalkey = { optional = true , version = " ^4.0.0" }
41
41
lz4 = { optional = true , version = " ^4.3.3" }
42
42
pyzstd = { optional = true , version = " ^0.16.1" }
43
- msgpack = { optional = true , version = " ^1.0.8 " }
43
+ msgpack = { optional = true , version = " ^1.1.0 " }
44
44
brotli = { optional = true , version = " ^1.1.0" }
45
45
46
46
@@ -53,19 +53,19 @@ brotli = ["brotli"]
53
53
54
54
55
55
[tool .poetry .group .dev .dependencies ]
56
- black = " ^24.8 .0"
57
- ruff = " ^0.6.3 "
56
+ black = " ^24.10 .0"
57
+ ruff = " ^0.6.9 "
58
58
mypy = " ^1.11.2"
59
- django-stubs = " ^5.0.4 "
59
+ django-stubs = " ^5.1.0 "
60
60
lxml = " ^5.3.0"
61
- pytest = " ^8.3.2 "
62
- pytest-django = " ^4.8 .0"
61
+ pytest = " ^8.3.3 "
62
+ pytest-django = " ^4.9 .0"
63
63
pytest-mock = " ^3.14.0"
64
64
tox = " ^4.18.0"
65
65
coverage = " ^7.6.1"
66
66
django-coverage-plugin = " ^3.1.0"
67
67
pytest-asyncio = " ^0.24.0"
68
- pre-commit = " ^3.8.0 "
68
+ pre-commit = " ^4.0.1 "
69
69
70
70
71
71
[tool .poetry .group .docs .dependencies ]
You can’t perform that action at this time.
0 commit comments