Skip to content

Commit

Permalink
Merge pull request #4 from opeco17/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to avoid pre-release and vulnerability
  • Loading branch information
opeco17 authored Nov 30, 2022
2 parents 7592393 + d957d89 commit 62d9674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ keywords = ["poetry", "vulnerabilities", "security", "audit"]

[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.2.0b1"
safety = ">1.0.0, <=1.10.3"
poetry = "^1.2.0"
safety = "^2.2.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^6.2"
mypy = "^0.942"
flake8 = "^4.0.0"
black = "^22.3.0"
isort = "^5.10.0"

Expand Down
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
set -x

mypy poetry_audit_plugin
flake8 poetry_audit_plugin tests
# flake8 poetry_audit_plugin tests
black poetry_audit_plugin tests --check
isort poetry_audit_plugin tests --check-only

0 comments on commit 62d9674

Please sign in to comment.