From e6185e2e43125396399c64e8e890a6b69112e8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:26:49 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 4 updates Bumps the python-packages group with 4 updates in the / directory: [fastapi[all]](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/encode/uvicorn), [pyproj](https://github.com/pyproj4/pyproj) and [pydantic-settings](https://github.com/pydantic/pydantic-settings). Updates `fastapi[all]` from 0.113.0 to 0.115.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.113.0...0.115.0) Updates `uvicorn` from 0.30.6 to 0.31.0 - [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.30.6...0.31.0) Updates `pyproj` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/pyproj4/pyproj/releases) - [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst) - [Commits](https://github.com/pyproj4/pyproj/compare/3.6.1...3.7.0) Updates `pydantic-settings` from 2.4.0 to 2.5.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.2) --- updated-dependencies: - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyproj dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 518215d..29d20f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ classifiers = [ ] readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ - "fastapi[all] == 0.113.0", - "uvicorn == 0.30.6", + "fastapi[all] == 0.115.0", + "uvicorn == 0.31.0", "pyyaml == 6.0.2", "geojson_pydantic == 1.1.1", - "pyproj == 3.6.1", - "pydantic-settings == 2.4.0", + "pyproj == 3.7.0", + "pydantic-settings == 2.5.2", "email-validator == 2.2.0", "geodense == 2.0.0", ]