diff --git a/poetry.lock b/poetry.lock index 42bfe058..76c679cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1137,7 +1137,7 @@ resolved_reference = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53" [[package]] name = "discord.py" -version = "2.8.0a5410+g84f987786" +version = "2.8.0a5413+g2fbed936" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" @@ -3102,28 +3102,20 @@ murmurhash = ">=0.28.0,<1.1.0" [[package]] name = "prometheus-async" -version = "25.1.0" +version = "26.1.0" description = "Async helpers for prometheus_client." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "prometheus_async-25.1.0-py3-none-any.whl", hash = "sha256:4dfa4d85fbbf3fc052a87c7a221a68d4a1d6bd39d31723ac935304dacaedaf69"}, - {file = "prometheus_async-25.1.0.tar.gz", hash = "sha256:968e29b5255af57bc8146ade132e7aa0a21fe2b4d95ffefc7c732e9c3fbbb1dd"}, + {file = "prometheus_async-26.1.0-py3-none-any.whl", hash = "sha256:fde2ab74a5a7df2b9a93666d68bae4c760950e71f50786645d3b26e2cd749a36"}, + {file = "prometheus_async-26.1.0.tar.gz", hash = "sha256:71b0868ed95ddb3bf8275b19e681f8730ac2a9a0e2df06923ebc4943dcc1b83b"}, ] [package.dependencies] prometheus-client = ">=0.8.0" wrapt = "*" -[package.extras] -aiohttp = ["aiohttp (>=3)"] -consul = ["aiohttp (>=3)"] -dev = ["aiohttp (>=3)", "coverage[toml]", "mypy", "pytest", "pytest-asyncio", "twisted"] -docs = ["aiohttp (>=3)", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "twisted"] -tests = ["coverage[toml]", "pytest", "pytest-asyncio"] -twisted = ["twisted"] - [[package]] name = "prometheus-client" version = "0.25.0" @@ -5103,4 +5095,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.12" -content-hash = "b7ea6a51297a241bb960db7d89cb65acc48c3fc3b75fbdf368b84e26a57aba2d" +content-hash = "b73662a2f65fbcbe0b1c1c760b7eb21747e46c01f01528998f2f639e2d4389e2" diff --git a/pyproject.toml b/pyproject.toml index 82db9e41..0338cedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ matplotlib = "^3.7.0" numpy = "1.26.4" redis = {extras = ["hiredis"], version = ">=6.4.0,<7.0.0"} unidecode = "^1.3.6" -prometheus-async = "^25.1.0" +prometheus-async = "^26.1.0" spacy = "^3.8.5" pandas = "^2.2.2" en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl"}