Skip to content

Commit 338afce

Browse files
[all] Release 2.2.1
1 parent a1aceed commit 338afce

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

aws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaev-aws-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for impacting AWS"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -10,7 +10,7 @@ authors = [
1010
requires-python = ">=3.11,<4.0"
1111

1212
dependencies = [
13-
"pyoaev (==2.2.0); extra != 'dev'",
13+
"pyoaev (==2.2.1); extra != 'dev'",
1414
"injector_common @ ../injector_common",
1515
"pacu~=1.5.0",
1616
"awscli~=1.29.0",

http-query/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaev-http-query-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for executing arbitrary http requests"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"pyoaev (==2.2.0); extra != 'dev'",
12+
"pyoaev (==2.2.1); extra != 'dev'",
1313
"injector_common @ ../injector_common",
1414
]
1515

nmap/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaev-nmap-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for running port scans with nmap"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"pyoaev (==2.2.0); extra != 'dev'",
12+
"pyoaev (==2.2.1); extra != 'dev'",
1313
"injector_common @ ../injector_common",
1414
]
1515

nuclei/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaev-nuclei-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for running vulnerability scans with Nuclei"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -10,7 +10,7 @@ authors = [
1010
requires-python = ">=3.11,<4.0"
1111

1212
dependencies = [
13-
"pyoaev (==2.2.0) ; extra != 'dev'",
13+
"pyoaev (==2.2.1) ; extra != 'dev'",
1414
"injector_common @ ../injector_common",
1515
]
1616

shodan/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "openaev-shodan-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for running with Shodan"
55
readme = "README.md"
66
authors = [{ name = "Filigran", email = "contact@filigran.io" }]
77
license = "Apache-2.0"
88
requires-python = ">=3.11,<4.0"
99
dependencies = [
10-
"pyoaev (==2.2.0); extra != 'dev'",
10+
"pyoaev (==2.2.1); extra != 'dev'",
1111
"injector_common @ ../injector_common",
1212
"pydantic~=2.11.7",
1313
"pydantic-settings~=2.11.0",

teams/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "openaev-teams-injector"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "An injector for Microsoft Teams"
55
readme = "README.md"
66
authors = [{ name = "Filigran", email = "contact@filigran.io" }]
77
license = "Apache-2.0"
88
requires-python = ">=3.11,<4.0"
99
dependencies = [
10-
"pyoaev (==2.2.0); extra != 'dev'",
10+
"pyoaev (==2.2.1); extra != 'dev'",
1111
"injector_common @ ../injector_common",
1212
"requests~=2.32.3",
1313
]

0 commit comments

Comments
 (0)