FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (12)
include:
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/common-pipeline.yml"
ref: v5.2.0
ref: v6.1.1
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/release-it.yml"
ref: v5.2.0
ref: v6.1.1
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/commitlint.yml"
ref: v5.2.0
ref: v6.1.1
variables:
USE_MERGE_REQUEST_RELEASE_FLOW: "1"
......
# Changelog
## [1.2.3](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.2.2...1.2.3) (2024-11-20)
### Bug Fixes
* **deps:** update all dependencies ([2084bff](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/2084bff7337ed4f5c6e4d1884db2499ce7038e44))
* **deps:** update all dependencies ([f810ff2](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/f810ff2fac496a58cca3b4fb5fb0e653b15259d7))
* **deps:** update all dependencies ([562a38b](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/562a38b2c33acce464e2e7c3d75cad83180d6aa9))
* **deps:** update all dependencies ([4940d94](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/4940d940d42916f13e7da9de214be9913f72da54))
## [1.2.2](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.2.1...1.2.2) (2024-10-28)
### Bug Fixes
......
This diff is collapsed.
[tool.poetry]
name = "aws-helper"
version = "1.2.2"
version = "1.2.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>"
......@@ -12,7 +12,7 @@ readme = "README.md"
requests = "^2.32.3"
boto3 = "^1.35.10"
google-auth = "^2.34.0"
typer = "^0.12.5"
typer = "^0.13.0"
rich = "^13.8.0"
pydantic = "^2.8.2"
pyyaml = "^6.0.2"
......@@ -22,10 +22,10 @@ readme = "README.md"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
coverage = "^7.6.1"
tox = "^4.20.0"
faker = "^30.0.0"
faker = "^33.0.0"
responses = "^0.25.3"
[tool.poetry.group.dev.dependencies.moto]
......