Skip to content

Commit

Permalink
Bump gitpython from 3.1.37 to 3.1.41
Browse files Browse the repository at this point in the history
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](gitpython-developers/GitPython@3.1.37...3.1.41)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 2930683 commit 28a635f
Showing 1 changed file with 30 additions and 8 deletions.
38 changes: 30 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -101,14 +103,18 @@ dnspython==2.4.2
# via
# -r requirements.txt
# pymongo
docutils>=0.18.1
docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -328,7 +332,6 @@ sniffio==1.3.0
# via
# -r requirements.txt
# anyio
# dnspython
# httpcore
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 28a635f

Please sign in to comment.