From 44e9eecac36b50374adebc7cf0738224ba5ad6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:25:21 +0000 Subject: [PATCH] build(deps): bump pydantic in /timeseries/deploy/requirements Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.4 to 1.10.13. - [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/v1.10.4...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- timeseries/deploy/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeseries/deploy/requirements/base.txt b/timeseries/deploy/requirements/base.txt index e03b99d..18760cf 100644 --- a/timeseries/deploy/requirements/base.txt +++ b/timeseries/deploy/requirements/base.txt @@ -2,7 +2,7 @@ fastapi==0.89.1 geojson_pydantic==0.5.0 numba==0.56.4 pandas==1.5.2 -pydantic==1.10.4 +pydantic==1.10.13 pyproj==3.3.1 python-dateutil==2.8.2 PyYAML==6.0