diff --git a/poetry.lock b/poetry.lock index 4fc8ba3..72300b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2920,23 +2920,23 @@ resolved_reference = "16fab7b849b6e48abb9a1ba7e7b36937da975cea" [[package]] name = "pytest" -version = "7.4.4" +version = "8.3.3" 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.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.5,<2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "python-dateutil" @@ -3978,4 +3978,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "<3.12,>3.11" -content-hash = "40a2ad754604c852f638c20497d8f062395607a6ad2c5e3d368ed4c5f4c562fd" +content-hash = "ab2a9996e23ef71b25921acb30dcbbb02416c310929b68fa58d8235e16c8f353" diff --git a/pyproject.toml b/pyproject.toml index 6a6ff94..95b0e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ psycopg2-binary = ">=2.9.9" [tool.poetry.group.dev.dependencies] -pytest = "^7.2.1" +pytest = "^8.3.3" flake8 = "^6.0.0" flake8-black = "^0.3.6" flake8-isort = "^6.0.0"