Skip to content

Commit 17bb2e8

Browse files
committed
chore: apply pre-commit and needed 3.13 package updates
1 parent 3e3db99 commit 17bb2e8

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Third Party Software Attributions:
44

55
@@@@============================================================================
66

7-
Library: GitPython - 3.1.42
7+
Library: GitPython - 3.1.45
88
Homepage: https://github.com/gitpython-developers/GitPython
9-
License: BSD License
9+
License: BSD-3-Clause
1010
License Text:
1111

1212
Copyright (C) 2008, 2009 Michael Trier and contributors

git.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,34 +1297,38 @@
12971297
],
12981298
"pip39_dependencies": {
12991299
"wheel": [
1300-
{
1301-
"module": "GitPython",
1302-
"input_file": "wheels/py3/GitPython-3.1.42-py3-none-any.whl"
1303-
},
13041300
{
13051301
"module": "gitdb",
13061302
"input_file": "wheels/py3/gitdb-4.0.12-py3-none-any.whl"
13071303
},
1304+
{
1305+
"module": "gitpython",
1306+
"input_file": "wheels/py3/gitpython-3.1.45-py3-none-any.whl"
1307+
},
13081308
{
13091309
"module": "pycryptodomex",
13101310
"input_file": "wheels/py3/pycryptodomex-3.20.0-cp35-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"
13111311
},
13121312
{
13131313
"module": "smmap",
13141314
"input_file": "wheels/py3/smmap-5.0.2-py3-none-any.whl"
1315+
},
1316+
{
1317+
"module": "typing_extensions",
1318+
"input_file": "wheels/py3/typing_extensions-4.15.0-py3-none-any.whl"
13151319
}
13161320
]
13171321
},
13181322
"pip313_dependencies": {
13191323
"wheel": [
1320-
{
1321-
"module": "GitPython",
1322-
"input_file": "wheels/py3/GitPython-3.1.42-py3-none-any.whl"
1323-
},
13241324
{
13251325
"module": "gitdb",
13261326
"input_file": "wheels/py3/gitdb-4.0.12-py3-none-any.whl"
13271327
},
1328+
{
1329+
"module": "gitpython",
1330+
"input_file": "wheels/py3/gitpython-3.1.45-py3-none-any.whl"
1331+
},
13281332
{
13291333
"module": "pycryptodomex",
13301334
"input_file": "wheels/py3/pycryptodomex-3.20.0-cp35-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
GitPython==3.1.42
1+
GitPython==3.1.45
22
pycryptodomex==3.20.0
-191 KB
Binary file not shown.
203 KB
Binary file not shown.
43.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)