Skip to content

Commit

Permalink
chore(deps): update to black 24.10 (#485)
Browse files Browse the repository at this point in the history
Note: The black library dropped support for Python 3.8 in 24.9.

Signed-off-by: Daniel Neilson <[email protected]>
  • Loading branch information
ddneilson authored Oct 29, 2024
1 parent a78e43d commit 7990fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ freezegun == 1.*
types-pyyaml == 6.*
twine == 4.*; python_version == '3.7'
twine == 5.*; python_version > '3.7'
black == 24.8.*; python_version > '3.7'
black == 24.8.*; python_version == '3.8'
black == 24.10.*; python_version > '3.8'
mypy == 1.11.*; python_version == '3.7'
mypy == 1.*; python_version > '3.7'
ruff == 0.6.*
Expand Down

0 comments on commit 7990fbf

Please sign in to comment.