diff --git a/poetry.lock b/poetry.lock index eb66021..5725594 100644 --- a/poetry.lock +++ b/poetry.lock @@ -887,17 +887,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pyrate-limiter" -version = "3.4.1" +version = "3.6.1" description = "Python Rate-Limiter using Leaky-Bucket Algorithm" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "pyrate_limiter-3.4.1-py3-none-any.whl", hash = "sha256:3495812e83ffe04c08b0e6fe8ff4ce5eede031db484449333151ad6c7ac2946d"}, - {file = "pyrate_limiter-3.4.1.tar.gz", hash = "sha256:e3cda847d0a792a5ed5d5b2d0a91d3e670ed8fcf1d960fb0727df91e770fe60b"}, + {file = "pyrate_limiter-3.6.1-py3-none-any.whl", hash = "sha256:0902650ba9ef15a4bdd8241f738181e88171209cedd778e8080ae76b9d82723e"}, + {file = "pyrate_limiter-3.6.1.tar.gz", hash = "sha256:78bdaaf31d76ffb3f6e9b9d26d676a52824492b9f4578d48530d1fa657ac6d8f"}, ] [package.extras] -all = ["filelock (>=3.0)", "redis (>=5.0.0,<6.0.0)"] +all = ["filelock (>=3.0)", "psycopg[pool] (>=3.1.18,<4.0.0)", "redis (>=5.0.0,<6.0.0)"] docs = ["furo (>=2022.3.4,<2023.0.0)", "myst-parser (>=0.17)", "sphinx (>=4.3.0,<5.0.0)", "sphinx-autodoc-typehints (>=1.17,<2.0)", "sphinx-copybutton (>=0.5)", "sphinxcontrib-apidoc (>=0.3,<0.4)"] [[package]]