From 76083bf0cd7e4152157b5b5649fc478599d304f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:36:01 +0000 Subject: [PATCH] chore(deps): bump setuptools from 75.3.4 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.4 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/v75.3.4...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e68c6b..ee97da8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ build==1.2.2.post1 # via pip-tools certifi==2026.1.4 # via requests -cffi==1.17.1 +cffi==2.0.0 # via # cryptography # pynacl @@ -16,19 +16,15 @@ cryptography==46.0.5 # via pyjwt idna==3.11 # via requests -importlib-metadata==8.5.0 - # via build packaging==26.0 # via build -pip==25.0.1 - # via pip-tools pip-tools==7.5.2 # via -r requirements.in pycparser==2.23 # via cffi pygithub==2.8.1 # via -r requirements.in -pyjwt==2.9.0 +pyjwt[crypto]==2.9.0 # via pygithub pynacl==1.6.2 # via pygithub @@ -40,8 +36,6 @@ pyyaml==6.0.3 # via -r requirements.in requests==2.32.4 # via pygithub -setuptools==75.3.4 - # via pip-tools tomli==2.4.0 # via # build @@ -56,5 +50,3 @@ urllib3==2.2.3 # requests wheel==0.45.1 # via pip-tools -zipp==3.20.2 - # via importlib-metadata