diff options
| author | 2022-04-08 10:47:59 +0000 | |
|---|---|---|
| committer | 2022-04-08 10:47:59 +0000 | |
| commit | e1d0e50145a2e2df8198664867885bbc6b879976 (patch) | |
| tree | 9aa1cc257e661c95f034633791cba8c0e50cf7c6 /pyproject.toml | |
| parent | Merge pull request #55 from python-discord/dependabot/pip/pre-commit-2.18.1 (diff) | |
Bump furo from 2022.3.4 to 2022.4.7
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.3.4 to 2022.4.7.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2022.03.04...2022.04.07)
---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 88e27a70..4561706f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest-xdist = "2.5.0"  Sphinx = "4.5.0"  GitPython = "3.1.27"  sphinx-autodoc-typehints = "1.17.0" -furo = "2022.3.4" +furo = "2022.4.7"  [tool.taskipy.tasks] | 
