Skip to content

Commit

Permalink
Merge pull request #204 from OCHA-DAP/bugfix/HDXDSYS-1433-poverty-rate
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
b-j-mills authored Dec 5, 2024
2 parents cfa00b3 + 694131a commit fa96482
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.10.25] - 2024-12-05

### Fixed

- Update requirements to use latest `hapi-schema`

## [0.10.24] - 2024-12-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"hapi-schema>= 0.9.2",
"hapi-schema>= 0.9.5",
"hdx-python-api>= 6.3.5",
"hdx-python-country>= 3.8.5",
"hdx-python-database[postgresql]>= 1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ greenlet==3.1.1
# via sqlalchemy
gspread==6.1.4
# via hdx-python-scraper
hapi-schema==0.9.3
hapi-schema==0.9.5
# via hapi-pipelines (pyproject.toml)
hdx-python-api==6.3.5
# via
Expand Down

0 comments on commit fa96482

Please sign in to comment.