Skip to content

Commit

Permalink
Merge pull request #223 from OCHA-DAP/HDXDSYS-1733-schema-update
Browse files Browse the repository at this point in the history
HDXDSYS-1733 schema update
  • Loading branch information
b-j-mills authored Feb 10, 2025
2 parents 0d0c3e3 + 34a3d25 commit b2ec81f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 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.37] = 2025-02-10

### Changed

- Upgrade requirements to incorporate schema changes and fixes

## [0.10.36] = 2025-01-30

### 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.6",
"hapi-schema>= 0.9.7",
"hdx-python-api>= 6.3.7",
"hdx-python-country>= 3.8.7",
"hdx-python-database[postgresql]>= 1.3.4",
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==25.1.0
# referencing
cachetools==5.5.1
# via google-auth
certifi==2024.12.14
certifi==2025.1.31
# via requests
cfgv==3.4.0
# via pre-commit
Expand All @@ -22,7 +22,7 @@ ckanapi==4.8
# via hdx-python-api
click==8.1.8
# via typer
coverage==7.6.10
coverage==7.6.11
# via pytest-cov
defopt==6.4.0
# via hdx-python-api
Expand Down Expand Up @@ -54,20 +54,20 @@ greenlet==3.1.1
# via sqlalchemy
gspread==6.1.4
# via hdx-python-scraper
hapi-schema==0.9.6
hapi-schema==0.9.7
# via hapi-pipelines (pyproject.toml)
hdx-python-api==6.3.7
# via
# hapi-pipelines (pyproject.toml)
# hdx-python-scraper
hdx-python-country==3.8.7
hdx-python-country==3.8.8
# via
# hapi-pipelines (pyproject.toml)
# hdx-python-api
# hdx-python-scraper
hdx-python-database==1.3.4
hdx-python-database==1.3.5
# via hapi-pipelines (pyproject.toml)
hdx-python-scraper==2.5.5
hdx-python-scraper==2.5.8
# via hapi-pipelines (pyproject.toml)
hdx-python-utilities==3.8.3
# via
Expand All @@ -77,7 +77,7 @@ hdx-python-utilities==3.8.3
# hdx-python-scraper
humanize==4.11.0
# via frictionless
identify==2.6.6
identify==2.6.7
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ pytest==8.3.4
# pytest-check
# pytest-cov
# pytest-mock
pytest-check==2.4.1
pytest-check==2.4.2
# via hapi-pipelines (pyproject.toml)
pytest-cov==6.0.0
# via hapi-pipelines (pyproject.toml)
Expand Down Expand Up @@ -244,7 +244,7 @@ six==1.17.0
# sphinxcontrib-napoleon
sphinxcontrib-napoleon==0.7
# via defopt
sqlalchemy==2.0.37
sqlalchemy==2.0.38
# via
# hapi-pipelines (pyproject.toml)
# hapi-schema
Expand Down Expand Up @@ -285,7 +285,7 @@ urllib3==2.3.0
# requests
validators==0.34.0
# via frictionless
virtualenv==20.29.1
virtualenv==20.29.2
# via pre-commit
wheel==0.45.1
# via libhxl
Expand Down

0 comments on commit b2ec81f

Please sign in to comment.