Skip to content

Commit

Permalink
dependencies: update; wider ranges; move to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Aug 29, 2024
1 parent 5c8f684 commit e1631a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ documentation = "https://github.com/dacort/athena-federation-python-sdk"

[tool.poetry.dependencies]
python = "^3.12"
pyarrow = "17.0.0"
smart-open = "7.0.4"
pyarrow = "^17.0.0"
smart-open = "^7.0.4"
importlib-metadata = "<5.0.0"
pytest-watcher = "^0.4.2"
pyarrow-stubs = "^10.0.1.9"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest-cov = "^2.11"
black = "^24.3"
flake8 = "^7.0"
mypy = "^1.11.1"
pyarrow-stubs = ">=10"
pytest = "^6.2"
pytest-cov = "^2.11"
pytest-watcher = "^0.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit e1631a1

Please sign in to comment.