upgrade dependencies

This commit is contained in:
Rui Lopes 2025-06-18 04:45:57 +00:00
parent b735d58998
commit 56ebb23d7a
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
backports.tarfile==1.2.0 backports.tarfile==1.2.0
build==1.2.2.post1 build==1.2.2.post1
certifi==2025.4.26 certifi==2025.6.15
cffi==1.17.1 cffi==1.17.1
charset-normalizer==3.4.2 charset-normalizer==3.4.2
cryptography==45.0.3 cryptography==45.0.4
docutils==0.21.2 docutils==0.21.2
id==1.5.0 id==1.5.0
idna==3.10 idna==3.10
@ -22,7 +22,7 @@ pycparser==2.22
Pygments==2.19.1 Pygments==2.19.1
pyproject_hooks==1.2.0 pyproject_hooks==1.2.0
readme_renderer==44.0 readme_renderer==44.0
requests==2.32.3 requests==2.32.4
requests-toolbelt==1.0.0 requests-toolbelt==1.0.0
rfc3986==2.0.0 rfc3986==2.0.0
rich==14.0.0 rich==14.0.0
@ -31,4 +31,4 @@ tomli==2.2.1
twine==6.1.0 twine==6.1.0
typing_extensions==4.14.0 typing_extensions==4.14.0
urllib3==2.4.0 urllib3==2.4.0
zipp==3.22.0 zipp==3.23.0

View File

@ -24,7 +24,7 @@ mkdir -p tmp/use-docker-repository && cd tmp/use-docker-repository
# see https://github.com/golang/go/tags # see https://github.com/golang/go/tags
# renovate: datasource=github-tags depName=golang/go extractVersion=go(?<version>.+) # renovate: datasource=github-tags depName=golang/go extractVersion=go(?<version>.+)
go_version='1.24.3' go_version='1.24.4'
cat >main.go <<'EOF' cat >main.go <<'EOF'
package main package main