From df6f2da98d50f3f51a19b691acdaae7fc115d14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:28:36 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [click](https://github.com/pallets/click) and [fastapi[all]](https://github.com/tiangolo/fastapi) to permit the latest version. Updates `pydantic` to 2.6.4 - [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/v0.0.2...v2.6.4) Updates `click` to 8.1.7 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/0.1...8.1.7) Updates `fastapi[all]` to 0.110.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.110.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: click dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: fastapi[all] dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bddfdcbae..b864ef472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,12 +18,12 @@ dependencies = [ "nslsii", "pyepics", "aioca", - "pydantic<2.0", + "pydantic<3.0", "stomp.py", "aiohttp", "PyYAML", - "click<8.1.4", - "fastapi[all]<0.99", + "click<8.1.8", + "fastapi[all]<0.111", "uvicorn", "requests", "dls-bluesky-core", #requires ophyd-async