Merge branch 'master' into fix/ida75compat

This commit is contained in:
Moritz
2024-09-17 16:31:48 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ dev = [
"types-termcolor==1.1.4",
"types-psutil==6.0.0.20240901",
"types_requests==2.32.0.20240712",
"types-protobuf==5.27.0.20240626",
"types-protobuf==5.27.0.20240907",
"deptry==0.20.0"
]
build = [
@@ -160,7 +160,7 @@ build = [
# and should not conflict with other libraries/tooling.
"pyinstaller==6.10.0",
"setuptools==70.0.0",
"build==1.2.1"
"build==1.2.2"
]
scripts = [
"jschema_to_python==1.2.3",

View File

@@ -26,8 +26,8 @@ protobuf==5.27.3
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.22
pydantic==2.7.3
pydantic-core==2.18.4
pydantic==2.9.1
pydantic-core==2.23.3
xmltodict==0.13.0
pyelftools==0.31
pygments==2.18.0