From 60dd8a3c7d5c9b8ea39f4398bff95cd55565c59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:01:49 +0000 Subject: [PATCH] Bump pydantic from 2.10.5 to 2.10.6 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.5 to 2.10.6. - [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/v2.10.5...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 998268e6a..162bd7c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ rq-scheduler==0.14.0 paramiko==3.5.0 ftpretty==0.4.0 pytz>=2023.3 -pydantic==2.10.5 +pydantic==2.10.6 discord.py==2.4.0 # django-directory # django-dirctory is currently incompatible with Django 4.0+, PR is pending to fix django-directory upstream