From 631b2a3f7264c858a3a5ab99194acd4ed8c9ad32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:41:31 +0000 Subject: [PATCH] Update pydantic requirement in /webapp/functions/python Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.2...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/functions/python/requirements.txt | 2 +- webapp/functions/python/requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/functions/python/requirements.txt b/webapp/functions/python/requirements.txt index 4de58af..a8fafef 100644 --- a/webapp/functions/python/requirements.txt +++ b/webapp/functions/python/requirements.txt @@ -15,7 +15,7 @@ mock-firestore~=0.11.0 # Used to test the firestore triggers, probably why googl otel_setup~=0.2.2 ps_message_freg_fetch_jobbid~=0.1.4 ps_message_matrikkel_search_event~=0.1.0 -pydantic~=1.10.2 +pydantic~=2.8.2 python-dateutil~=2.8.2 pytz requests~=2.28.1 diff --git a/webapp/functions/python/requirements_test.txt b/webapp/functions/python/requirements_test.txt index 3dee4b2..0c0c9f8 100644 --- a/webapp/functions/python/requirements_test.txt +++ b/webapp/functions/python/requirements_test.txt @@ -19,7 +19,7 @@ otel_setup~=0.2.2 ps_message_freg_fetch_jobbid~=0.1.4 ps_message_matrikkel_search_event~=0.1.3 # functions-framework==3.* If you want to try to run local pubsub. https://github.com/GoogleCloudPlatform/functions-framework-python -pydantic~=1.10.2 +pydantic~=2.8.2 python-dateutil~=2.8.2 pytz requests~=2.28.1