Skip to content

Commit

Permalink
update specified python dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n8sean committed Sep 6, 2023
1 parent 08ebd1b commit 2bfab55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
29 changes: 14 additions & 15 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ markupsafe = "^2.1.3"

[tool.poetry.dev-dependencies]
# black = {version = "^20.8b1", allow-prereleases = true}
black = { version = "^20.8.b1", allow-prereleases = true }
black = { version = "^19.10b0", allow-prereleases = true }
# flake8 = "^3.9.2"
flake8 = { version = "^5.0.0", python = ">=3.8,<4.0"}
snakefmt = "^0.4.0"
snakefmt = "^0.2.0"
importlib-metadata = "^1.0.0"
# pytest = "^6.2.4"
pytest = "^7.4.1"
# sphinx = "^3.2.1"
Expand Down

0 comments on commit 2bfab55

Please sign in to comment.