diff --git a/pyproject.toml b/pyproject.toml index 82932f13..e9fc4b58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ production = [ dev = [ "django-debug-toolbar==5.0.1", "pytest==8.3.4", - "pytest-django==4.9.0", + "pytest-django==4.10.0", "pytest-cov==6.0.0", "pytest-freezegun==0.4.2", "factory-boy==3.3.1", diff --git a/uv.lock b/uv.lock index 25e55fc6..ea40bc2c 100644 --- a/uv.lock +++ b/uv.lock @@ -695,7 +695,7 @@ dev = [ { name = "playwright", specifier = "==1.49.1" }, { name = "pytest", specifier = "==8.3.4" }, { name = "pytest-cov", specifier = "==6.0.0" }, - { name = "pytest-django", specifier = "==4.9.0" }, + { name = "pytest-django", specifier = "==4.10.0" }, { name = "pytest-dotenv", specifier = "==0.5.2" }, { name = "pytest-freezegun", specifier = "==0.4.2" }, { name = "pytest-playwright", specifier = "==0.6.2" }, @@ -1310,14 +1310,14 @@ wheels = [ [[package]] name = "pytest-django" -version = "4.9.0" +version = "4.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/02/c0/43c8b2528c24d7f1a48a47e3f7381f5ab2ae8c64634b0c3f4bd843063955/pytest_django-4.9.0.tar.gz", hash = "sha256:8bf7bc358c9ae6f6fc51b6cebb190fe20212196e6807121f11bd6a3b03428314", size = 84067 } +sdist = { url = "https://files.pythonhosted.org/packages/a5/10/a096573b4b896f18a8390d9dafaffc054c1f613c60bf838300732e538890/pytest_django-4.10.0.tar.gz", hash = "sha256:1091b20ea1491fd04a310fc9aaff4c01b4e8450e3b157687625e16a6b5f3a366", size = 84710 } wheels = [ - { url = "https://files.pythonhosted.org/packages/47/fe/54f387ee1b41c9ad59e48fb8368a361fad0600fe404315e31a12bacaea7d/pytest_django-4.9.0-py3-none-any.whl", hash = "sha256:1d83692cb39188682dbb419ff0393867e9904094a549a7d38a3154d5731b2b99", size = 23723 }, + { url = "https://files.pythonhosted.org/packages/58/4c/a4fe18205926216e1aebe1f125cba5bce444f91b6e4de4f49fa87e322775/pytest_django-4.10.0-py3-none-any.whl", hash = "sha256:57c74ef3aa9d89cae5a5d73fbb69a720a62673ade7ff13b9491872409a3f5918", size = 23975 }, ] [[package]]