From 53d58228584a7ec0eaa95a109c2660504d7bef8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 02:06:44 +0000 Subject: [PATCH] Bump requests in /chittytrust in the uv group across 1 directory Bumps the uv group with 1 update in the /chittytrust directory: [requests](https://github.com/psf/requests). Updates `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 dependency-group: uv ... Signed-off-by: dependabot[bot] --- chittytrust/pyproject.toml | 2 +- chittytrust/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chittytrust/pyproject.toml b/chittytrust/pyproject.toml index 330da73..73a74d3 100644 --- a/chittytrust/pyproject.toml +++ b/chittytrust/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "flask-login>=0.6.3", "oauthlib>=3.3.1", "pyjwt>=2.10.1", - "requests>=2.32.4", + "requests>=2.33.0", "sqlalchemy>=2.0.41", "werkzeug>=3.1.3", ] diff --git a/chittytrust/uv.lock b/chittytrust/uv.lock index ed08bfb..d189dc0 100644 --- a/chittytrust/uv.lock +++ b/chittytrust/uv.lock @@ -573,14 +573,14 @@ requires-dist = [ { name = "psycopg2-binary", specifier = ">=2.9.10" }, { name = "pydantic", specifier = ">=2.11.7" }, { name = "pyjwt", specifier = ">=2.10.1" }, - { name = "requests", specifier = ">=2.32.4" }, + { name = "requests", specifier = ">=2.33.0" }, { name = "sqlalchemy", specifier = ">=2.0.41" }, { name = "werkzeug", specifier = ">=3.1.3" }, ] [[package]] name = "requests" -version = "2.32.4" +version = "2.33.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, @@ -588,9 +588,9 @@ dependencies = [ { name = "idna" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422", size = 135258, upload-time = "2025-06-09T16:43:07.34Z" } +sdist = { url = "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652", size = 134232, upload-time = "2026-03-25T15:10:41.586Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c", size = 64847, upload-time = "2025-06-09T16:43:05.728Z" }, + { url = "https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", size = 65017, upload-time = "2026-03-25T15:10:40.382Z" }, ] [[package]]