diff --git a/poetry.lock b/poetry.lock index c9fd156..6fab612 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1170,13 +1170,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" +version = "8.1.0" 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.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, + {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, ] [package.dependencies] @@ -1184,11 +1184,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" @@ -1847,4 +1847,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3ce950774df4f7840fe214d2117e1fc2fd57dba6d615bee6819101926d02a325" +content-hash = "db9afc3a129a0ab3f917f8044cc80b999fcc462d5d2771d74a8737947709a42f" diff --git a/pyproject.toml b/pyproject.toml index fe11f0a..3833126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requests = "^2.31.0" singer-sdk = "^0.36.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.4" +pytest = "^8.1.0" tox = "^4.13.0" flake8 = "^5.0.4" black = "^23.3.0"