From 971283b8215a0aa3e18ff233c0a17354768892a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:15:10 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [gunicorn](https://github.com/benoitc/gunicorn), [idna](https://github.com/kjd/idna) and [pygments](https://github.com/pygments/pygments). Updates `gunicorn` from 26.0.0 to 26.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/26.0.0...26.1.0) Updates `idna` from 3.18 to 3.19 - [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.18...v3.19) Updates `pygments` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.20.0...2.21.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e11812..98c0ead 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ mccabe==0.7.0 mock==5.2.0 pycodestyle==2.14.0 pyflakes==3.4.0 -Pygments==2.20.0 +Pygments==2.21.0 roman-numerals-py==4.1.0 snowballstemmer==3.1.1 soupsieve==2.9.2 diff --git a/requirements.txt b/requirements.txt index e780600..406bfd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ anyio==4.14.2 certifi==2026.7.22 charset-normalizer==3.5.1 -gunicorn==26.0.0 +gunicorn==26.1.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.18 +idna==3.19 Jinja2==3.1.6 MarkupSafe==3.0.3 packaging==26.3