From 3b9a25aa1d299b913992b97dc9378a1cec1b69a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:40:08 +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: [uvicorn](https://github.com/encode/uvicorn), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.30.0 to 0.30.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.30.0...0.30.1) Updates `pydantic-settings` from 2.2.1 to 2.3.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.0) Updates `pytest` from 8.2.1 to 8.2.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) Updates `ruff` from 0.4.5 to 0.4.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.7) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch 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 2a3f9e5..9ac9b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,11 @@ classifiers = [ readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ "fastapi[all] == 0.111.0", - "uvicorn == 0.30.0", + "uvicorn == 0.30.1", "pyyaml == 6.0.1", "geojson_pydantic == 1.1.0", "pyproj == 3.6.1", - "pydantic-settings == 2.2.1", + "pydantic-settings == 2.3.0", "email-validator == 2.1.1", "geodense == 1.0.0", ] @@ -27,8 +27,8 @@ dev = [ "black == 24.4.2", "coverage == 7.5.3", "mypy == 1.10.0", - "pytest == 8.2.1", - "ruff == 0.4.5", + "pytest == 8.2.2", + "ruff == 0.4.7", "types-ujson == 5.10.0.20240515", "types-PyYAML == 6.0.12.20240311", "pytest-asyncio == 0.23.7",