Skip to content

Commit

Permalink
[Tech] Bump the non-major-dependencies group
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group in /datascience with 4 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [geoalchemy2](https://github.com/geoalchemy/geoalchemy2), [h3](https://github.com/uber/h3-py) and [pypdf](https://github.com/py-pdf/pypdf).


Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `geoalchemy2` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/geoalchemy/geoalchemy2/releases)
- [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt)
- [Commits](geoalchemy/geoalchemy2@0.16.0...0.17.0)

Updates `h3` from 4.1.2 to 4.2.1
- [Release notes](https://github.com/uber/h3-py/releases)
- [Changelog](https://github.com/uber/h3-py/blob/master/CHANGELOG.md)
- [Commits](uber/h3-py@v4.1.2...v4.2.1)

Updates `pypdf` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: geoalchemy2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 1009918 commit a169184
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
99 changes: 50 additions & 49 deletions datascience/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions datascience/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ pandas = {extras = ["postgresql"], version = "^2.2.1"}
black = "^24.3.0"
isort = "^5.12.0"
coverage = "^7.6.10"
pre-commit = "^4.0.1"
pre-commit = "^4.1.0"
flake8 = "^7.1.1"
python-dotenv = "^1.0.0"
cx-oracle = "^8.3.0"
scrapy = "^2.11.0"
simplejson = "^3.19.2"
geoalchemy2 = "^0.16.0"
geoalchemy2 = "^0.17.0"
rtree = "^1.0.1"
jinja2 = "^3.1.5"
pytz = "^2024.2"
Expand All @@ -30,8 +30,8 @@ css-inline = "^0.14.6"
prefect = "^1.3"
requests-mock = "^1.11.0"
duckdb = "^0.10.1"
h3 = "^4.1.2"
pypdf = "^5.1.0"
h3 = "^4.2.1"
pypdf = "^5.2.0"
fiona = "^1.10.1"


Expand Down

0 comments on commit a169184

Please sign in to comment.