From a1652037bdd2028cfb39b69a643de391e6f19efb Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 21 Oct 2024 22:58:02 +0200 Subject: [PATCH] chore: fix `upgrade-dependecies.tml`docs constraints --- .github/workflows/upgrade-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-dependencies.yml b/.github/workflows/upgrade-dependencies.yml index ef043197d..dd3bff357 100644 --- a/.github/workflows/upgrade-dependencies.yml +++ b/.github/workflows/upgrade-dependencies.yml @@ -39,7 +39,7 @@ jobs: uv pip compile --python-version ${pyv} --upgrade --output-file requirements/constraints_py${pyv}.txt pyproject.toml requirements/version_denylist.txt "${flags[@]}" uv pip compile --python-version ${pyv} --upgrade --output-file requirements/constraints_py${pyv}_pydantic_1.txt pyproject.toml requirements/version_denylist.txt "${flags[@]}" --constraint requirements/pydantic_1.txt done - uv pip compile --python-version 3.11 --upgrade --output-file requirements/constraints_py3.11_docs.txt pyproject.toml --extra docs --extra pyqt6 + uv pip compile --python-version 3.12 --upgrade --output-file requirements/constraints_py3.12_docs.txt pyproject.toml --extra docs --extra pyqt6 # END PYTHON DEPENDENCIES - name: Check updated packages