diff options
author | 2022-01-09 17:07:12 +0000 | |
---|---|---|
committer | 2022-01-09 17:07:12 +0000 | |
commit | eb78220efc1f9c1c97d6b85993723dbee13c3534 (patch) | |
tree | 681567dd1141adfc7592ae56a13dd181b2b2ad34 /pyproject.toml | |
parent | Merge pull request #10 from python-discord/dependabot/pip/sphinx-autodoc-type... (diff) |
Bump gitpython from 3.1.24 to 3.1.25
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.25.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25)
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 a1d40852..48e07230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-cov = "3.0.0" pytest-xdist = { version = "2.5.0", extras = ["psutil"] } Sphinx = "4.3.2" tomli = "2.0.0" -GitPython = "3.1.24" +GitPython = "3.1.25" sphinx-autodoc-typehints = "1.14.1" releases = "1.6.3" furo = "2022.1.2" |