Files
atomic-red-team/pyproject.toml
T
dependabot[bot] e3bde89fff Bump hypothesis from 6.152.1 to 6.152.4
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.1 to 6.152.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...hypothesis-python-6.152.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 13:28:28 +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.2"
typer = "^0.24.1"
hypothesis = "^6.152.4"
pytest = "^9.0.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"