Skip to content

Commit

Permalink
chore(deps):update
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 22, 2023
1 parent 28fbc84 commit 19d36bd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 50 deletions.
82 changes: 34 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "fakeredis"
packages = [
{ include = "fakeredis" },
]
version = "2.18.1"
version = "2.18.2"
description = "Python implementation of redis API, can be used for testing purposes."
readme = "README.md"
keywords = ["redis", "RedisJson", "tests", "redis-stack"]
Expand Down Expand Up @@ -46,7 +46,7 @@ python = "^3.7"
redis = ">=4"
sortedcontainers = "^2"
lupa = { version = ">=1.14,<3.0", optional = true }
jsonpath-ng = { version = "^1.5", optional = true }
jsonpath-ng = { version = "^1.6", optional = true }

[tool.poetry.extras]
lua = ["lupa"]
Expand Down

0 comments on commit 19d36bd

Please sign in to comment.