diff --git a/poetry.lock b/poetry.lock index 10f8bb0..88c9d2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2196,13 +2196,13 @@ pylint = ">=1.7" [[package]] name = "pytest" -version = "8.0.2" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] @@ -2210,11 +2210,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} +pluggy = ">=1.4,<2.0" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -3217,4 +3217,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "44cb6ea204037c99283732b1fa809f09b74f414f2d0f18db865035972a36d83d" +content-hash = "eb03259cb114e446a3062e6231bb4ac778e7a49b2fdc31930fbdbb09923abbb3" diff --git a/pyproject.toml b/pyproject.toml index 98015b5..3bf08ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ psycopg = {version = "3.1.18", extras = ["c"]} watchfiles = "^0.21.0" mypy = "^1.6.1" django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]} -pytest = "^8.0.2" +pytest = "^8.1.1" pytest-sugar = "^1.0.0" sphinx = "^7.2.6" sphinx-autobuild = "^2024.2.4"