Skip to content

Commit

Permalink
⬆️ dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jun 21, 2023
1 parent 4fb1e97 commit b506ea5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "."
Expand All @@ -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"
Expand All @@ -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:"

0 comments on commit b506ea5

Please sign in to comment.