diff --git a/pyproject.toml b/pyproject.toml index 75ffea8..4c99c6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ dynamic = ["readme", "version"] [project.optional-dependencies] unit_tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-datafiles==3.0.0", "jsonpath-ng==1.6.1", "pytest-asyncio==0.23.8" ] integration_tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-datafiles==3.0.0" ] linting = [