From 5e865ed1c50a5d1ef2827a2eb4dc563083e146fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:44:44 +0000 Subject: [PATCH] Bump pydantic from 1.10.5 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 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.5...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fae04a4..1f60577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "jedi-language-server==0.41.1", - "pydantic==1.10.5", + "pydantic==1.10.13", "requests==2.32.3" ] diff --git a/requirements.txt b/requirements.txt index a6e83a6..686062a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jedi-language-server==0.41.1 pytest==7.3.1 -pydantic==1.10.5 +pydantic==1.10.13 pytest-asyncio==0.21.1 requests==2.32.3