From 131d91a9d542e0c8a505b76260c7c03ca5c3cd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:53 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 4 updates Bumps the python-deps group with 4 updates in the / directory: [gunicorn](https://github.com/benoitc/gunicorn), [smbprotocol](https://github.com/jborean93/smbprotocol), [pytest](https://github.com/pytest-dev/pytest) and [requests](https://github.com/psf/requests). Updates `gunicorn` from 25.1.0 to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.1.0...25.3.0) Updates `smbprotocol` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/jborean93/smbprotocol/releases) - [Changelog](https://github.com/jborean93/smbprotocol/blob/master/CHANGELOG.md) - [Commits](https://github.com/jborean93/smbprotocol/compare/v1.16.0...v1.16.1) 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 `requests` from 2.32.5 to 2.33.1 - [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.5...v2.33.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: smbprotocol dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7f82a9a..49bcfb0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt -pytest==9.0.2 -requests==2.32.5 +pytest==9.0.3 +requests==2.33.1 pytest-mock==3.15.1 diff --git a/requirements.txt b/requirements.txt index e786d28..813b85e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==3.1.3 PyYAML==6.0.3 -gunicorn==25.1.0 +gunicorn==25.3.0 WeasyPrint==68.1 -smbprotocol==1.16.0 +smbprotocol==1.16.1 pydantic==2.12.5 pydantic-settings==2.13.1