Skip to content

Commit

Permalink
Update changelog and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Dec 4, 2024
1 parent e49f2fe commit 463cc44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.24] - 2024-12-04

### Changed

- Updated 3W data for COD, ETH, SDN, SOM, YEM
- Added 3W data for LBY, MWI, ZWE

## [0.10.23] - 2024-11-22

### Changed
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ckanapi==4.8
# via hdx-python-api
click==8.1.7
# via typer
coverage==7.6.7
coverage==7.6.8
# via pytest-cov
defopt==6.4.0
# via hdx-python-api
Expand Down Expand Up @@ -77,7 +77,7 @@ hdx-python-utilities==3.7.4
# hdx-python-scraper
humanize==4.11.0
# via frictionless
identify==2.6.2
identify==2.6.3
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -156,15 +156,15 @@ pyasn1==0.6.1
# rsa
pyasn1-modules==0.4.1
# via google-auth
pydantic==2.10.0
pydantic==2.10.3
# via frictionless
pydantic-core==2.27.0
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via rich
pyphonetics==0.5.3
# via hdx-python-country
pytest==8.3.3
pytest==8.3.4
# via
# hapi-pipelines (pyproject.toml)
# pytest-check
Expand Down Expand Up @@ -218,7 +218,7 @@ rfc3986==2.0.0
# via frictionless
rich==13.9.4
# via typer
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
Expand All @@ -236,7 +236,7 @@ simpleeval==1.0.3
# via frictionless
simplejson==3.19.3
# via ckanapi
six==1.16.0
six==1.17.0
# via
# ckanapi
# pockets
Expand All @@ -263,7 +263,7 @@ text-unidecode==1.3
# via python-slugify
typeguard==4.4.1
# via inflect
typer==0.13.1
typer==0.15.1
# via frictionless
typing-extensions==4.12.2
# via
Expand All @@ -284,9 +284,9 @@ urllib3==2.2.3
# requests
validators==0.34.0
# via frictionless
virtualenv==20.27.1
virtualenv==20.28.0
# via pre-commit
wheel==0.45.0
wheel==0.45.1
# via libhxl
xlrd==2.0.1
# via hdx-python-utilities
Expand Down

0 comments on commit 463cc44

Please sign in to comment.