FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 55ba30ab authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'release-it--main' into 'main'

chore(release): 1.0.1

See merge request !5
parents 846ca2ae 86cfcfb2
No related branches found
Tags 1.2.1
1 merge request!5chore(release): 1.0.1
Pipeline #604613 passed
# Changelog
## [1.0.1](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.0.0...1.0.1) (2024-09-17)
### Bug Fixes
* **deps:** update all non-major dependencies ([fde666f](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/fde666fdd46ce12a65b9f5094cc6a8980fffa4a2))
[tool.poetry]
name = "aws-helper"
version = "1.0.0"
version = "1.0.1"
description = "Utility to allow easy access to the AWS console and CLI tools"
authors = ["University of Cambridge Information Services <devops@uis.cam.ac.uk>"]
authors = [
"University of Cambridge Information Services <devops@uis.cam.ac.uk>"
]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.3"
boto3 = "^1.35.10"
google-auth = "^2.34.0"
typer = "^0.12.5"
rich = "^13.8.0"
pydantic = "^2.8.2"
pyyaml = "^6.0.2"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.32.3"
boto3 = "^1.35.10"
google-auth = "^2.34.0"
typer = "^0.12.5"
rich = "^13.8.0"
pydantic = "^2.8.2"
pyyaml = "^6.0.2"
[tool.poetry.scripts]
aws-helper = "aws_helper:app"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
aws-helper = "aws_helper:app"
[tool.mypy]
ignore_missing_imports = true
......@@ -30,3 +28,7 @@ line-length = 99
[tool.isort]
profile = "black"
[build-system]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment