Skip to content

Commit

Permalink
updated dependencies and deleted un-used packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Nov 28, 2024
1 parent 61b8afa commit 18169f0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ python = ">= 3.10"
django = ">= 3.2.9"
valkey = "^6.0.2"

libvalkey = { optional = true, version = "^4.0.0" }
libvalkey = { optional = true, version = "^4.0.1" }
lz4 = { optional = true, version = "^4.3.3" }
pyzstd = { optional = true, version = "^0.16.1" }
pyzstd = { optional = true, version = "^0.16.2" }
msgpack = { optional = true, version = "^1.1.0" }
brotli = { optional = true, version = "^1.1.0"}

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

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
ruff = "^0.6.9"
mypy = "^1.11.2"
django-stubs = "^5.1.0"
lxml = "^5.3.0"
ruff = "^0.8.0"
mypy = "^1.13.0"
django-stubs = "^5.1.1"
pytest = "^8.3.3"
pytest-django = "^4.9.0"
pytest-mock = "^3.14.0"
tox = "^4.18.0"
coverage = "^7.6.1"
coverage = "^7.6.8"
django-coverage-plugin = "^3.1.0"
pytest-asyncio = "^0.24.0"
pre-commit = "^4.0.1"
Expand Down

0 comments on commit 18169f0

Please sign in to comment.