Skip to content

Commit

Permalink
Update isort to 5.13.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmchenry-duolingo authored Oct 29, 2024
1 parent 5692139 commit 5af55c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add --no-cache --virtual .build-deps \
python3 \
&& pip3 install \
autoflake==1.7.8 \
isort==5.12.0 \
isort==5.13.2 \
ruff==0.1.5 \
&& python3 -m venv /black21-venv \
&& source /black21-venv/bin/activate \
Expand Down

0 comments on commit 5af55c4

Please sign in to comment.