Skip to content

Commit

Permalink
Update black (CVE) (#585)
Browse files Browse the repository at this point in the history
This PR updates black to silence dependabot warnings about a CVE (though
it seems like a CVE that we're very unlikely to run into in practice).

xref: https://github.com/enthought/envisage/security/dependabot/1
  • Loading branch information
mdickinson authored Aug 27, 2024
1 parent 0f1b647 commit f490e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black ~= 23.0
black ~= 24.3
flake8
flake8-ets
isort

0 comments on commit f490e06

Please sign in to comment.