Skip to content

Commit

Permalink
ci: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed May 24, 2024
1 parent 7566b7c commit 79d5796
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 75 deletions.
69 changes: 11 additions & 58 deletions poetry.lock

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

34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[tool.poetry]
name = "magisk-frida"
version = "1.0.0"
description = "Run frida-server on boot with Magisk"
authors = [""]

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.22"

[tool.poetry.dev-dependencies]
autopep8 = "^1.4"
flake8 = "^3.7"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry]
name = "magisk-frida"
version = "1.0.0"
description = "Run frida-server on boot with Magisk"
authors = [""]

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.32"

[tool.poetry.dev-dependencies]
autopep8 = "^1.4"
flake8 = "^3.7"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 79d5796

Please sign in to comment.