From fcb8abf3abbf01b04ab3a82bb13c9ee28922a70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:18:07 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [starlette](https://github.com/Kludex/starlette). Updates `setuptools` from 69.0.3 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.3...v78.1.1) Updates `starlette` from 0.48.0 to 0.49.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.48.0...0.49.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect dependency-group: pip - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d166a05..e982e5f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -227,11 +227,12 @@ }, "setuptools": { "hashes": [ - "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05", - "sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" + "sha256:c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561", + "sha256:fcc17fd9cd898242f6b4adfaca46137a9edef687f43e6f78469692a5e70d851d" ], - "markers": "python_version >= '3.8'", - "version": "==69.0.3" + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==78.1.1" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index b0bbd1d..f406780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pydantic_core==2.41.4 python-dateutil==2.9.0.post0 six==1.17.0 sniffio==1.3.1 -starlette==0.48.0 +starlette==0.49.1 typing-inspection==0.4.2 typing_extensions==4.15.0 urllib3==2.5.0