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 Aug 29, 2024
1 parent 206dc32 commit 70933c7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 131 deletions.
145 changes: 21 additions & 124 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
poetry = "^1.6"
python = "^3.12.5"
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 70933c7

Please sign in to comment.