From 0384de46a4cee39f68b98493a56c67639c891103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:21:08 +1000 Subject: [PATCH] Bump pydantic from 1.10.7 to 1.10.13 in /src/opencdeserver/api/app (#4585) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 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.7...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/opencdeserver/api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencdeserver/api/app/requirements.txt b/src/opencdeserver/api/app/requirements.txt index 6ecccc1cba..5851135638 100644 --- a/src/opencdeserver/api/app/requirements.txt +++ b/src/opencdeserver/api/app/requirements.txt @@ -3,7 +3,7 @@ httpx==0.24.1 jose==1.0.0 jsonpickle==3.0.1 passlib==1.7.4 -pydantic==1.10.7 +pydantic==1.10.13 python_dateutil==2.8.2 python_jose==3.3.0 py2neo==2021.2.4