diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28dcea92..14dfb5c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,16 +53,16 @@ jobs: matrix: redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.2.4" ] python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - redis-py: [ "4.3.6", "4.6.0", "5.0.3", "5.1.0b4" ] + redis-py: [ "4.3.6", "4.6.0", "5.0.4", "5.1.0b4" ] include: - python-version: "3.11" redis-image: "redis/redis-stack:6.2.6-v13" - redis-py: "5.0.3" + redis-py: "5.0.4" extra: true # json, bf, lupa, cf hypothesis: true - python-version: "3.11" redis-image: "redis/redis-stack-server:7.2.0-v9" - redis-py: "5.0.3" + redis-py: "5.0.4" extra: true # json, bf, lupa, cf coverage: true hypothesis: true diff --git a/poetry.lock b/poetry.lock index e5babf0e..46f72fd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,13 +1213,13 @@ md = ["cmarkgfm (>=0.8.0)"] [[package]] name = "redis" -version = "5.0.3" +version = "5.0.4" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, - {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, + {file = "redis-5.0.4-py3-none-any.whl", hash = "sha256:7adc2835c7a9b5033b7ad8f8918d09b7344188228809c98df07af226d39dec91"}, + {file = "redis-5.0.4.tar.gz", hash = "sha256:ec31f2ed9675cc54c21ba854cfe0462e6faf1d83c8ce5944709db8a4700b9c61"}, ] [package.dependencies] @@ -1507,13 +1507,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.25.3" +version = "20.26.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.25.3-py3-none-any.whl", hash = "sha256:8aac4332f2ea6ef519c648d0bc48a5b1d324994753519919bddbb1aff25a104e"}, - {file = "virtualenv-20.25.3.tar.gz", hash = "sha256:7bb554bbdfeaacc3349fa614ea5bff6ac300fc7c335e9facf3a3bcfc703f45be"}, + {file = "virtualenv-20.26.0-py3-none-any.whl", hash = "sha256:0846377ea76e818daaa3e00a4365c018bc3ac9760cbb3544de542885aad61fb3"}, + {file = "virtualenv-20.26.0.tar.gz", hash = "sha256:ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed3800008577210"}, ] [package.dependencies]