chore: update python deps (#2586)

This commit is contained in:
Pavol Rusnak
2024-07-16 07:59:04 +02:00
committed by GitHub
parent 7d1e22c7de
commit eda7e35c61
3 changed files with 101 additions and 107 deletions
+6
View File
@@ -37,6 +37,12 @@
asgi-lifespan = prev.asgi-lifespan.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.setuptools ]; }
);
dnspython = prev.dnspython.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.hatchling ]; }
);
jinja2 = prev.jinja2.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.flit-core ]; }
);
pytest-md = prev.pytest-md.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.setuptools ]; }
);