diff --git a/poetry.lock b/poetry.lock index ad6485d..b37f9d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -789,14 +789,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -1409,4 +1409,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "83d4cffd2b5ad63cc5634824f0e2266635a4447204874ac0e634d791497e9f5a" +content-hash = "b806a854467bfc5aec8b39abf1ec74fba855a0e0c891e366b7964a04875e53bf" diff --git a/pyproject.toml b/pyproject.toml index ddaf370..c7dd60c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sqlparse = ">=0.5.0" [tool.poetry.group.dev.dependencies] ruff = ">=0.4.8,<0.12.0" mypy = "^1.16.1" -pytest = "^8.4.0" +pytest = "^8.4.1" poethepoet = ">=0.26.1,<0.36.0" deptry = ">=0.16.1,<0.24.0" semgrep = "^1.125.0"