Skip to content

Commit 5aeb462

Browse files
committed
update dependencies
1 parent 6f4f18b commit 5aeb462

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Documentation = "https://django-valkey.readthedocs.io/en/latest/"
3535
[tool.poetry.dependencies]
3636
python = ">= 3.10"
3737
django = ">= 3.2.9"
38-
valkey = "^6.0.0"
38+
valkey = "^6.0.2"
3939

4040
libvalkey = { optional = true, version = "^4.0.0" }
4141
lz4 = { optional = true, version = "^4.3.3" }
4242
pyzstd = { optional = true, version = "^0.16.1" }
43-
msgpack = { optional = true, version = "^1.0.8" }
43+
msgpack = { optional = true, version = "^1.1.0" }
4444
brotli = { optional = true, version = "^1.1.0"}
4545

4646

@@ -53,19 +53,19 @@ brotli = ["brotli"]
5353

5454

5555
[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"
5858
mypy = "^1.11.2"
59-
django-stubs = "^5.0.4"
59+
django-stubs = "^5.1.0"
6060
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"
6363
pytest-mock = "^3.14.0"
6464
tox = "^4.18.0"
6565
coverage = "^7.6.1"
6666
django-coverage-plugin = "^3.1.0"
6767
pytest-asyncio = "^0.24.0"
68-
pre-commit = "^3.8.0"
68+
pre-commit = "^4.0.1"
6969

7070

7171
[tool.poetry.group.docs.dependencies]

0 commit comments

Comments
 (0)