Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading