Skip to content

Commit

Permalink
perf: upgrade dependencies
Browse files Browse the repository at this point in the history
 - jinja2==3.0.3
 - isort==5.10.1
  • Loading branch information
johnnymillergh committed Nov 12, 2021
1 parent 661f1ac commit a07af6a
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 139 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ peewee = "==3.14.8"
loguru = "==0.5.3"
opencv-python = "==4.5.4.58"
pyhocon = "==0.3.58"
jinja2 = "==3.0.2"
jinja2 = "==3.0.3"

[dev-packages]
black = "==20.8b1"
flake8 = "==4.0.1"
isort = "==5.10.0"
isort = "==5.10.1"
mypy = "==0.910"
pre-commit = "==2.15.0"
pytest = "==6.2.5"
Expand Down
Loading

0 comments on commit a07af6a

Please sign in to comment.