From d82e1bcceef91eb324fd7214584a756bdbd2bc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:06:23 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 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.11...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9aad1e..67f714d 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,6 @@ setup( "influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard", "u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy", "matplotlib", "fake-useragent @ git+https://github.com/Jordan9675/fake-useragent", - "requests", "pydantic==1.10.11" + "requests", "pydantic==1.10.13" ] )