Skip to content

Commit

Permalink
Merge pull request #177 from avast/kastak/staging
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
MatejKastak authored Oct 17, 2024
2 parents 7a98a89 + dbf9245 commit 4e408f5
Show file tree
Hide file tree
Showing 9 changed files with 1,264 additions and 551 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "pip" # See documentation for possible values
directory: "/plugins/yls-yara" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "pip" # See documentation for possible values
directory: "/pytest-yls" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
- package-ecosystem: "npm" # See documentation for possible values
directory: "/editors/vscode" # Location of package manifests
schedule:
interval: "daily"
versioning-strategy: increase
10 changes: 5 additions & 5 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@
},
"devDependencies": {
"@types/glob": "^8.0.1",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.9",
"@types/node": "16.x",
"@types/vscode": "^1.68.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vscode/test-electron": "^2.1.3",
"eslint": "^8.16.0",
"eslint": "^9.12.0",
"glob": "^8.1.0",
"mocha": "^10.0.0",
"ovsx": "^0.5.1",
"ovsx": "^0.10.0",
"typescript": "^4.9.5",
"vsce": "^2.15.0"
},
Expand Down
1,438 changes: 1,023 additions & 415 deletions editors/vscode/yarn.lock

Large diffs are not rendered by default.

119 changes: 94 additions & 25 deletions plugins/yls-yara/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/yls-yara/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ include = ["py.typed", "LICENSE"]

[tool.poetry.dependencies]
python = "^3.8"
yara-python = "^4.2.0"
yara-python = "^4.5.1"
yls = "^1.4.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
pytest = "^8.3.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
157 changes: 108 additions & 49 deletions poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ include = ["py.typed", "LICENSE", "LICENSE-THIRD-PARTY"]

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
isort = "^5.10.1"
poethepoet = "^0.13.1"
pytest = "^7.2.2"
isort = "^5.13.2"
poethepoet = "^0.29.0"
pytest = "^8.3.3"
pytest-asyncio = "^0.18.3"
pytest-black = "^0.3.12"
pytest-cov = "^3.0.0"
pytest-cov = "^5.0.0"
pytest-mock = "^3.7.0"
pytest-mypy = "^0.9.1"
pytest-pylint = "^0.21.0"
Expand Down Expand Up @@ -57,8 +57,8 @@ yls = 'yls.server:main'

[tool.poetry.dependencies]
python = "^3.8"
pygls = "^1.3.0"
yaramod = "^3.21.0"
pygls = "^1.3.1"
yaramod = "^3.23.0"
yari-py = "^0.2.1"
pluggy = "^1.0.0"

Expand Down
67 changes: 20 additions & 47 deletions pytest-yls/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pytest-yls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MIT"
include = ["py.typed", "LICENSE"]

[tool.poetry.dependencies]
pytest = "^7.2.2"
pytest = "^8.3.3"
python = "^3.8"
tenacity = "^8.0.1"
tenacity = "^9.0.0"

[tool.poetry.plugins.pytest11]
pytest_yls = "pytest_yls"
Expand Down

0 comments on commit 4e408f5

Please sign in to comment.