diff --git a/poetry.lock b/poetry.lock index dcfefe410..3839ed22c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -986,13 +986,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.3.1" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -1004,7 +1004,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-dependency" @@ -1506,4 +1506,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "bf7e17960c045d5ef1a8760cf5e4e667e99c22c1ab10a11ccb5b7ca020dca81d" +content-hash = "bd4b5f9d8fcb256bbf9e04c3903a43e5dc2f175036973929e4b2b74b80f9bc70" diff --git a/pyproject.toml b/pyproject.toml index daae6c56b..db6f078fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ mypy = "^1.5" pylint = "^2.17.3" pre-commit = "^3.3.1" mypy-boto3-s3 = "^1.28.19" -pytest = "^7.3.1" +pytest = "^7.4.3" pytest-dependency = "^0.5.1" moto = "^4.1.8" pytest-mock = "^3.8.2"