Skip to content

Commit

Permalink
Merge branch 'main' into docs/various-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop authored Feb 24, 2023
2 parents 123dbf2 + 81847a5 commit 1b03627
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 55 deletions.
98 changes: 47 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,20 @@ async-timeout = "^4.0.2"
yarl = "^1.5.1"

[tool.poetry.group.dev.dependencies]
mypy = "^0.991"
mypy = "^1.0.1"

[tool.poetry.group.docs.dependencies]
furo = "^2022.12.7"
sphinx = "^5.3.0"
sphinx-autobuild = "^2021.3.14"
sphinx-autodoc-typehints = "^1.19.5"
sphinx-autodoc-typehints = "^1.22"
sphinx-copybutton = "^0.5.1"
sphinxext-opengraph = "^0.7.4"
sphinxext-opengraph = "^0.7.5"

[tool.poetry.group.test.dependencies]
coverage = "^6.5.0"
coveralls = "^3.3.1"
pytest = "^7.2.0"
pytest = "^7.2.1"
pytest-aiohttp = "^1.0.4"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 1b03627

Please sign in to comment.