[FR] Merged Renovate Dependency Updates (#6008)

* Update actions/setup-go action to v6

* Update requests as well

(cherry picked from commit d1c9cd65b4)
This commit is contained in:
Eric Forte
2026-05-05 21:57:11 -04:00
committed by tradebot-elastic
parent 52eb2b003e
commit ac7264bd64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",