From d528da5acbb203c39ea274d5d250555048f58099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:11:27 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff). Updates `pydantic-settings` from 2.3.0 to 2.3.3 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.0...v2.3.3) Updates `ruff` from 0.4.7 to 0.4.8 - [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.7...v0.4.8) --- updated-dependencies: - dependency-name: pydantic-settings 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ac9b0d..3288b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pyyaml == 6.0.1", "geojson_pydantic == 1.1.0", "pyproj == 3.6.1", - "pydantic-settings == 2.3.0", + "pydantic-settings == 2.3.3", "email-validator == 2.1.1", "geodense == 1.0.0", ] @@ -28,7 +28,7 @@ dev = [ "coverage == 7.5.3", "mypy == 1.10.0", "pytest == 8.2.2", - "ruff == 0.4.7", + "ruff == 0.4.8", "types-ujson == 5.10.0.20240515", "types-PyYAML == 6.0.12.20240311", "pytest-asyncio == 0.23.7",