Skip to content

Commit

Permalink
build(deps-dev): Bump sphinxext-opengraph from 0.7.4 to 0.7.5 (#148)
Browse files Browse the repository at this point in the history
Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases)
- [Commits](wpilibsuite/sphinxext-opengraph@v0.7.4...v0.7.5)

---
updated-dependencies:
- dependency-name: sphinxext-opengraph
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

As dependabot is not yet properly support poetry groups it is needed to
additionally update `pyproject.toml` file with proposed version updates.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Davydenko <iam@igordavydenko.com>
  • Loading branch information
dependabot[bot] and playpauseandstop committed Feb 23, 2023
1 parent 4c34330 commit 8c24c00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -101,14 +101,14 @@ mypy = "^0.991"
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 8c24c00

Please sign in to comment.