From e532b99a6fe6124f07528244932cb62ee5d64b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:55:38 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Updates the requirements on [click](https://github.com/pallets/click), [pydantic](https://github.com/pydantic/pydantic) and [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. Updates `click` from 8.1.3 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/8.1.3...8.1.7) 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 `fastapi` from 0.99 to 0.110.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.99.0...0.110.1) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pydantic dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor 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 9a0e14ba..be6ca00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ classifiers = [ description = "Specify step and flyscan paths in a serializable, efficient and Pythonic way" dependencies = [ "numpy>=1.19.3", - "click==8.1.3", - "pydantic<2.0", + "click==8.1.7", + "pydantic<3.0", "typing_extensions", ] dynamic = ["version"] @@ -33,7 +33,7 @@ plotting = [ "matplotlib>=3.2.2", ] # REST service support -service = ["fastapi==0.99", "uvicorn"] +service = ["fastapi==0.110.1", "uvicorn"] # For development tests/docs dev = [ # This syntax is supported since pip 21.2