Skip to content

Commit

Permalink
chore: modify python dep lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
maksyuki committed Mar 9, 2024
1 parent 9d0ef94 commit 8e7a784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lint
pylint=2.12.2
pylint=2.13.9
yapf=0.31.0
mypy=0.910
mypy=0.961

# test
pytest=6.2.5
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
toml=0.10.2
schedule=1.2.0
toml=2.0.1
schedule=1.1.0

0 comments on commit 8e7a784

Please sign in to comment.