diff --git a/poetry.lock b/poetry.lock index 94fc9c45..a794f09e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1598,13 +1598,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.1.0" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, - {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] @@ -2533,4 +2533,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "16db2ac7f2d886dbc588aed140bf7b5f74c5047cbeafb2adc3b26b847d094a7b" +content-hash = "45513098a2682a5d4c3373f619eac69d0b4a8ae133db6069b49e4d045989fb9e" diff --git a/pyproject.toml b/pyproject.toml index 1a33f4ac..95e6272e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ reclass-rs = "0.4.0" [tool.poetry.dev-dependencies] tox = "3.28.0" -pytest = "8.1.0" +pytest = "8.1.1" pytest-xdist = "3.5.0" pytest-benchmark = "4.0.0" responses = "0.25.0"