diff --git a/poetry.lock b/poetry.lock index 959362fe..5b27fe4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -453,14 +453,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -637,4 +637,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a44741e2c45e6702fb176a07d1bacb6b4f3e887d907bb2d8c1439785edded9c3" +content-hash = "6c7378baeb4ee06fa9235727adcbb27ad3567a197a60d00250e28e37ab2eb452" diff --git a/pyproject.toml b/pyproject.toml index f402d82c..0d1369bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sqlparse = ">=0.4.1,<0.6.0" black = "^26.3" coverage = {extras = ["toml"], version = "^7.13"} pylint = "^4.0.5" -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^7.1.0" flake8 = "^7.3.0"