From abc94cec32b6730a412baa0a6806dc8b8d2106f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:09:08 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [tqdm](https://github.com/tqdm/tqdm), [pydantic](https://github.com/pydantic/pydantic), [uvicorn[standard]](https://github.com/encode/uvicorn) and [setuptools](https://github.com/pypa/setuptools). Updates `tqdm` from 4.67.0 to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.67.1) Updates `pydantic` from 2.9.2 to 2.10.1 - [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.9.2...v2.10.1) Updates `uvicorn[standard]` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.0...0.32.1) Updates `setuptools` from 75.5.0 to 75.6.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.5.0...v75.6.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e0a8e795..f3f44082 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest==8.3.3 pytest-postgresql==6.1.1 -tqdm==4.67.0 +tqdm==4.67.1 pytest-cov==6.0.0 pytest-env==1.1.5 httpx==0.27.2 diff --git a/requirements.txt b/requirements.txt index 726d80dc..df3eb8f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,14 +6,14 @@ sympy==1.13.3 pandas==2.2.3 psycopg[binary]==3.2.3 sqlalchemy==2.0.36 -pydantic==2.9.2 +pydantic==2.10.1 pydantic-settings==2.6.1 -uvicorn[standard]==0.32.0 +uvicorn[standard]==0.32.1 fastapi==0.115.5 pendulum==3.0.0 networkx==3.4.2 numpy==2.1.3 pytz==2024.2 cython==3.0.11 -setuptools==75.5.0 +setuptools==75.6.0 sortedcontainers==2.4.0