Skip to content

Commit

Permalink
try updated dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n8sean committed Sep 6, 2023
1 parent 901088e commit e01dd10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
25 changes: 12 additions & 13 deletions poetry.lock

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

11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ markupsafe = "^2.1.3"

[tool.poetry.dev-dependencies]
# black = {version = "^20.8b1", allow-prereleases = true}
black = { version = "^19.10b0", allow-prereleases = true }
# black = { version = "^19.10b0", allow-prereleases = true }
black = {version = "*", allow-prereleases = true}
# flake8 = "^3.9.2"
flake8 = { version = "^5.0.0", python = ">=3.8,<4.0"}
snakefmt = "^0.2.0"
importlib-metadata = "^1.0.0"
# snakefmt = "^0.4.0"
snakefmt = "*"
importlib-metadata = "^3.0.0"
# pytest = "^6.2.4"
pytest = "^7.4.1"
# sphinx = "^3.2.1"
Expand All @@ -79,7 +81,8 @@ commitizen = "^2.0.0"
# ptvsd = "^4.3.2"
ptvsd = "^4.3.2"
# rope = "^0.19.0"
rope = "^1.9.0"
# rope = "^1.9.0"
rope = "*"
# pytest-mock = "^3.6.1"
pytest-mock = "^3.11.1"
sphinx-pydantic = "^0.1.1"
Expand Down

0 comments on commit e01dd10

Please sign in to comment.