Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Third Party Software Attributions:

@@@@============================================================================

Library: GitPython - 3.1.42
Library: GitPython - 3.1.45
Homepage: https://github.com/gitpython-developers/GitPython
License: BSD License
License: BSD-3-Clause
License Text:

Copyright (C) 2008, 2009 Michael Trier and contributors
Expand Down
20 changes: 12 additions & 8 deletions git.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,34 +1297,38 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "GitPython",
"input_file": "wheels/py3/GitPython-3.1.42-py3-none-any.whl"
},
{
"module": "gitdb",
"input_file": "wheels/py3/gitdb-4.0.12-py3-none-any.whl"
},
{
"module": "gitpython",
"input_file": "wheels/py3/gitpython-3.1.45-py3-none-any.whl"
},
{
"module": "pycryptodomex",
"input_file": "wheels/py3/pycryptodomex-3.20.0-cp35-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "smmap",
"input_file": "wheels/py3/smmap-5.0.2-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.15.0-py3-none-any.whl"
}
]
},
"pip313_dependencies": {
"wheel": [
{
"module": "GitPython",
"input_file": "wheels/py3/GitPython-3.1.42-py3-none-any.whl"
},
{
"module": "gitdb",
"input_file": "wheels/py3/gitdb-4.0.12-py3-none-any.whl"
},
{
"module": "gitpython",
"input_file": "wheels/py3/gitpython-3.1.45-py3-none-any.whl"
},
{
"module": "pycryptodomex",
"input_file": "wheels/py3/pycryptodomex-3.20.0-cp35-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GitPython==3.1.42
GitPython==3.1.45
pycryptodomex==3.20.0
Binary file removed wheels/py3/GitPython-3.1.42-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/gitpython-3.1.45-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Loading