]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Black (#9661)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Jun 2023 22:46:44 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 22:46:44 +0000 (22:46 +0000)
.pre-commit-config.yaml
requirements-tests.txt

index 7050aa31c779fea7aec392c8d7a61ab9e0cbe263..2a8a031363f1c932ad4f0ca94d7acc430808a16c 100644 (file)
@@ -27,7 +27,7 @@ repos:
         args:
         - --fix
 -   repo: https://github.com/psf/black
-    rev: 23.1.0
+    rev: 23.3.0
     hooks:
     -   id: black
 ci:
index a98280677c69654f8edc569ebfd8e82ea2ca2c2b..3ef3c4fd98218015009f8d627d15e042284feb35 100644 (file)
@@ -3,7 +3,7 @@ pytest >=7.1.3,<8.0.0
 coverage[toml] >= 6.5.0,< 8.0
 mypy ==1.3.0
 ruff ==0.0.272
-black == 23.1.0
+black == 23.3.0
 httpx >=0.23.0,<0.24.0
 email_validator >=1.1.1,<2.0.0
 # TODO: once removing databases from tutorial, upgrade SQLAlchemy