Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gitpython from 3.1.37 to 3.1.41 #852

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 31 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ chardet==5.2.0
charset-normalizer==3.3.2
# via
# -r requirements.txt
# aiohttp
# requests
click==8.1.7
# via
Expand All @@ -80,7 +79,9 @@ click==8.1.7
colorama==0.4.6
# via tox
coverage[toml]==7.4.0
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via
# -r requirements.txt
Expand All @@ -101,14 +102,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.13.1
Expand All @@ -126,7 +131,7 @@ frozenlist==1.4.1
# aiosignal
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
gitpython==3.1.41
# via bandit
gunicorn==21.2.0
# via -r requirements.txt
Expand All @@ -139,9 +144,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.33
# via pre-commit
idna==3.6
Expand Down Expand Up @@ -328,7 +331,6 @@ sniffio==1.3.0
# via
# -r requirements.txt
# anyio
# dnspython
# httpcore
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -340,7 +342,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,23 +368,36 @@ 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.3
# via pylint
tox==4.11.4
# via -r requirements-dev.in
types-python-dateutil==2.8.19.14
# via -r requirements-dev.in
types-pyyaml==6.0.12.12
# via
# -r requirements.txt
# responses
# via -r requirements.txt
types-requests==2.31.0.20231231
# via -r requirements-dev.in
types-ujson==5.9.0.0
# via -r requirements-dev.in
typing-extensions==4.9.0
# via
# -r requirements.txt
# anyio
# astroid
# black
# mypy
# readerwriterlock
ujson==5.9.0
Expand Down
Loading