Skip to content

Commit

Permalink
upgrade dependencies due to pyproject-flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Kazakov committed Oct 4, 2024
1 parent 66d0c85 commit a431e95
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8.1"

[tool.poetry.group.dev.dependencies]
coverage = {extras = ["toml"], version = "^7.2.2"}
flake8 = "^5"
isort = "^5.11"
mypy = "^1.1.1"
pyproject-flake8 = "*"
pytest = "^7"
coverage = {extras = ["toml"], version = "*"}
flake8 = "*"
isort = "*"
mypy = "*"
pyproject-flake8 = ">=7"
pytest = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit a431e95

Please sign in to comment.