diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d450e6e8..e2417d3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + ref: ${{ steps.get-tag-name.outputs.tag-name }} - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main - name: Use cargo cache id: cache-cargo diff --git a/poetry.lock b/poetry.lock index 52feb826..dc3c91ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -120,20 +120,20 @@ yaml = ["PyYAML"] [[package]] name = "boto3" -version = "1.43.15" +version = "1.43.31" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "boto3-1.43.15-py3-none-any.whl", hash = "sha256:67510ef57a79f0d53b963b0dd1d1741d1e3de1eb2ef6cf1737b6a6bddd34b8cb"}, - {file = "boto3-1.43.15.tar.gz", hash = "sha256:8dbb1a129c693313218a099d4f086f3bb48f50159b74b5bd8869e1037fde4101"}, + {file = "boto3-1.43.31-py3-none-any.whl", hash = "sha256:69c5521ad864f33d4d53b0e18a3927697f4558210693b1cb4dd97da959d1f7b9"}, + {file = "boto3-1.43.31.tar.gz", hash = "sha256:8165b79c02955affbe4b4e9aa7c560684d0d4d86b4b9de66a37b45eb79fc4b69"}, ] [package.dependencies] -botocore = ">=1.43.15,<1.44.0" +botocore = ">=1.43.31,<1.44.0" jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.17.0,<0.18.0" +s3transfer = ">=0.19.0,<0.20.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] @@ -586,14 +586,14 @@ xray = ["mypy-boto3-xray (>=1.43.0,<1.44.0)"] [[package]] name = "botocore" -version = "1.43.15" +version = "1.43.31" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "botocore-1.43.15-py3-none-any.whl", hash = "sha256:bda4923998d1bf17f8eb6bc767a0923fbb9e525ecd50f839b041e469b46e1c94"}, - {file = "botocore-1.43.15.tar.gz", hash = "sha256:eed2e24962af03ec361a1dc6924f6b2cff0215a0a2f5c690eab655f43d1f700f"}, + {file = "botocore-1.43.31-py3-none-any.whl", hash = "sha256:4c51c63f39515fc1a2b8e3e2c29e452009c988ba55ad489251658fdd3aedad6e"}, + {file = "botocore-1.43.31.tar.gz", hash = "sha256:c249625faaa353c5b4004043706a394a4f3bcd3643e242f6b01fff6dc70e988b"}, ] [package.dependencies] @@ -2391,14 +2391,14 @@ files = [ [[package]] name = "s3transfer" -version = "0.17.0" +version = "0.19.0" description = "An Amazon S3 Transfer Manager" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "s3transfer-0.17.0-py3-none-any.whl", hash = "sha256:ce3801712acf4ad3e89fb9990df97b4972e93f4b3b0004d214be5bce12814c20"}, - {file = "s3transfer-0.17.0.tar.gz", hash = "sha256:9edeb6d1c3c2f89d6050348548834ad8289610d886e5bf7b7207728bd43ce33a"}, + {file = "s3transfer-0.19.0-py3-none-any.whl", hash = "sha256:777cc2415536f1debadb5c2ef7779275d0fc0fe0e042411cdd6caebeb2685262"}, + {file = "s3transfer-0.19.0.tar.gz", hash = "sha256:ce436931687addc4c1712d52d40b32f53e88315723f107ffa20ba82b05a0f685"}, ] [package.dependencies]