diff --git a/poetry.lock b/poetry.lock index 3f0e1353..c1a57a6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1006,8 +1006,8 @@ files = [ google-auth = ">=2.14.1,<3.0.0" googleapis-common-protos = ">=1.63.2,<2.0.0" proto-plus = [ - {version = ">=1.24.0,<2.0.0"}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=1.24.0,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=5.29.6,<8.0.0" requests = ">=2.33.0,<3.0.0" @@ -2134,8 +2134,8 @@ files = [ astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] isort = ">=5,<5.13 || >5.13,<9" @@ -2220,14 +2220,14 @@ files = [ [[package]] name = "pytest" -version = "9.1.0" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, - {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -3510,4 +3510,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "5f1d1c25554858d6e2e7f8699722a48ef87325069e3d769dc7daab0075395b6e" +content-hash = "49864db5b2e540bd61a24dc0ea32510464aa5505df8c6f5939d3c67f987f2233" diff --git a/pyproject.toml b/pyproject.toml index dca05420..b94f0ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pygobuildinfo = "0.1.28" [tool.poetry.group.dev.dependencies] tox = "3.28.0" -pytest = "9.1.0" +pytest = "9.1.1" pytest-xdist = "3.8.0" pytest-benchmark = "5.2.3" responses = "0.26.1"