Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
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](pyproj4/pyproj@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](psf/black@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](pypa/build@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](pytest-dev/pytest@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](pytest-dev/pytest-env@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](astral-sh/ruff@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent d5d0cd1 commit 2d9f5c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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",
]

Expand Down

0 comments on commit 2d9f5c3

Please sign in to comment.