Skip to content

Commit

Permalink
Update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 9, 2023
1 parent bfbf291 commit cafd223
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "==23.3.0"
typing-extensions = "==4.2.0"
black = "*"
ruff = "*"
typing-extensions = "==4.6.3"

# Anytime the requirements change, please sync with requirements.txt:
# pipenv run pip freeze > requirements.txt
Expand Down
66 changes: 38 additions & 28 deletions Pipfile.lock

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

Binary file modified requirements.txt
Binary file not shown.

0 comments on commit cafd223

Please sign in to comment.