Skip to content

Commit

Permalink
chore: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Jan 18, 2024
1 parent fb3bac4 commit 5ba1813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ repos:
- id: pycln
args: [--config=pycln.toml]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
# - repo: https://github.com/jazzband/pip-tools
# rev: 6.2.0
# hooks:
# - id: pip-compile
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ idna==3.6
# via requests
ipdb==0.13.13
# via clk (setup.py)
ipython==8.19.0
ipython==8.20.0
# via ipdb
jedi==0.19.1
# via ipython
Expand Down Expand Up @@ -99,5 +99,5 @@ traitlets==5.14.1
# matplotlib-inline
urllib3==2.1.0
# via requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit

0 comments on commit 5ba1813

Please sign in to comment.