From b506ea5cfe43afd1dfeb6fb8f368f9c2028fbae9 Mon Sep 17 00:00:00 2001 From: mraniki Date: Wed, 21 Jun 2023 21:42:29 +0200 Subject: [PATCH] :arrow_up: dep update --- pyproject.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c33926b5..b975449e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,17 +22,12 @@ dynaconf = "^3.1.12" pyparsing = "^3.0.9" emoji = "^2.5.1" -[tool.poetry.group.docs.dependencies] -Sphinx = "7.0.1" -furo = "2023.5.20" - [tool.poetry.dev-dependencies] python-semantic-release = "^7.34.3" pytest = "^7.0" pytest-cov = "^4.1" -pytest-asyncio = "*" -pytest-mock = "*" -coverage = "*" +pytest-asyncio = "^0.21.0" +pytest-mock = "^3.11.1" [tool.pytest.ini_options] pythonpath = "." @@ -45,9 +40,15 @@ log_level = "DEBUG" omit = [ "tests/*", "examples/*", - "docs/*" + "docs/*", + "*/config.py" ] +[tool.poetry.group.docs.dependencies] +sphinx = "^7.0.1" +sphinx-autoapi = "^2.1.0" +furo = "^2023.5.20" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" @@ -62,5 +63,5 @@ commit_parser = "semantic_release.history.emoji_parser" use_textual_changelog_sections = true major_emoji = "BREAKING,💥,:boom:" minor_emoji = "feat,🥚,:egg:,🚀,:rocket:,💄,:lipstick:,✨,:sparkles:" -patch_emoji = "fix,Update,🎨,:art:,🐛,:bug:,🚑,⚡,:zap:,🔥,:fire:,🚨,:rotating_light:,♻️,:recycle:,🔧,:wrench:,⬆️,:arrow_up:,🩹,👷,📝,🔒,:lock:,👽,:alien:,💬,🥅,✅,:white_check_mark:,🐳,:whale:,🙈,⚗️,🧐,🔇,:mute:,🔊:volume:" +patch_emoji = "fix,bump,Update,🎨,:art:,🐛,:bug:,🚑,:ambulance:,⚡,:zap:,🔥,:fire:,🚨,:rotating_light:,♻️,:recycle:,🔧,:wrench:,⬆️,:arrow_up:,🩹,:adhesive_bandage:,👷,:construction_worker:,📝,:memo:,🔒,:lock:,👽,:alien:,💬,:speech_balloon:,🥅,:goal_net:,✅,:white_check_mark:,🐳,:whale:,🙈,:see_no_evil:,⚗️,:alembic:,🧐,:monocle_face:,🔇,:mute:,🔊:volume:"