diff --git a/Pipfile.lock b/Pipfile.lock index 204d5ec7..12eed91b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -552,12 +552,12 @@ }, "redis": { "hashes": [ - "sha256:7adc2835c7a9b5033b7ad8f8918d09b7344188228809c98df07af226d39dec91", - "sha256:ec31f2ed9675cc54c21ba854cfe0462e6faf1d83c8ce5944709db8a4700b9c61" + "sha256:30b47d4ebb6b7a0b9b40c1275a19b87bb6f46b3bed82a89012cf56dea4024ada", + "sha256:3417688621acf6ee368dec4a04dd95881be24efd34c79f00d31f62bb528800ae" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==5.0.4" + "version": "==5.0.5" }, "rich": { "hashes": [ @@ -609,11 +609,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a", - "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1" + "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], "markers": "python_version >= '3.8'", - "version": "==4.12.1" + "version": "==4.12.2" }, "tzdata": { "hashes": [ @@ -1570,11 +1570,11 @@ }, "packaging": { "hashes": [ - "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5", - "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" + "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", + "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" ], - "markers": "python_version >= '3.7'", - "version": "==24.0" + "markers": "python_version >= '3.8'", + "version": "==24.1" }, "pathspec": { "hashes": [ @@ -2013,12 +2013,12 @@ }, "tox": { "hashes": [ - "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea", - "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6" + "sha256:53a092527d65e873e39213ebd4bd027a64623320b6b0326136384213f95b7076", + "sha256:f00a5dc4222b358e69694e47e3da0227ac41253509bca9f45aa8f012053e8d9d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.15.0" + "version": "==4.15.1" }, "urllib3": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index c2749408..606f9575 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -41,7 +41,7 @@ mistune==0.8.4 mypy-extensions==1.0.0; python_version >= '3.5' myst-parser==3.0.1; python_version >= '3.8' nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' -packaging==24.0; python_version >= '3.7' +packaging==24.1; python_version >= '3.8' pathspec==0.12.1; python_version >= '3.8' pbr==6.0.0; python_version >= '2.6' platformdirs==4.2.2; python_version >= '3.8' @@ -77,7 +77,7 @@ sphinxcontrib-plantuml==0.30 sphinxcontrib-qthelp==1.0.7; python_version >= '3.9' sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9' stevedore==5.2.0; python_version >= '3.8' -tox==4.15.0; python_version >= '3.8' +tox==4.15.1; python_version >= '3.8' urllib3==2.2.1; python_version >= '3.8' virtualenv==20.26.2; python_version >= '3.7' voluptuous==0.14.2; python_version >= '3.8' @@ -102,11 +102,11 @@ pydantic-core==2.18.4; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.1 python-multipart==0.0.9; python_version >= '3.8' -redis==5.0.4; python_version >= '3.7' +redis==5.0.5; python_version >= '3.7' shellingham==1.5.4; python_version >= '3.7' starlette==0.37.2; python_version >= '3.8' typer==0.12.3; python_version >= '3.7' -typing-extensions==4.12.1; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' tzdata==2024.1; python_version >= '2' ujson==5.10.0; python_version >= '3.8' uvicorn[standard]==0.30.1; python_version >= '3.8' diff --git a/requirements.txt b/requirements.txt index fd539892..f3fa839e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,14 +33,14 @@ python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in python-dotenv==1.0.1 python-multipart==0.0.9; python_version >= '3.8' pyyaml==6.0.1 -redis==5.0.4; python_version >= '3.7' +redis==5.0.5; python_version >= '3.7' rich==13.7.1; python_full_version >= '3.7.0' shellingham==1.5.4; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.1; python_version >= '3.7' starlette==0.37.2; python_version >= '3.8' typer==0.12.3; python_version >= '3.7' -typing-extensions==4.12.1; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' tzdata==2024.1; python_version >= '2' ujson==5.10.0; python_version >= '3.8' uvicorn[standard]==0.30.1; python_version >= '3.8'