diff --git a/poetry.lock b/poetry.lock index aaf83c6b..59dd0a93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1887,6 +1887,7 @@ files = [ {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c38d7b9a690b090de999835f0443d8aa93ce5f2064035dfc48f27f02b4afc3d0"}, {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5670fb70a828663cc37552a2a85bf2ac38475572b0e9b91283dc09efb52c41d1"}, {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_28_x86_64.whl", hash = "sha256:958244ad566c3ffc385f47dddde4145088a0ab893504b54b52c041987a8c1863"}, + {file = "lxml-5.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:b6241d4eee5f89453307c2f2bfa03b50362052ca0af1efecf9fef9a41a22bb4f"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:2a66bf12fbd4666dd023b6f51223aed3d9f3b40fef06ce404cb75bafd3d89536"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:9123716666e25b7b71c4e1789ec829ed18663152008b58544d95b008ed9e21e9"}, {file = "lxml-5.2.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:0c3f67e2aeda739d1cc0b1102c9a9129f7dc83901226cc24dd72ba275ced4218"}, @@ -2996,17 +2997,17 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.3" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, + {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3789,4 +3790,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "57d29bee98485de39d6f9fc885fcd47f2da0cb14a6c8a45df80159ff81c19097" +content-hash = "4849b3339720b4242fdd75fd889cae2685aaa419606da11d3b9bbb2dc05d10c9" diff --git a/pyproject.toml b/pyproject.toml index f39ad363..ea725941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ gunicorn = "^20.0.4" # https://github.com/benoitc/gunicorn rcssmin = "^1.0.6" # https://github.com/ndparker/rcssmin argon2-cffi = "^20.1.0" # https://github.com/hynek/argon2_cffi whitenoise = "^5.2.0" # https://github.com/evansd/whitenoise -redis = "^4.5.3" # https://github.com/antirez/redis +redis = "^5.0.3" # https://github.com/antirez/redis psycopg2 = "^2.8.6" # https://github.com/psycopg/psycopg2 coreapi = "^2.3.3" # https://github.com/core-api/python-clientgeojson = "^2.5.0" jsonschema = "^2.5"