From 0c64e5e94baf68717a8182a99d685732577f5e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:09:05 +0100 Subject: [PATCH] Bump the python-packages group with 6 updates (#144) Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [fastapi[all]](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.110.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.1.0` | `2.2.1` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.0.post1` | `2.1.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.3.0` | Updates `fastapi[all]` from 0.109.2 to 0.110.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.2...0.110.0) Updates `pydantic-settings` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.2.1) Updates `email-validator` from 2.1.0.post1 to 2.1.1 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/commits/v2.1.1) Updates `coverage` from 7.4.1 to 7.4.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.3) Updates `pytest` from 8.0.0 to 8.1.0 - [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.0.0...8.1.0) Updates `ruff` from 0.2.1 to 0.3.0 - [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.2.1...v0.3.0) --- updated-dependencies: - dependency-name: fastapi[all] 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 - dependency-name: email-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16aff43..bc4117e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ classifiers = [ ] readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ - "fastapi[all] == 0.109.2", + "fastapi[all] == 0.110.0", "uvicorn == 0.27.1", "pyyaml == 6.0.1", "geojson_pydantic == 1.0.2", "pyproj == 3.6.1", - "pydantic-settings == 2.1.0", - "email-validator == 2.1.0.post1", + "pydantic-settings == 2.2.1", + "email-validator == 2.1.1", "geodense == 1.0.0", ] requires-python = ">=3.11.4" @@ -25,10 +25,10 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ "black == 24.2.0", - "coverage == 7.4.1", + "coverage == 7.4.3", "mypy == 1.8.0", - "pytest == 8.0.0", - "ruff == 0.2.1", + "pytest == 8.1.0", + "ruff == 0.3.0", "types-ujson == 5.9.0.0", "types-PyYAML == 6.0.12.12", "pytest-asyncio == 0.23.5",