Files
atomic-red-team/pyproject.toml
T
dependabot[bot] 18eaf00da0 Bump pydantic from 2.13.2 to 2.13.3
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.13.2...v2.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 12:55:43 +00:00

23 lines
447 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.11"
pyyaml = "^6.0.3"
jsonschema = "^4.26.0"
requests = "^2.33.1"
ruamel-yaml = "^0.18.16"
pydantic = "^2.13.3"
typer = "^0.24.1"
hypothesis = "^6.152.1"
pytest = "^9.0.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"