From 2d9f5c3ed73581de80397d2790146cff4832d1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:39:15 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 6 updates Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj), [black](https://github.com/psf/black), [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest), [pytest-env](https://github.com/pytest-dev/pytest-env) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pyproj` 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.0...3.7.0) Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `build` from 1.2.1 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.2.2.post1) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `pytest-env` from 1.1.3 to 1.1.5 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.3...1.1.5) Updates `ruff` from 0.6.4 to 0.6.9 - [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/0.6.4...0.6.9) --- updated-dependencies: - dependency-name: pyproj dependency-type: direct:production dependency-group: python-packages - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: build 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-patch dependency-group: python-packages - dependency-name: pytest-env 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 706af0c..297f8f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ "geojson-pydantic ~= 1.0", - "pyproj ~= 3.6.0", + "pyproj >= 3.6,< 3.8", "rich-argparse ~= 1.3", "shapely ~= 2.0.2", ] @@ -31,15 +31,15 @@ repository = "https://github.com/GeodetischeInfrastructuur/geodense" [project.optional-dependencies] dev = [ - "black == 24.8.0", - "build == 1.2.1", + "black == 24.10.0", + "build == 1.2.2.post1", "cli-test-helpers == 4.0.0", "coverage == 7.6.1", "mypy == 1.11.2", "mypy-extensions == 1.0.0", - "pytest == 8.3.2", - "pytest-env == 1.1.3", - "ruff == 0.6.4", + "pytest == 8.3.3", + "pytest-env == 1.1.5", + "ruff == 0.6.9", "twine == 5.1.1", ]