Skip to content

Commit ed87c13

Browse files
riddell-stanYour Name
authored andcommitted
fix: Update Python and dependency requirements
1 parent 442ec31 commit ed87c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include = [
3030
]
3131

3232
[tool.poetry.dependencies]
33-
python = "^3.10"
33+
python = "^3.12"
3434
setuptools = ">=48.0"
3535
aiohttp = "^3.7"
3636
appdirs = "^1.4"
@@ -45,7 +45,7 @@ apispec = {version = "^6.0", extras = ["yaml"]}
4545
autoflake = "^1.4"
4646
black = "22.3.0"
4747
isort = "^5.9"
48-
mypy = "0.981"
48+
mypy = "1.19"
4949
flake8 = "^7.0.0"
5050
# documentation
5151
# NOTE: when changing these, update docs-requirements.txt

0 commit comments

Comments
 (0)