FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (6)
include:
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/common-pipeline.yml"
ref: v4.5.1
ref: v4.6.0
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/release-it.yml"
ref: v4.5.1
ref: v4.6.0
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/commitlint.yml"
ref: v4.5.1
ref: v4.6.0
variables:
USE_MERGE_REQUEST_RELEASE_FLOW: "1"
......
# Changelog
## [1.0.3](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.0.2...1.0.3) (2024-09-25)
### Bug Fixes
* **deps:** update dependency boto3 to v1.35.26 ([dc35e85](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/dc35e856245299e7f09f87f482d8c35c3f3e4644))
## [1.0.2](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.0.1...1.0.2) (2024-09-24)
......
......@@ -13,17 +13,17 @@ files = [
[[package]]
name = "boto3"
version = "1.35.25"
version = "1.35.26"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.35.25-py3-none-any.whl", hash = "sha256:b1cfad301184cdd44dfd4805187ccab12de8dd28dd12a11a5cfdace17918c6de"},
{file = "boto3-1.35.25.tar.gz", hash = "sha256:5df4e2cbe3409db07d3a0d8d63d5220ce3202a78206ad87afdbb41519b26ce45"},
{file = "boto3-1.35.26-py3-none-any.whl", hash = "sha256:c31db992655db233d98762612690cfe60723c9e1503b5709aad92c1c564877bb"},
{file = "boto3-1.35.26.tar.gz", hash = "sha256:b04087afd3570ba540fd293823c77270ec675672af23da9396bd5988a3f8128b"},
]
[package.dependencies]
botocore = ">=1.35.25,<1.36.0"
botocore = ">=1.35.26,<1.36.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
......@@ -32,13 +32,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.35.25"
version = "1.35.26"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
{file = "botocore-1.35.25-py3-none-any.whl", hash = "sha256:e58d60260abf10ccc4417967923117c9902a6a0cff9fddb6ea7ff42dc1bd4630"},
{file = "botocore-1.35.25.tar.gz", hash = "sha256:76c5706b2c6533000603ae8683a297c887abbbaf6ee31e1b2e2863b74b2989bc"},
{file = "botocore-1.35.26-py3-none-any.whl", hash = "sha256:0b9dee5e4a3314e251e103585837506b17fcc7485c3c8adb61a9a913f46da1e7"},
{file = "botocore-1.35.26.tar.gz", hash = "sha256:19efc3a22c9df77960712b4e203f912486f8bcd3794bff0fd7b2a0f5f1d5712d"},
]
[package.dependencies]
......
[tool.poetry]
name = "aws-helper"
version = "1.0.2"
version = "1.0.3"
description = "Utility to allow easy access to the AWS console and CLI tools"
authors = [
"University of Cambridge Information Services <devops@uis.cam.ac.uk>"
......