From 6b3121610b318edcb9fd4c930c9fbb046c729f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:00:00 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build-release.yml | 12 ++++++------ pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 4098fcda..c07eb635 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -21,10 +21,10 @@ jobs: - { name: "lowest", python: "3.10", tox: py310-lowest } - { name: "dev", python: "3.14", tox: py314-marshmallowdev } steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ matrix.python }} - run: python -m pip install tox @@ -33,10 +33,10 @@ jobs: name: Build package runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: "3.14" - name: Install pypa/build @@ -58,10 +58,10 @@ jobs: if: startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: "3.14" - run: python -m pip install tox diff --git a/pyproject.toml b/pyproject.toml index 0113e035..abda5f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ test-pyramid = [ # pyramid uses pkg_resources, which has been long deprecated and finally removed # # see https://github.com/Pylons/pyramid/issues/3731 for discussion within pyramid - "setuptools <82.0", + "setuptools <83.1", ] test-falcon = ["falcon>=4.1.0", { include-group = "tests" }] test-aiohttp = ["aiohttp>=3.13.0", { include-group = "tests" }] diff --git a/uv.lock b/uv.lock index 2a3e71df..52257c10 100644 --- a/uv.lock +++ b/uv.lock @@ -2069,7 +2069,7 @@ test-all-frameworks = [ { name = "pytest" }, { name = "pytest-aiohttp", specifier = ">=0.3.0" }, { name = "pytest-asyncio" }, - { name = "setuptools", specifier = "<82.0" }, + { name = "setuptools", specifier = "<83.1" }, { name = "tornado", specifier = ">=6.5.0" }, { name = "webtest", specifier = "==3.0.7" }, { name = "webtest-aiohttp", specifier = "==2.0.0" }, @@ -2116,7 +2116,7 @@ test-pyramid = [ { name = "pytest" }, { name = "pytest-aiohttp", specifier = ">=0.3.0" }, { name = "pytest-asyncio" }, - { name = "setuptools", specifier = "<82.0" }, + { name = "setuptools", specifier = "<83.1" }, { name = "webtest", specifier = "==3.0.7" }, { name = "webtest-aiohttp", specifier = "==2.0.0" }, ]