From e0ac9662de6c362b711fe970dfc5512321351746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:12:01 +0000 Subject: [PATCH] chore(deps): bump slowapi Bumps the python-minor-patch group with 1 update in the / directory: [slowapi](https://github.com/laurents/slowapi). Updates `slowapi` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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]]