Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Feb 25, 2024
1 parent 48170c8 commit 78acb05
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 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.7.2] - 2024-02-26

### Changed

- Update requirements

## [0.7.2] - 2024-02-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"hapi-schema>= 0.6.0",
"hapi-schema>= 0.6.2",
"hdx-python-country>= 3.6.4",
"hdx-python-database[postgresql]>= 1.2.9",
"hdx-python-database[postgresql]>= 1.3.0",
"hdx-python-scraper>= 2.3.5",
"libhxl",
"sqlalchemy"
Expand Down
50 changes: 28 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ click==8.1.7
# via typer
colorama==0.4.6
# via typer
coverage[toml]==7.4.1
# via pytest-cov
cryptography==42.0.2
coverage[toml]==7.4.3
# via
# coverage
# pytest-cov
cryptography==42.0.5
# via pyopenssl
defopt==6.4.0
# via hdx-python-api
distlib==0.3.8
# via virtualenv
dnspython==2.5.0
dnspython==2.6.1
# via email-validator
docopt==0.6.2
# via
Expand All @@ -53,17 +55,17 @@ filelock==3.13.1
# via virtualenv
frictionless==5.16.1
# via hdx-python-utilities
google-auth==2.27.0
google-auth==2.28.1
# via
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
# via gspread
greenlet==3.0.3
# via sqlalchemy
gspread==6.0.1
gspread==6.0.2
# via hdx-python-scraper
hapi-schema==0.6.1
hapi-schema==0.6.2
# via hapi-pipelines (pyproject.toml)
hdx-python-api==6.2.1
# via hdx-python-scraper
Expand All @@ -72,17 +74,19 @@ hdx-python-country==3.6.4
# hapi-pipelines (pyproject.toml)
# hdx-python-api
# hdx-python-scraper
hdx-python-database[postgresql]==1.2.9
# via hapi-pipelines (pyproject.toml)
hdx-python-database[postgresql]==1.3.0
# via
# hapi-pipelines (pyproject.toml)
# hdx-python-database
hdx-python-scraper==2.3.5
# via hapi-pipelines (pyproject.toml)
hdx-python-utilities==3.6.4
hdx-python-utilities==3.6.5
# via
# hdx-python-api
# hdx-python-country
humanize==4.9.0
# via frictionless
identify==2.5.33
identify==2.5.35
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -117,7 +121,7 @@ makefun==1.15.2
# via hdx-python-api
markdown-it-py==3.0.0
# via rich
marko==2.0.2
marko==2.0.3
# via frictionless
markupsafe==2.1.5
# via jinja2
Expand Down Expand Up @@ -147,7 +151,7 @@ ply==3.11
# libhxl
pockets==0.9.1
# via sphinxcontrib-napoleon
pre-commit==3.6.0
pre-commit==3.6.2
# via hapi-pipelines (pyproject.toml)
psycopg[binary]==3.1.18
# via hdx-python-database
Expand All @@ -163,11 +167,11 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==2.6.1
pydantic==2.6.2
# via
# frictionless
# inflect
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pygments==2.17.2
# via rich
Expand All @@ -179,7 +183,7 @@ pyphonetics==0.5.3
# via hdx-python-country
pyrsistent==0.20.0
# via jsonschema
pytest==8.0.0
pytest==8.0.2
# via
# hapi-pipelines (pyproject.toml)
# pytest-cov
Expand All @@ -192,7 +196,7 @@ python-dateutil==2.8.2
# libhxl
python-io-wrapper==0.3.1
# via libhxl
python-slugify==8.0.3
python-slugify==8.0.4
# via
# ckanapi
# frictionless
Expand Down Expand Up @@ -242,7 +246,7 @@ six==1.16.0
# sphinxcontrib-napoleon
sphinxcontrib-napoleon==0.7
# via defopt
sqlalchemy==2.0.25
sqlalchemy==2.0.27
# via
# hapi-pipelines (pyproject.toml)
# hapi-schema
Expand All @@ -260,7 +264,9 @@ tabulate==0.9.0
text-unidecode==1.3
# via python-slugify
typer[all]==0.9.0
# via frictionless
# via
# frictionless
# typer
typing-extensions==4.9.0
# via
# frictionless
Expand All @@ -274,21 +280,21 @@ unidecode==1.3.8
# via
# libhxl
# pyphonetics
urllib3==2.2.0
urllib3==2.2.1
# via
# libhxl
# requests
validators==0.22.0
# via frictionless
virtualenv==20.25.0
virtualenv==20.25.1
# via pre-commit
wheel==0.42.0
# via libhxl
xlrd==2.0.1
# via hdx-python-utilities
xlrd3==1.1.0
# via libhxl
xlsxwriter==3.1.9
xlsxwriter==3.2.0
# via tableschema-to-template
xlwt==1.3.0
# via hdx-python-utilities
Expand Down

0 comments on commit 78acb05

Please sign in to comment.