Change changelog categories, update dependencies

This commit is contained in:
Alex Root Junior 2022-10-02 18:24:26 +03:00
parent d824155a66
commit 44ae565149
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
14 changed files with 49 additions and 39 deletions

View file

@ -32,7 +32,12 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Communications :: Chat",
]
packages = [
{ include = "aiogram" }
@ -56,35 +61,35 @@ redis = { version = "^4.3.4", optional = true }
[tool.poetry.group.docs.dependencies]
Sphinx = "^5.2.2"
Sphinx = "^5.2.3"
sphinx-intl = "^2.0.1"
sphinx-autobuild = "^2021.3.14"
sphinx-copybutton = "^0.5.0"
furo = "^2022.6.21"
furo = "^2022.9.29"
sphinx-prompt = "^1.5.0"
Sphinx-Substitution-Extensions = "^2022.2.16"
towncrier = "^22.8.0"
pygments = "^2.4"
pymdown-extensions = "^9.5"
pymdown-extensions = "^9.6"
markdown-include = "^0.7.0"
Pygments = "^2.12.0"
Pygments = "^2.13.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.1.2"
pytest = "^7.1.3"
pytest-html = "^3.1.1"
pytest-asyncio = "^0.19.0"
pytest-lazy-fixture = "^0.6.3"
pytest-mock = "^3.8.2"
pytest-mypy = "^0.9.1"
pytest-cov = "^3.0.0"
pytest-mock = "^3.9.0"
pytest-mypy = "^0.10.0"
pytest-cov = "^4.0.0"
pytest-aiohttp = "^1.0.4"
aresponses = "^2.1.6"
asynctest = "^0.13.0"
[tool.poetry.group.dev.dependencies]
black = "^22.6.0"
black = "^22.8.0"
isort = "^5.10.1"
flake8 = "^5.0.4"
mypy = "^0.981"
@ -168,5 +173,5 @@ name = "Misc"
showcontent = true
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"