diff --git a/poetry.lock b/poetry.lock index c425666..a7a2fd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1368,13 +1368,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pytest" -version = "7.4.4" +version = "8.1.2" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, + {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, ] [package.dependencies] @@ -1382,11 +1382,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<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 = "python-dateutil" @@ -1950,4 +1950,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cfa95f0c94cf32480b76df7fc591a8b1e00dabcc36ebdb05e18087fbdede4e1a" +content-hash = "43aaa7e377a3ff5da1e9761cd321fdb9e0ec683b979b8a26235135a5db8854c6" diff --git a/pyproject.toml b/pyproject.toml index e2a6634..ef372ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ datasets = "^1.14.0" black = ">=23.10.1,<25.0.0" mypy = "^1.6.1" httpx = ">=0.25.1,<0.28.0" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" pre-commit = "^3.5.0" inline-snapshot = "^0.8.0"