-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09c5926
commit 1df20bc
Showing
7 changed files
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "yls-yara" | ||
version = "1.4.2" | ||
version = "1.4.3" | ||
description = "YLS plugin adding linting using yara-python." | ||
authors = ["Matej Kastak <[email protected]>"] | ||
maintainers = ["Matej Kašťák <[email protected]>"] | ||
|
@@ -11,7 +11,7 @@ include = ["py.typed", "LICENSE"] | |
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
yara-python = "^4.5.1" | ||
yls = "^1.4.2" | ||
yls = "^1.4.3" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^8.3.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "yls" | ||
version = "1.4.2" | ||
version = "1.4.3" | ||
description = "YARA Language Server" | ||
authors = ["Matej Kašťák <[email protected]>"] | ||
maintainers = ["Matej Kašťák <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pytest-yls" | ||
version = "1.4.2" | ||
version = "1.4.3" | ||
description = "Pytest plugin to test the YLS as a whole." | ||
authors = ["Matej Kastak <[email protected]>"] | ||
maintainers = ["Matej Kašťák <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.4.2" | ||
__version__ = "1.4.3" |