Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux committed Jan 20, 2023
1 parent 5a53a1a commit 1b5fbcf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 70 deletions.
111 changes: 45 additions & 66 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ rich = {version = ">=10.13.0", optional = true}

[tool.poetry.dev-dependencies]
black = ">=21.10b0"
isort = "^5.6.4"
pytest = "^6.2.1"
pytest-cov = {extras = ["toml"], version = "^3.0.0"}
flake8 = "^3.8.4"
isort = ">=5.6.4"
pytest = ">=6.2.1"
pytest-cov = {extras = ["toml"], version = ">=3.0.0"}
flake8 = ">=3.8.4"

[tool.poetry.extras]
develoop = ["giving", "rich"]
Expand Down

0 comments on commit 1b5fbcf

Please sign in to comment.