diff --git a/pyproject.toml b/pyproject.toml index 6b7135a..b45987e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "alembic>=1.18.0", "fastapi-users[sqlalchemy]>=15.0.0", "python-multipart>=0.0.22", - "slowapi>=0.1.9", + "slowapi>=0.1.10", "limits>=5.8.0", "structlog>=25.0.0", "opentelemetry-api>=1.40.0", diff --git a/uv.lock b/uv.lock index ee4e149..8ab3ed4 100644 --- a/uv.lock +++ b/uv.lock @@ -110,7 +110,7 @@ requires-dist = [ { name = "pydantic-settings", specifier = ">=2.13.0" }, { name = "python-multipart", specifier = ">=0.0.22" }, { name = "scalar-fastapi", specifier = ">=1.0.0" }, - { name = "slowapi", specifier = ">=0.1.9" }, + { name = "slowapi", specifier = ">=0.1.10" }, { name = "sqlalchemy", specifier = ">=2.0.48" }, { name = "structlog", specifier = ">=25.0.0" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.41.0" }, @@ -1179,14 +1179,14 @@ wheels = [ [[package]] name = "slowapi" -version = "0.1.9" +version = "0.1.10" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "limits" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a0/99/adfc7f94ca024736f061257d39118e1542bade7a52e86415a4c4ae92d8ff/slowapi-0.1.9.tar.gz", hash = "sha256:639192d0f1ca01b1c6d95bf6c71d794c3a9ee189855337b4821f7f457dddad77", size = 14028, upload-time = "2024-02-05T12:11:52.13Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b9/52/24527cf25a8b508926aff53350b0136561dfe86c7125f61526653666e1b2/slowapi-0.1.10.tar.gz", hash = "sha256:d320d5bc04d9f171a77fb16700faf3036d85b00f420f22924c8a225f95bd14f9", size = 13841, upload-time = "2026-06-13T11:59:31.571Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2b/bb/f71c4b7d7e7eb3fc1e8c0458a8979b912f40b58002b9fbf37729b8cb464b/slowapi-0.1.9-py3-none-any.whl", hash = "sha256:cfad116cfb84ad9d763ee155c1e5c5cbf00b0d47399a769b227865f5df576e36", size = 14670, upload-time = "2024-02-05T12:11:50.898Z" }, + { url = "https://files.pythonhosted.org/packages/c4/8b/1d359f38706b4097d9a943bf8bd22599f537de4cbaff1e622d3e3936e164/slowapi-0.1.10-py3-none-any.whl", hash = "sha256:3acb61561dc9d687e3d3669362ff6a439de9ba44e2fed3a9c165da26b4b83e28", size = 14921, upload-time = "2026-06-13T11:59:30.485Z" }, ] [[package]]