Skip to content

Commit

Permalink
Update isort to 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Jan 5, 2024
1 parent 9cbfd24 commit 0ef6792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- Update `celery` to `5.3.6`
- Update `flake8` to `7.0.0`
- Update `gunicorn` to `21.2.0`
- Update `isort` to `5.13.2`
- Update `psycopg` to `3.1.16`
- Update `pytest-cov` to `4.1.0`
- Update `pytest` to `7.4.3`
Expand Down
2 changes: 1 addition & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flask-Static-Digest==0.4.0
greenlet==3.0.3
gunicorn==21.2.0
iniconfig==2.0.0
isort==5.12.0
isort==5.13.2
itsdangerous==2.1.2
Jinja2==3.1.2
kombu==5.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ celery==5.3.6
pytest==7.4.3
pytest-cov==4.1.0
flake8==7.0.0
isort==5.12.0
isort==5.13.2
black==23.12.1

flask-debugtoolbar==0.14.1
Expand Down

0 comments on commit 0ef6792

Please sign in to comment.