Skip to content

Commit

Permalink
fix: return mypy-extensions to main deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Maximenyuk committed Jun 11, 2024
1 parent 5fb0552 commit 8f167c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ loguru = ">=0.6.0,<0.7.0"
pydantic = ">=1.6.0,<1.11.0"
aiocsv = ">=1.2.3,<1.3.0"
pyjwt = ">=2.0.0,<3.0.0"
mypy-extensions = ">=0.2.0,<0.5.0"

[tool.poetry.dev-dependencies]
add-trailing-comma = "2.2.1"
autoflake = "1.7.8"
black = "22.3.0"
isort = "5.10.1"
mypy = "0.910.0"
mypy-extensions = ">=0.2.0,<0.5.0"
typing-extensions = ">=3.7.4,<5.0.0"
wemake-python-styleguide = "0.16.0"
bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837
Expand Down

0 comments on commit 8f167c3

Please sign in to comment.