diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index ddf184cd8e..8bdd9f2d77 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -2,7 +2,7 @@ auditwheel==6.0.0 coverage[toml]==7.2.2 jsonschema==3.2.0 mypy==1.4.1 -pdoc3==0.10.0 +pdoc3==0.11.5; python_version > '3.8' pip pytest-localserver==0.8.0 MarkupSafe==2.0.1 @@ -11,7 +11,7 @@ pytest==8.2.2 ruff==0.7.2 semver==2.13.0 setuptools-git==1.2 -twine==5.0.0 +twine==6.0.1 wheel==0.45.1 -maturin==1.7.4 +maturin==1.7.8 patchelf>=0.17; sys_platform == "linux"