Skip to content

Commit

Permalink
Update dependencies in pyproject.toml 📦
Browse files Browse the repository at this point in the history
- Bump deciphon-schema to version 0.2.0
- Change h3daemon and gitpython dependencies to minimum versions
  • Loading branch information
horta committed Jan 17, 2025
1 parent 11f593e commit 1bdddbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ include = [
python = "^3.9"
cffi = "^1.17"
pydantic = "^2.9"
deciphon-schema = "^0.1.1"
deciphon-schema = "^0.2.0"

[tool.poetry.build]
script = "build_ext.py"
generate-setup-file = false

[tool.poetry.group.dev.dependencies]
pytest = "^8.2"
h3daemon = "^0.16.14"
gitpython = "^3.1.43"
h3daemon = ">=0.16.14"
gitpython = ">=3.1.43"

[tool.pytest.ini_options]
pythonpath = ["."]
Expand Down

0 comments on commit 1bdddbd

Please sign in to comment.