From ac7264bd6475327472e10f6dbf3cb0da0c28237d Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Tue, 5 May 2026 21:57:11 -0400 Subject: [PATCH] [FR] Merged Renovate Dependency Updates (#6008) * Update actions/setup-go action to v6 * Update requests as well (cherry picked from commit d1c9cd65b40de3189e429279973a96970785356c) --- .github/workflows/release-fleet.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index 189b22004..09f2091f4 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -174,7 +174,7 @@ jobs: git config --global user.name "tradebot-elastic" - name: Setup go - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: '^1.20.1' check-latest: true diff --git a/pyproject.toml b/pyproject.toml index e66a5f9a0..ca8a8e98c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # FIXME: pytoml is outdated and should not be used "pytoml==0.1.21", "PyYAML~=6.0.1", - "requests~=2.31.0", + "requests~=2.33.1", "toml==0.10.2", "typing-inspect==0.9.0", "typing-extensions>=4.12",