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