Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for switching to schema 0.8.11 #2

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.16] - 2024-06-10

### Changed

- Update to latest schema version

## [0.9.15] - 2024-06-05

### Changed
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down