Skip to content

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 22, 2022
1 parent 2728771 commit 8eeb8c6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 55 deletions.
108 changes: 61 additions & 47 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7,<4"
django = ">=3.2"
typing-extensions = "^4.4.0"
typing-extensions = "*"

[tool.poetry.dev-dependencies]
pdbpp = "^0.10.2"
flake8 = "^3.7.9"
black = "^21.9b0"
pytest-cov = "^3.0.0"
pytest = "^7.1.2"
pytest-sugar = "^0.9.5"
pytest-django = "^4.5.2"
pdbpp = "*"
flake8 = "*"
black = "*"
pytest-cov = "*"
pytest = "*"
pytest-sugar = "*"
pytest-django = "*"
django-types = "*"

[tool.black]
Expand Down

0 comments on commit 8eeb8c6

Please sign in to comment.