diff --git a/NOTICE b/NOTICE index c70bc1d..418fb3b 100644 --- a/NOTICE +++ b/NOTICE @@ -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 diff --git a/git.json b/git.json index 8676b58..667a741 100644 --- a/git.json +++ b/git.json @@ -1297,14 +1297,14 @@ ], "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" @@ -1312,19 +1312,23 @@ { "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" diff --git a/requirements.txt b/requirements.txt index 7927a74..ea4f237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.1.42 +GitPython==3.1.45 pycryptodomex==3.20.0 diff --git a/wheels/py3/GitPython-3.1.42-py3-none-any.whl b/wheels/py3/GitPython-3.1.42-py3-none-any.whl deleted file mode 100644 index 2937cf3..0000000 Binary files a/wheels/py3/GitPython-3.1.42-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/gitpython-3.1.45-py3-none-any.whl b/wheels/py3/gitpython-3.1.45-py3-none-any.whl new file mode 100644 index 0000000..8f3784a Binary files /dev/null and b/wheels/py3/gitpython-3.1.45-py3-none-any.whl differ diff --git a/wheels/py3/typing_extensions-4.15.0-py3-none-any.whl b/wheels/py3/typing_extensions-4.15.0-py3-none-any.whl new file mode 100644 index 0000000..5fec9ca Binary files /dev/null and b/wheels/py3/typing_extensions-4.15.0-py3-none-any.whl differ