From 5e5041aa7defaf997d4a0fc4885256e898b5b8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:31:43 +0000 Subject: [PATCH 1/5] Bump urllib3 from 2.6.0 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 db84158..f123da2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ starlette==0.49.1 typing==3.7.4.3 typing_extensions==4.8.0 ujson==5.7.0 -urllib3==2.6.0 +urllib3==2.6.3 uvicorn==0.21.1 uvloop==0.17.0 watchfiles==0.19.0 From 8dc9e8005290bebfbc582e5139b65f2a40efe4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:32:37 +0000 Subject: [PATCH 2/5] Bump python-multipart from 0.0.18 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.22. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.18...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 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 db84158..4cfc160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ orjson==3.9.15 psycopg2-binary==2.9.6 pydantic==1.10.13 python-dotenv==1.0.0 -python-multipart==0.0.18 +python-multipart==0.0.22 PyYAML==6.0 requests==2.32.4 rfc3986==1.5.0 From b0efbbbde800700d766544946c0c812ff750f4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:49:04 +0000 Subject: [PATCH 3/5] Bump orjson from 3.9.15 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.15 to 3.11.6. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.9.15...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 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 e394b93..30db89f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ idna==3.7 itsdangerous==2.1.2 Jinja2==3.1.6 MarkupSafe==2.1.2 -orjson==3.9.15 +orjson==3.11.6 psycopg2-binary==2.9.6 pydantic==1.10.13 python-dotenv==1.0.0 From a7a626d30b137f6be706e7eba4fbff0a0cced441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:39:25 +0000 Subject: [PATCH 4/5] Bump ujson from 5.7.0 to 5.12.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.7.0 to 5.12.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.7.0...5.12.0) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.0 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 30db89f..b68a9c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ SQLAlchemy==1.4.47 starlette==0.49.1 typing==3.7.4.3 typing_extensions==4.8.0 -ujson==5.7.0 +ujson==5.12.0 urllib3==2.6.3 uvicorn==0.21.1 uvloop==0.17.0 From a62e087286c6b68ed99d9ed2165b4471370dc0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:33:27 +0000 Subject: [PATCH 5/5] Bump requests from 2.32.4 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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 b68a9c4..c9e93af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pydantic==1.10.13 python-dotenv==1.0.0 python-multipart==0.0.22 PyYAML==6.0 -requests==2.32.4 +requests==2.33.0 rfc3986==1.5.0 sniffio==1.3.0 SQLAlchemy==1.4.47