Skip to content

Commit 18169f0

Browse files
committed
updated dependencies and deleted un-used packages
1 parent 61b8afa commit 18169f0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

+6-8
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ python = ">= 3.10"
3737
django = ">= 3.2.9"
3838
valkey = "^6.0.2"
3939

40-
libvalkey = { optional = true, version = "^4.0.0" }
40+
libvalkey = { optional = true, version = "^4.0.1" }
4141
lz4 = { optional = true, version = "^4.3.3" }
42-
pyzstd = { optional = true, version = "^0.16.1" }
42+
pyzstd = { optional = true, version = "^0.16.2" }
4343
msgpack = { optional = true, version = "^1.1.0" }
4444
brotli = { optional = true, version = "^1.1.0"}
4545

@@ -54,15 +54,13 @@ brotli = ["brotli"]
5454

5555
[tool.poetry.group.dev.dependencies]
5656
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"
6160
pytest = "^8.3.3"
6261
pytest-django = "^4.9.0"
6362
pytest-mock = "^3.14.0"
64-
tox = "^4.18.0"
65-
coverage = "^7.6.1"
63+
coverage = "^7.6.8"
6664
django-coverage-plugin = "^3.1.0"
6765
pytest-asyncio = "^0.24.0"
6866
pre-commit = "^4.0.1"

0 commit comments

Comments
 (0)