Skip to content

Commit fbc9df1

Browse files
committed
Upgrade a few more dependencies
Signed-off-by: tdruez <[email protected]>
1 parent 40aac82 commit fbc9df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ dependencies = [
6868
"go-inspector==0.5.0",
6969
"rust-inspector==0.1.0",
7070
"binary-inspector==0.1.2",
71-
"python-inspector==0.14.2",
71+
"python-inspector==0.14.3",
7272
"source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'",
7373
"aboutcode-toolkit==11.1.1",
7474
# Utilities
7575
"XlsxWriter==3.2.5",
7676
"openpyxl==3.1.5",
7777
"requests==2.32.4",
78-
"GitPython==3.1.44",
78+
"GitPython==3.1.45",
7979
# Profiling
8080
"pyinstrument==5.0.3",
8181
# CycloneDX
@@ -100,7 +100,7 @@ dependencies = [
100100
[project.optional-dependencies]
101101
dev = [
102102
# Validation
103-
"ruff==0.12.4",
103+
"ruff==0.12.5",
104104
"doc8==2.0.0",
105105
# Debug
106106
"django-debug-toolbar==5.2.0",

0 commit comments

Comments
 (0)