From 790caa011960afb1dccc20b5e9105afc42e8b210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:29:12 +0000 Subject: [PATCH] build(deps): bump the all-python-deps group across 1 directory with 5 updates Bumps the all-python-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.3.0` | `26.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | | [click](https://github.com/pallets/click) | `8.3.1` | `8.4.1` | | [packaging](https://github.com/pypa/packaging) | `26.0` | `26.2` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.7` | `3.1.8` | Updates `gunicorn` from 25.3.0 to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) Updates `click` from 8.3.1 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.4.1) Updates `packaging` from 26.0 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.0...26.2) Updates `werkzeug` from 3.1.7 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.7...3.1.8) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-python-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-deps - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-deps - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc0fa2b..8d5504f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "flask>=3.1.2", - "gunicorn>=23.0.0", - "pytest>=9.0.2", + "gunicorn>=26.0.0", + "pytest>=9.0.3", ] diff --git a/requirements.txt b/requirements.txt index bfd9df1..ce13f6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ blinker==1.9.0 -click==8.3.1 +click==8.4.1 flask==3.1.3 -gunicorn==25.3.0 +gunicorn==26.0.0 iniconfig==2.3.0 itsdangerous==2.2.0 jinja2==3.1.6 markupsafe==3.0.3 -packaging==26.0 +packaging==26.2 pluggy==1.6.0 pygments==2.20.0 -pytest==9.0.2 -werkzeug==3.1.7 +pytest==9.0.3 +werkzeug==3.1.8