diff --git a/requirements/checkdocs.txt b/requirements/checkdocs.txt index 8e76787dc47..4cd9d80db23 100644 --- a/requirements/checkdocs.txt +++ b/requirements/checkdocs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/checkdocs.in +# pip-compile --config=pyproject.toml requirements/checkdocs.in # alabaster==0.7.12 # via sphinx diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 140d61cd446..ec39438add7 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/checkformatting.in +# pip-compile --config=pyproject.toml requirements/checkformatting.in # black==23.7.0 # via -r requirements/checkformatting.in diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 9b7cb17e03e..62e3e84df75 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/coverage.in +# pip-compile --config=pyproject.toml requirements/coverage.in # build==0.8.0 # via pip-tools diff --git a/requirements/dev.txt b/requirements/dev.txt index 99d0b118400..b53e92fad7c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/dev.in +# pip-compile --config=pyproject.toml requirements/dev.in # alembic==1.11.1 # via -r requirements/requirements.txt diff --git a/requirements/docs.txt b/requirements/docs.txt index 2f5f5d99bee..d36c2de078a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/docs.in +# pip-compile --config=pyproject.toml requirements/docs.in # alabaster==0.7.12 # via sphinx diff --git a/requirements/format.txt b/requirements/format.txt index f00ba5f3305..f703e256815 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/format.in +# pip-compile --config=pyproject.toml requirements/format.in # black==23.7.0 # via -r requirements/format.in diff --git a/requirements/functests.txt b/requirements/functests.txt index f6844031cd0..f83ad02bd6e 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/functests.in +# pip-compile --config=pyproject.toml requirements/functests.in # alembic==1.11.1 # via -r requirements/requirements.txt diff --git a/requirements/lint.txt b/requirements/lint.txt index 3849048d966..ad82f741e4b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/lint.in +# pip-compile --config=pyproject.toml requirements/lint.in # alembic==1.11.1 # via diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 75413137c77..d2510c38965 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/requirements.in +# pip-compile --config=pyproject.toml requirements/requirements.in # alembic==1.11.1 # via -r requirements/requirements.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 1b78ebcf489..557e8e81a7a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/tests.in +# pip-compile --config=pyproject.toml requirements/tests.in # alembic==1.11.1 # via -r requirements/requirements.txt