Files
atomic-red-team/pyproject.toml
T
dependabot[bot] 119d220e7a Bump typer from 0.12.1 to 0.12.3 (#2746)
Bumps [typer](https://github.com/tiangolo/typer) from 0.12.1 to 0.12.3.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/typer/compare/0.12.1...0.12.3)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 19:17:11 -04:00

21 lines
401 B
TOML

[tool.poetry]
name = "atomic-red-team"
version = "0.1.0"
description = ""
authors = ["Maintainers <opensource@redcanary.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0"
jsonschema = "^4.21.1"
requests = "^2.31.0"
ruamel-yaml = "^0.18.6"
pydantic = "^2.6.4"
typer = "^0.12.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"