From 684778f477a4df082a52cce97c758aaf9ce1bf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:30:28 +0000 Subject: [PATCH] chore: bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [pytest](https://github.com/pytest-dev/pytest). Updates `pydantic` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2279cd1..da9bd284 100644 --- a/poetry.lock +++ b/poetry.lock @@ -974,13 +974,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.1" +version = "2.10.2" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.1-py3-none-any.whl", hash = "sha256:a8d20db84de64cf4a7d59e899c2caf0fe9d660c7cfc482528e7020d7dd189a7e"}, - {file = "pydantic-2.10.1.tar.gz", hash = "sha256:a4daca2dc0aa429555e0656d6bf94873a7dc5f54ee42b1f5873d666fb3f35560"}, + {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, + {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, ] [package.dependencies] @@ -1132,13 +1132,13 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1464,4 +1464,4 @@ aiohttp = ["aiohttp", "aiohttp-sse-client"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "eb180e5ab2841d6fc042dece5fa46ce230c4930218e8e93cfb0f186c8142128a" +content-hash = "3c4010ee88f4f8502c1585457af0cf2973eacf87ade6c325fa37895810abfee1" diff --git a/pyproject.toml b/pyproject.toml index 1f49a039..3c54cd06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requests-sse = "^0.3.0" aiohttp = ["aiohttp", "aiohttp-sse-client"] [tool.poetry.dev-dependencies] -pytest = "^8.3.3" +pytest = "^8.3.4" pytest-cov = "^5.0.0" pytest-timeout = "^2.3.1" pytest-asyncio = "^0.24.0"