Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj), [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 `build` from 1.2.1 to 1.2.2
- [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)

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: 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 4, 2024
1 parent d5d0cd1 commit bf4a521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -32,14 +32,14 @@ repository = "https://github.com/GeodetischeInfrastructuur/geodense"
[project.optional-dependencies]
dev = [
"black == 24.8.0",
"build == 1.2.1",
"build == 1.2.2",
"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 bf4a521

Please sign in to comment.