diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-01-16 14:33:13 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-01-16 14:33:13 +0100 |
commit | df9c78c338572012f845e822a19abc15739513a3 (patch) | |
tree | eadf76a479fb7b94a982a27aab5fe51e1a62db16 /pyproject.toml | |
parent | Updated pip-audit. (diff) | |
download | newspipe-df9c78c338572012f845e822a19abc15739513a3.tar.gz newspipe-df9c78c338572012f845e822a19abc15739513a3.tar.bz2 newspipe-df9c78c338572012f845e822a19abc15739513a3.zip |
chg: [dependencies] Updated poetry project config and pip-audit.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index b18117de..0eb9acd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flask-talisman = "^0.8.1" feedparser = "^6.0.8" mypy = "^0.920" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies ] sqlalchemy-schemadisplay = "^1.3" flake8 = "^3.9.2" pre-commit = "^2.19.0" @@ -44,7 +44,7 @@ reorder-python-imports = "^3.1.0" pip-audit = "^2.4.3" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry>=1.3.1"] build-backend = "poetry.masonry.api" [tool.mypy] |