Skip to content

Commit

Permalink
Upgrade python deps (#59)
Browse files Browse the repository at this point in the history
Upgrade requirements_dev.txt
  • Loading branch information
puehringer authored Jan 12, 2023
1 parent 3e24b69 commit f82d5bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ package-lock.json
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

# venv
.venv
15 changes: 7 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
black~=22.3.0
debugpy~=1.5.1
flake8~=4.0.1
isort~=5.10.1
mkdocs-material~=8.2.8
pep8-naming~=0.12.1
black~=22.12.0
debugpy~=1.6.4
flake8~=6.0.0
isort~=5.11.3
pep8-naming~=0.13.3
pyright~=1.1.285
pytest-runner~=6.0.0
pytest~=7.1.1
recommonmark~=0.7.1
pytest~=7.2.0

0 comments on commit f82d5bb

Please # to comment.