From 05af2042546d7626b1573dab3e0dbfc7f08fdcf7 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 8 Apr 2025 09:32:13 +0200 Subject: [PATCH] add --skip-extras --- Makefile | 4 ++-- requirements-dev.txt | 16 ++++++++-------- requirements.txt | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 229d356..22378e5 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,8 @@ update-pygmentize: $(VENV) .PHONY: update-requirements update-requirements: $(VENV) - $(BIN)/pip-compile --upgrade --no-annotate --output-file requirements.txt - $(BIN)/pip-compile --upgrade --no-annotate --extra dev --output-file requirements-dev.txt + $(BIN)/pip-compile --upgrade --no-annotate --strip-extras --output-file requirements.txt + $(BIN)/pip-compile --upgrade --no-annotate --strip-extras --extra dev --output-file requirements-dev.txt .PHONY: docs docs: $(VENV) diff --git a/requirements-dev.txt b/requirements-dev.txt index 70115fb..ac0676d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.13 # by the following command: # -# pip-compile --extra=dev --no-annotate --output-file=requirements-dev.txt +# pip-compile --extra=dev --no-annotate --output-file=requirements-dev.txt --strip-extras # babel==2.17.0 backrefs==5.8 @@ -12,12 +12,12 @@ cffi==1.17.1 charset-normalizer==3.4.1 click==8.1.8 colorama==0.4.6 -coverage[toml]==7.8.0 +coverage==7.8.0 cryptography==44.0.2 docutils==0.21.2 feedgenerator==2.1.0 ghp-import==2.1.0 -griffe==1.7.1 +griffe==1.7.2 id==1.5.0 idna==3.10 iniconfig==2.1.0 @@ -37,8 +37,8 @@ mkdocs-autorefs==1.4.1 mkdocs-get-deps==0.2.0 mkdocs-material==9.6.11 mkdocs-material-extensions==1.3.1 -mkdocstrings[python]==0.29.1 -mkdocstrings-python==1.16.8 +mkdocstrings==0.29.1 +mkdocstrings-python==1.16.10 more-itertools==10.6.0 mypy==1.15.0 mypy-extensions==1.0.0 @@ -54,7 +54,7 @@ pygments==2.19.1 pymdown-extensions==10.14.3 pyproject-hooks==1.2.0 pytest==8.3.5 -pytest-cov==6.0.0 +pytest-cov==6.1.1 python-dateutil==2.9.0.post0 pytz==2025.2 pyyaml==6.0.2 @@ -64,12 +64,12 @@ requests==2.32.3 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==14.0.0 -ruff==0.11.2 +ruff==0.11.4 secretstorage==3.3.3 six==1.17.0 twine==6.1.0 types-markdown==3.7.0.20250322 -typing-extensions==4.13.0 +typing-extensions==4.13.1 urllib3==2.3.0 watchdog==6.0.0 wheel==0.45.1 diff --git a/requirements.txt b/requirements.txt index a1f70d7..1236fdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.13 # by the following command: # -# pip-compile --no-annotate --output-file=requirements.txt +# pip-compile --no-annotate --output-file=requirements.txt --strip-extras # feedgenerator==2.1.0 jinja2==3.1.6