Skip to content

Commit

Permalink
📌 pin flake8 python version
Browse files Browse the repository at this point in the history
  • Loading branch information
debakarr committed Mar 2, 2023
1 parent 8f3d16e commit c2dec6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 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
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = ["Debakar Roy <[email protected]>"]

[tool.poetry.dependencies]
python = "~3.8.1"
python = "^3.8"
click = "^8.1.3"
requests = "^2.28.2"
pydantic = "^1.10.5"
Expand All @@ -15,7 +15,7 @@ yt-dlp = "^2023.2.17"

[tool.poetry.dev-dependencies]
datamodel-code-generator = { extras = ["http"], version = "^0.17.1" }
flake8 = "^6.0.0"
flake8 = { version = "^6.0.0", python = ">=3.8.1,<4.0" }
flake8-bugbear = "^23.2.13"
flake8-black = "^0.3.6"
flake8-bandit = "^4.1.1"
Expand Down

0 comments on commit c2dec6d

Please sign in to comment.