7a5aedfb09
* Bump jsonschema from 4.19.2 to 4.20.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.19.2...v4.20.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updating atomics count in README.md [ci skip] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: publish bot <opensource@redcanary.com> Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
19 lines
381 B
TOML
19 lines
381 B
TOML
[tool.poetry]
|
|
name = "atomic-red-team"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Maintainers <opensource@redcanary.com"]
|
|
readme = "README.md"
|
|
packages = [{include = "atomic_red_team"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
pyyaml = "^6.0"
|
|
jsonschema = "^4.20.0"
|
|
requests = "^2.31.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|