We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eba447 commit 2a37d1eCopy full SHA for 2a37d1e
pyproject.toml
@@ -1,12 +1,12 @@
1
[tool.poetry]
2
name = "pytm"
3
-version = "1.2.0"
+version = "1.3.1"
4
description = "A Pythonic framework for threat modeling"
5
authors = ["pytm Team"]
6
license = "MIT License"
7
8
[tool.poetry.dependencies]
9
-python = "^3.9 || ^3.8 || ^3.7 || ^3.6"
+python = "^3.11 || ^3.10 || ^3.9 || ^3.8"
10
pydal = "~20200714.1"
11
12
[tool.poetry.dev-dependencies]
0 commit comments