From 708046a0f48647779e9771afcb72a97912a2d091 Mon Sep 17 00:00:00 2001 From: Monica Turner Date: Mon, 10 Jun 2024 12:22:16 +0200 Subject: [PATCH 1/2] HDX-9891 bump schema version --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fd53f90..272c401f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ filelock==3.14.0 # via virtualenv frictionless==5.17.0 # via hdx-python-utilities -google-auth==2.29.0 +google-auth==2.30.0 # via # google-auth-oauthlib # gspread @@ -58,9 +58,9 @@ greenlet==3.0.3 # via sqlalchemy gspread==6.1.2 # via hdx-python-scraper -hapi-schema==0.8.9 +hapi-schema==0.8.11 # via hapi-pipelines (pyproject.toml) -hdx-python-api==6.2.9 +hdx-python-api==6.3.1 # via # hapi-pipelines (pyproject.toml) # hdx-python-scraper @@ -87,7 +87,7 @@ idna==3.7 # via # email-validator # requests -ijson==3.2.3 +ijson==3.3.0 # via hdx-python-utilities inflect==7.2.1 # via quantulum3 @@ -136,7 +136,7 @@ oauthlib==3.2.2 # via requests-oauthlib openpyxl==3.1.3 # via hdx-python-utilities -packaging==24.0 +packaging==24.1 # via pytest petl==1.7.15 # via frictionless @@ -278,7 +278,7 @@ typeguard==4.3.0 # via inflect typer==0.12.3 # via frictionless -typing-extensions==4.12.1 +typing-extensions==4.12.2 # via # frictionless # inflect From 4602a301346a195ad4b28a9342d5a6097b3ca3a5 Mon Sep 17 00:00:00 2001 From: Monica Turner Date: Mon, 10 Jun 2024 12:59:59 +0200 Subject: [PATCH 2/2] HDX-9891 update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732cfcec..7bfcaa44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.16] - 2024-06-10 + +### Changed + +- Update to latest schema version + ## [0.9.15] - 2024-06-05 ### Changed