diff options
author | 2022-01-09 19:18:29 +0200 | |
---|---|---|
committer | 2022-01-09 19:18:29 +0200 | |
commit | 1a9f0cf23fd20162fc7bac8e7f8e6cde27016f9b (patch) | |
tree | 681567dd1141adfc7592ae56a13dd181b2b2ad34 | |
parent | Merge pull request #10 from python-discord/dependabot/pip/sphinx-autodoc-type... (diff) | |
parent | Bump gitpython from 3.1.24 to 3.1.25 (diff) |
Merge pull request #11 from python-discord/dependabot/pip/gitpython-3.1.25
Bump gitpython from 3.1.24 to 3.1.25
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index bada8117..8ee44f45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,7 +345,7 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.24" +version = "3.1.25" description = "GitPython is a python library used to interact with Git repositories" category = "dev" optional = false @@ -353,7 +353,6 @@ python-versions = ">=3.7" [package.dependencies] gitdb = ">=4.0.1,<5" -typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\""} [[package]] name = "identify" @@ -941,7 +940,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "c9b62443b7d6a4fbc296e70a78feabf35d5d83ddc1f57864dc2e9b888035e222" +content-hash = "532d676f5ae2914e4517a8c8a48fbbb70b1e04b2791ac1fa882b5ef1a693066a" [metadata.files] aiohttp = [ @@ -1141,8 +1140,8 @@ gitdb = [ {file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"}, ] gitpython = [ - {file = "GitPython-3.1.24-py3-none-any.whl", hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"}, - {file = "GitPython-3.1.24.tar.gz", hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"}, + {file = "GitPython-3.1.25-py3-none-any.whl", hash = "sha256:4f8b0e51713642b83f1eb10136d36a7f2c5278d188c5ae82b144cb1f4e848f0c"}, + {file = "GitPython-3.1.25.tar.gz", hash = "sha256:b923e8952c2fe0d70b129fddd8511acc90b3070c8dddb20d86ca9911a5d0c248"}, ] identify = [ {file = "identify-2.4.0-py2.py3-none-any.whl", hash = "sha256:eba31ca80258de6bb51453084bff4a923187cd2193b9c13710f2516ab30732cc"}, 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" |