From f4a5820b7912878d604b31e1668346b77ef351ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:13:43 +0000 Subject: [PATCH 1/2] Bump idna from 3.11 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fae26f8..04f99c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ h11==0.16.0 httpcore==1.0.9 # via httpx httpx==0.28.1 -idna==3.11 +idna==3.15 # via # anyio # httpx From fd7901142fc2e21cf54dc32d54c264ece0973155 Mon Sep 17 00:00:00 2001 From: jsjiang Date: Tue, 9 Jun 2026 12:33:24 -0700 Subject: [PATCH 2/2] update resolver version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04268ff..9d17c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rslv" -version = "0.11.2" +version = "0.11.3" description = "Provides an identifier resolver service in FastAPI." authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }] requires-python = ">=3.9,<3.13" diff --git a/uv.lock b/uv.lock index d488f0b..71c6c79 100644 --- a/uv.lock +++ b/uv.lock @@ -880,7 +880,7 @@ wheels = [ [[package]] name = "rslv" -version = "0.11.2" +version = "0.11.3" source = { editable = "." } dependencies = [ { name = "fastapi" },