From 2387c736098abb2fbbf983d5b4496f5529a69614 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 31 Aug 2023 15:37:18 +0200 Subject: [PATCH] Update development dependencies --- pyproject.toml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8805a8..d8bab08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pelican-share-post" version = "1.0.0" description = "A Pelican plugin to create share URLs of article" -authors = ["Talha Mansoor "] +authors = ["Talha Mansoor ", "Justin Mayer "] license = "MIT" readme = "README.md" keywords = ["pelican", "plugin", "social"] @@ -34,18 +34,15 @@ markdown = {version = ">=3.2.2", optional = true} beautifulsoup4 = "^4.9.3" [tool.poetry.dev-dependencies] -black = {version = ">=22.3.0", allow-prereleases = true} +black = ">=22.3.0" flake8 = "^3.9" -flake8-black = "^0.2.0" -invoke = "^1.3" +flake8-black = "^0.3" +invoke = "^2.1" isort = "^5.4" -livereload = "^2.6" -markdown = "^3.2" +markdown = "^3.4" pytest = "^6.0" pytest-cov = "^2.8" -pytest-pythonpath = "^0.7.3" -pytest-sugar = "^0.9.4" -Werkzeug = "^1.0" +pytest-sugar = "^0.9.7" [tool.poetry.extras] markdown = ["markdown"]