Skip to content

Commit

Permalink
build: Update minimum requirements
Browse files Browse the repository at this point in the history
As well as update `mypy` to latest version as dependabot now does not
understand poetry groups 😢
  • Loading branch information
playpauseandstop committed Oct 9, 2022
1 parent 067678b commit ddc440e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
53 changes: 27 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ attrs = "^22.1.0"
tomli = {python = "<=3.11.0a6", version = ">=1.2.0,<3"}

[tool.poetry.group.dev.dependencies]
mypy = "^0.971"
mypy = "^0.982"

[tool.poetry.group.test.dependencies]
coverage = {extras = ["toml"], version = "^6.5.0"}
Expand Down Expand Up @@ -139,7 +139,7 @@ commands =
[testenv:py310-minimum-requirements]
commands_pre =
poetry install
poetry run python3 -m pip install attrs==20.2.0 tomli==1.2.0
poetry run python3 -m pip install attrs==22.1.0 tomli==1.2.0
"""

[build-system]
Expand Down

0 comments on commit ddc440e

Please sign in to comment.