Skip to content
Open
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 backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-django==4.9.0
pytest-xdist[psutil]==3.6.1
pytest==8.3.3
pytest==8.3.4
responses==0.25.3
flake8-bugbear==24.8.19
flake8-bugbear==24.12.12
pdbpp==0.10.3
factory-boy==3.3.1
mypy==1.11.2
mypy==1.14.1
djangorestframework-stubs==3.15.1
django-stubs==5.1.0
django-stubs==5.1.1
celery-types==0.22.0
docker==7.1.0
# Pined because moving to pytest-celery º1.0.0 would require more exxtensive work to use docker images
pytest-celery<1.0.0
pytest-celery<2.0.0
towncrier==24.8.0
Loading