diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 74abc7afaf9..a3d6e373f9a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -215,7 +215,7 @@ jobs: # important: do not use system python env: UV_PYTHON_PREFERENCE: only-managed - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.pyver }} activate-environment: true @@ -320,7 +320,7 @@ jobs: # important: do not use system python env: UV_PYTHON_PREFERENCE: only-managed - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.pyver }} activate-environment: true @@ -370,7 +370,7 @@ jobs: # important: do not use system python env: UV_PYTHON_PREFERENCE: only-managed - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: python-version: ${{ matrix.pyver }} activate-environment: true diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0e1600af659..77852439a91 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -81,7 +81,7 @@ exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist -filelock==3.29.0 +filelock==3.29.1 # via # python-discovery # virtualenv @@ -259,7 +259,7 @@ six==1.17.0 # via python-dateutil slotscheck==0.20.0 # via -r requirements/lint.in -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sphinx==8.1.3 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 8a34e18868e..0cc49dfc0ae 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -79,7 +79,7 @@ exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist -filelock==3.29.0 +filelock==3.29.1 # via # python-discovery # virtualenv @@ -252,7 +252,7 @@ six==1.17.0 # via python-dateutil slotscheck==0.20.0 # via -r requirements/lint.in -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sphinx==8.1.3 # via diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index e5c3306697f..3380097a3d9 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -56,7 +56,7 @@ requests==2.34.2 # via # sphinx # sphinxcontrib-spelling -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sphinx==8.1.3 # via diff --git a/requirements/doc.txt b/requirements/doc.txt index 1a68ba65c49..0b911efd14c 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -52,7 +52,7 @@ pyyaml==6.0.3 # sphinxcontrib-mermaid requests==2.34.2 # via sphinx -snowballstemmer==3.1.0 +snowballstemmer==3.1.1 # via sphinx sphinx==8.1.3 # via diff --git a/requirements/lint.txt b/requirements/lint.txt index b76fb26d65f..5f44d162de5 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -40,7 +40,7 @@ distlib==0.4.1 # via virtualenv exceptiongroup==1.3.1 # via pytest -filelock==3.29.0 +filelock==3.29.1 # via # python-discovery # virtualenv