Skip to content

Commit

Permalink
Merge pull request #422 from phst-randomizer/renovate/types-mypy-1.x
Browse files Browse the repository at this point in the history
Update dependency types/mypy to v1.7.1
  • Loading branch information
mike8699 authored Dec 2, 2023
2 parents 96f6d82 + b3b1dda commit 81407a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ph_rando/shuffler/aux_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class Area(BaseModel):
rooms: list[Room] = Field(
...,
description='All of the rooms inside this area',
min_items=1,
min_length=1,
)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test = [
"tqdm~=4.66.1",
]
types = [
"mypy==1.6.1",
"mypy==1.7.1",
"types-Pillow~=10.1.0.0",
"types-PyYAML~=6.0.12.8",
"types-setuptools~=69.0.0.0",
Expand Down

0 comments on commit 81407a1

Please sign in to comment.