From 0b11af79d88277075b2db298c33b11d53961c0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:22:03 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 7 updates Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic), [python-dotenv](https://github.com/theskumar/python-dotenv), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [black](https://github.com/psf/black) and [bandit](https://github.com/PyCQA/bandit) to permit the latest version. Updates `alembic` to 1.18.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `python-dotenv` to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.2.1) Updates `pytest` to 9.0.2 - [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/8.4.0...9.0.2) Updates `pytest-mock` to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.0...v7.0.0) Updates `black` to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...26.1.0) Updates `bandit` to 1.9.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.9.3) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: bandit dependency-version: 1.9.3 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- requirements.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d36e2d..5437ed6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,13 +1,13 @@ # requirements-dev.txt # pip install -r requirements-dev.txt # Testing dependencies -pytest>=8.4,<8.5 +pytest>=8.4,<9.1 pytest-flask>=1.3,<1.4 -pytest-mock>=3.14,<3.15 -pytest-cov>=6.2,<6.3 +pytest-mock>=3.14,<3.16 +pytest-cov>=6.2,<7.1 # Linting and formatting tools flake8>=7.3,<7.4 -black>=25,<26 +black>=25,<27 pyright>=1.1,<1.2 -bandit>=1.8,<1.9 +bandit>=1.8,<1.10 coverage>=7.9,<8.0 diff --git a/requirements.txt b/requirements.txt index 4297abe..b75b688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ Flask>=3.1,<3.2 Flask-SQLAlchemy>=3.1,<3.2 Flask-Migrate>=4.1,<4.2 SQLAlchemy>=2.0,<2.1 -alembic>=1.16,<1.17 -python-dotenv>=1.1,<1.2 +alembic>=1.16,<1.19 +python-dotenv>=1.1,<1.3 flask-htmx>=0.4,<0.5 python-dateutil==2.9.0.post0 rich>=14.0,<15.0