Skip to content

Commit

Permalink
Remove Mypy version cap, bump packages and version:
Browse files Browse the repository at this point in the history
Mypy just hit version 1, so I am removing the version cap for now. If there is
an issue with it later on then I'll add it back, but for now I will see how
things go.
  • Loading branch information
dosisod committed Feb 9, 2023
1 parent 0b47b3c commit 465f81e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mypy-extensions==1.0.0
mypy==0.991
packaging==23.0
pathspec==0.11.0
platformdirs==2.6.2
platformdirs==3.0.0
pluggy==1.0.0
py==1.11.0
pycodestyle==2.10.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "refurb"
version = "1.11.1"
version = "1.12.0"
description = "A tool for refurbish and modernize Python codebases"
authors = ["dosisod"]
license = "GPL-3.0-only"
Expand All @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10"
mypy = ">=0.981, <=0.991"
mypy = ">=0.981"
tomli = {version = "^2.0.1", python = "<3.11"}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 465f81e

Please sign in to comment.