From 55021f8cc5a1d956feb50fe9894c21a9364e4a38 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 30 Jun 2026 14:18:54 +0100 Subject: [PATCH 1/2] update black --- requirements-dev.txt | 42 +++++++++++++++--------------------------- 1 file changed, 15 insertions(+), 27 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1286505..d24de58 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,12 +1,16 @@ -# This file was autogenerated by uv via the following command: -# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.10 +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile requirements-dev.in +# absolufy-imports==0.3.1 # via -r requirements-dev.in annotated-types==0.7.0 # via pydantic argcomplete==3.6.2 # via datamodel-code-generator -black==25.1.0 +black==26.5.1 # via # -r requirements-dev.in # datamodel-code-generator @@ -18,18 +22,14 @@ click==8.1.8 # via # black # pip-tools -coverage==7.10.4 +coverage[toml]==7.10.4 # via pytest-cov datamodel-code-generator==0.33.0 # via -r requirements-dev.in -exceptiongroup==1.3.1 - # via pytest flake8==7.3.0 # via -r requirements-dev.in genson==1.3.0 # via datamodel-code-generator -importlib-metadata==9.0.0 - # via build inflect==7.5.0 # via datamodel-code-generator iniconfig==2.1.0 @@ -63,12 +63,10 @@ packaging==25.0 # datamodel-code-generator # pytest # wheel -pathspec==0.12.1 +pathspec==1.1.1 # via # black # mypy -pip==26.1.2 - # via pip-tools pip-tools==7.5.0 # via -r requirements-dev.in platformdirs==4.3.8 @@ -112,30 +110,18 @@ pytest-lazy-fixtures==1.3.4 # via -r requirements-dev.in pytest-mock==3.14.1 # via -r requirements-dev.in +pytokens==0.4.1 + # via black pyyaml==6.0.2 # via datamodel-code-generator rich==14.1.0 # via pytest-codspeed -setuptools==82.0.1 - # via pip-tools -tomli==2.4.1 - # via - # black - # build - # coverage - # datamodel-code-generator - # mypy - # pip-tools - # pytest typeguard==4.4.4 # via inflect types-setuptools==80.9.0.20250809 # via -r requirements-dev.in typing-extensions==4.14.1 # via - # -c requirements.txt - # black - # exceptiongroup # mypy # pydantic # pydantic-core @@ -145,5 +131,7 @@ typing-inspection==0.4.2 # via pydantic wheel==0.46.2 # via pip-tools -zipp==4.1.0 - # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +# pip +# setuptools From d7abcfe06111cfffdcacf54e2196341562471b47 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 30 Jun 2026 14:20:46 +0100 Subject: [PATCH 2/2] update black the right way... --- requirements-dev.txt | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d24de58..aee459e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.12 -# by the following command: -# -# pip-compile requirements-dev.in -# +# This file was autogenerated by uv via the following command: +# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.10 absolufy-imports==0.3.1 # via -r requirements-dev.in annotated-types==0.7.0 @@ -22,14 +18,18 @@ click==8.1.8 # via # black # pip-tools -coverage[toml]==7.10.4 +coverage==7.10.4 # via pytest-cov datamodel-code-generator==0.33.0 # via -r requirements-dev.in +exceptiongroup==1.3.1 + # via pytest flake8==7.3.0 # via -r requirements-dev.in genson==1.3.0 # via datamodel-code-generator +importlib-metadata==9.0.0 + # via build inflect==7.5.0 # via datamodel-code-generator iniconfig==2.1.0 @@ -67,6 +67,8 @@ pathspec==1.1.1 # via # black # mypy +pip==26.1.2 + # via pip-tools pip-tools==7.5.0 # via -r requirements-dev.in platformdirs==4.3.8 @@ -116,12 +118,26 @@ pyyaml==6.0.2 # via datamodel-code-generator rich==14.1.0 # via pytest-codspeed +setuptools==82.0.1 + # via pip-tools +tomli==2.4.1 + # via + # black + # build + # coverage + # datamodel-code-generator + # mypy + # pip-tools + # pytest typeguard==4.4.4 # via inflect types-setuptools==80.9.0.20250809 # via -r requirements-dev.in typing-extensions==4.14.1 # via + # -c requirements.txt + # black + # exceptiongroup # mypy # pydantic # pydantic-core @@ -131,7 +147,5 @@ typing-inspection==0.4.2 # via pydantic wheel==0.46.2 # via pip-tools - -# The following packages are considered to be unsafe in a requirements file: -# pip -# setuptools +zipp==4.1.0 + # via importlib-metadata