Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
helpmefindaname authored Sep 13, 2024
1 parent d1e188e commit 50392b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ repository = "https://github.com/helpmefindaname/python-template"
python_template = "python_template.cli:main"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-mypy = "^0.10.3"
pytest-ruff = "^0.4.1"
pytest-black-ng = "^0.4.1"
black = "^22.12.0"
ruff = "^0.0.205"
ruff = "^0.6.4"
pytest-github-actions-annotate-failures = "^0.1.8"
pytest-xdist = "^3.1.0"

Expand All @@ -29,12 +31,12 @@ build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120
target-version = ['py310']
target-version = ['py312']


[tool.ruff]
line-length = 120
target-version = 'py310'
target-version = 'py312'

[tool.pytest.ini_options]
addopts = "--mypy -n auto"
Expand Down

0 comments on commit 50392b7

Please sign in to comment.