Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent fb8d988 commit bc26e57
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
39 changes: 20 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
poetry = "^1.6"
poetry = "^1.8.3"
tomlkit = "<1.0"
packaging = "<25.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
tox = "^4.0"
pytest = "^8.3.2"
tox = "^4.18.0"
black = "<25.0.0"
ruff = "<0.5.0"
poetry = "^1.8.2"
ruff = "<0.6.4"
poetry = "^1.8.3"


[tool.pyaphid]
Expand All @@ -36,7 +36,7 @@ profile = "black"
poetry-types = "poetry_types.poetry_types:PoetryTypes"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
Expand Down

0 comments on commit bc26e57

Please sign in to comment.