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 8ab6a94 commit 8a2c6b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ content-type = "text/markdown"
Homepage = "https://github.com/OCHA-DAP/hapi-schemas"

[project.optional-dependencies]
database = ["hdx-python-database>=1.2.9"]
database = ["hdx-python-database>=1.3.0"]
dev = ["pre-commit"]
test = ["hdx-python-database>=1.2.9", "pytest", "pytest-cov"]
test = ["hdx-python-database>=1.3.0", "pytest", "pytest-cov"]

#########
# Hatch #
Expand Down
18 changes: 10 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
#
cfgv==3.4.0
# via pre-commit
coverage[toml]==7.4.1
# via pytest-cov
coverage[toml]==7.4.3
# via
# coverage
# pytest-cov
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via virtualenv
greenlet==3.0.3
# via sqlalchemy
hdx-python-database==1.2.9
hdx-python-database==1.3.0
# via hapi-schema (pyproject.toml)
identify==2.5.33
identify==2.5.35
# via pre-commit
iniconfig==2.0.0
# via pytest
Expand All @@ -28,23 +30,23 @@ platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.6.0
pre-commit==3.6.2
# via hapi-schema (pyproject.toml)
pytest==8.0.0
pytest==8.0.2
# via
# hapi-schema (pyproject.toml)
# pytest-cov
pytest-cov==4.1.0
# via hapi-schema (pyproject.toml)
pyyaml==6.0.1
# via pre-commit
sqlalchemy==2.0.25
sqlalchemy==2.0.27
# via
# hapi-schema (pyproject.toml)
# hdx-python-database
typing-extensions==4.9.0
# via sqlalchemy
virtualenv==20.25.0
virtualenv==20.25.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 8a2c6b9

Please sign in to comment.