From 28a635f54c1027d57e05a527c6442d9910ecb65f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:04:18 +0000 Subject: [PATCH] Bump gitpython from 3.1.37 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. - [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.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b2eb46c21..8605667e3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -80,14 +80,16 @@ click==8.1.7 colorama==0.4.6 # via tox coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov cryptography==41.0.4 # via # -r requirements.txt # authlib # cryptojwt # pyopenssl -cryptojwt~=1.6.1 +cryptojwt==1.6.1 # via # -r requirements.txt # oidcmsg @@ -101,7 +103,7 @@ dnspython==2.4.2 # via # -r requirements.txt # pymongo -docutils>=0.18.1 +docutils==0.18.1 # via # sphinx # sphinx-rtd-theme @@ -109,6 +111,10 @@ elementpath==4.1.5 # via # -r requirements.txt # xmlschema +exceptiongroup==1.2.0 + # via + # anyio + # pytest execnet==2.0.2 # via pytest-xdist filelock==3.12.4 @@ -126,7 +132,7 @@ frozenlist==1.4.0 # aiosignal gitdb==4.0.10 # via gitpython -gitpython==3.1.37 +gitpython==3.1.41 # via bandit gunicorn==21.2.0 # via -r requirements.txt @@ -139,9 +145,7 @@ honcho==1.1.0 html5lib==1.1 # via pyspelling httpcore==0.18.0 - # via - # -r requirements.txt - # dnspython + # via -r requirements.txt identify==2.5.30 # via pre-commit idna==3.4 @@ -328,7 +332,6 @@ sniffio==1.3.0 # via # -r requirements.txt # anyio - # dnspython # httpcore snowballstemmer==2.2.0 # via sphinx @@ -340,7 +343,12 @@ sphinx==6.2.1 # via # -r requirements-dev.in # sphinx-rtd-theme + # sphinxcontrib-applehelp + # sphinxcontrib-devhelp + # sphinxcontrib-htmlhelp # sphinxcontrib-jquery + # sphinxcontrib-qthelp + # sphinxcontrib-serializinghtml sphinx-rtd-theme==1.3.0 # via -r requirements-dev.in sphinxcontrib-applehelp==1.0.7 @@ -361,6 +369,18 @@ stevedore==5.1.0 # via bandit toml==0.10.2 # via vulture +tomli==2.0.1 + # via + # black + # build + # coverage + # mypy + # pip-tools + # pylint + # pyproject-api + # pyproject-hooks + # pytest + # tox tomlkit==0.12.1 # via pylint tox==4.11.3 @@ -378,6 +398,8 @@ types-ujson==5.8.0.1 typing-extensions==4.8.0 # via # -r requirements.txt + # astroid + # black # mypy # readerwriterlock ujson==5.8.0