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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 101 additions and 107 deletions

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 ]; }
);