Do not pin versions

This commit is contained in:
jelmert 2025-04-08 09:43:46 +02:00
parent e777819073
commit edd9a3c3c3
3 changed files with 6 additions and 5 deletions

View file

@ -1,3 +1,3 @@
mypy==1.10.0 mypy==1.10.0
django-stubs==5.0.2 django-stubs==5.0.2
pytest==7.4.3 pytest

View file

@ -1,4 +1,5 @@
pytest==7.4.3 pytest
pytest-django==4.5.2 pytest-django
psycopg2-binary==2.9.9 psycopg2-binary
psycopg
pytest-cov==4.1.0 pytest-cov==4.1.0

View file

@ -23,7 +23,7 @@ python =
[testenv] [testenv]
deps = deps =
time-machine==2.4.1 time-machine
-rrequirements-test.txt -rrequirements-test.txt
dj32: Django==3.2.* dj32: Django==3.2.*
dj40: Django==4.0.* dj40: Django==4.0.*