Skip to content

Commit 5292c62

Browse files
committed
Update setuptools version
1 parent 818f09a commit 5292c62

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# terraform-worker
2-
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
32

3+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
4+
![CI](https://github.com/ephur/terraform-worker/actions/workflows/ci.yml/badge.svg)
5+
![Coverage](https://img.shields.io/badge/coverage-60%25-yellow)
6+
![Python](https://img.shields.io/badge/python-3.11-blue)
7+
![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
8+
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
9+
![Linted: flake8](https://img.shields.io/badge/linted-flake8-green)
10+
![Built with Poetry](https://img.shields.io/badge/built%20with-poetry-blue)
411

512
**terraform-worker** is a command-line tool purpose-built for orchestrating large-scale, modular Terraform deployments. It enables precise control over provider versions, remote state scaffolding, and shared configuration logic — ideal for enterprise infrastructure teams managing complex environments across multiple workspaces and deployment stages.
613

poetry.lock

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mergedeep = "^1.3"
3737
pydantic = "^2.7"
3838
python-hcl2 = "^4.3"
3939
pyyaml = "^6.0"
40-
setuptools = "^70.0"
40+
setuptools = "^78.1"
4141
pydantic-settings = "^2.3.4"
4242
packaging = "^24.1"
4343

0 commit comments

Comments
 (0)