Skip to content

Commit

Permalink
Merge pull request #573 from opencybersecurityalliance/k1-dep-limit
Browse files Browse the repository at this point in the history
limit the Kestrel v1 module dep versions to v1
  • Loading branch information
subbyte authored Jul 30, 2024
2 parents eb4c77e + 18fe74d commit 11b5acf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/kestrel_analytics_docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.0",
"kestrel_core>=1.8.0, <2",
"docker>=7.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_analytics_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.0",
"kestrel_core>=1.8.0, <2",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_datasource_stixbundle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.0",
"kestrel_core>=1.8.0, <2",
"requests>=2.31.0",
"stix2-matcher>=3.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_datasource_stixshifter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.2",
"kestrel_core>=1.8.2, <2",
"lxml==4.9.4", # Python 3.8 on mac error >5.0.0; stackoverflow #75442675
"requests>=2.31.0",
"nest-asyncio>=1.6.0",
Expand Down

0 comments on commit 11b5acf

Please sign in to comment.