From 4d75838f8c9b50c736ad8b5efd0c51f3ddd8c582 Mon Sep 17 00:00:00 2001 From: Briar Date: Mon, 10 Feb 2025 14:22:11 -0500 Subject: [PATCH 1/2] Upgrade requirements --- pyproject.toml | 2 +- requirements.txt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc347e86..a3b6022d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index e452653f..f37242c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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 From 34a3d25ca8430bc0f514a922f7c3cb0a4ff5d545 Mon Sep 17 00:00:00 2001 From: Briar Date: Mon, 10 Feb 2025 15:02:59 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244a9801..d02cf19d 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.10.37] = 2025-02-10 + +### Changed + +- Upgrade requirements to incorporate schema changes and fixes + ## [0.10.36] = 2025-01-30 ### Changed