diff --git a/pyproject.toml b/pyproject.toml index 1598030..74c33e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pytest_django_docker_pg" dynamic = ["version"] requires-python = ">=3.10" dependencies = [ - "pytest>=7.0.0,<9.0.0", + "pytest>=7.0.0,<10.0.0", "docker>=6.1.0", "requests<2.33.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 6351777..bd71f3e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,15 +1,15 @@ pytest -isort==6.1.0 +isort==7.0.0 flake8==7.3.0 black==25.9.0 setuptools==80.9.0 wheel==0.45.1 twine==6.2.0 -pyright==1.1.406 +pyright==1.1.407 docker==7.1.0 -django==5.2.7 +django==5.2.8 pytest-django==4.11.1 -e .