Skip to content

Commit

Permalink
fix: return mypy-extensions to main deps (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhook committed Jun 11, 2024
1 parent 5fb0552 commit d3f1a46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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.

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 = "pybotx"
version = "0.67.0"
version = "0.67.1"
description = "A python library for interacting with eXpress BotX API"
authors = [
"Sidnev Nikolay <[email protected]>",
Expand All @@ -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 d3f1a46

Please sign in to comment.