Dependencies update

This commit is contained in:
nicolargo 2025-12-06 17:55:24 +01:00
parent f84baaa8df
commit 71b0d4b606
6 changed files with 7256 additions and 7244 deletions

View File

@ -56,7 +56,7 @@ elasticsearch==9.2.0 ; python_full_version >= '3.10'
# via glances
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via anyio
fastapi==0.122.0
fastapi==0.124.0
# via glances
geomet==1.1.0
# via cassandra-driver
@ -70,7 +70,7 @@ ibm-cloud-sdk-core==3.24.2
# via ibmcloudant
ibmcloudant==0.11.0 ; python_full_version < '3.10'
# via glances
ibmcloudant==0.11.1 ; python_full_version >= '3.10'
ibmcloudant==0.11.2 ; python_full_version >= '3.10'
# via glances
idna==3.11
# via
@ -120,13 +120,17 @@ prometheus-client==0.23.1
# via glances
protobuf==4.25.8 ; python_full_version < '3.10'
# via bernhard
protobuf==6.33.1 ; python_full_version >= '3.10'
protobuf==6.33.2 ; python_full_version >= '3.10'
# via bernhard
psutil==7.1.3
# via glances
psycopg==3.2.13
psycopg==3.2.13 ; python_full_version < '3.10'
# via glances
psycopg-binary==3.2.13 ; implementation_name != 'pypy'
psycopg==3.3.1 ; python_full_version >= '3.10'
# via glances
psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name != 'pypy'
# via psycopg
psycopg-binary==3.3.1 ; python_full_version >= '3.10' and implementation_name != 'pypy'
# via psycopg
pyarrow==21.0.0 ; python_full_version < '3.10'
# via influxdb3-python
@ -148,7 +152,7 @@ pyjwt==2.10.1
# ibmcloudant
pymdstat==0.4.3
# via glances
pymongo==4.15.4
pymongo==4.15.5
# via glances
pyreadline3==3.5.4 ; sys_platform == 'win32'
# via humanfriendly
@ -234,7 +238,7 @@ typing-inspection==0.4.2
# via pydantic
tzdata==2025.2 ; sys_platform == 'win32'
# via psycopg
urllib3==2.5.0
urllib3==2.6.0
# via
# docker
# elastic-transport

View File

@ -273,7 +273,7 @@ pillow==12.0.0 ; python_full_version >= '3.10'
# via matplotlib
platformdirs==4.4.0 ; python_full_version < '3.10'
# via virtualenv
platformdirs==4.5.0 ; python_full_version >= '3.10'
platformdirs==4.5.1 ; python_full_version >= '3.10'
# via virtualenv
pluggy==1.6.0
# via pytest
@ -282,7 +282,7 @@ pre-commit==4.5.0 ; python_full_version >= '3.10'
# via
# googleapis-common-protos
# opentelemetry-proto
protobuf==6.33.1 ; python_full_version >= '3.10'
protobuf==6.33.2 ; python_full_version >= '3.10'
protobuf==4.25.8 ; python_full_version < '3.10'
# via
# googleapis-common-protos
@ -359,7 +359,7 @@ rpds-py==0.27.1 ; python_full_version < '3.10'
# via
# jsonschema
# referencing
rpds-py==0.29.0 ; python_full_version >= '3.10'
rpds-py==0.30.0 ; python_full_version >= '3.10'
# via
# jsonschema
# referencing
@ -372,11 +372,11 @@ ruamel-yaml-clib==0.2.14 ; python_full_version >= '3.10' or platform_python_impl
# via
# ruamel-yaml
# semgrep
ruff==0.14.7
ruff==0.14.8
selenium==4.36.0 ; python_full_version < '3.10'
selenium==4.38.0 ; python_full_version >= '3.10'
semgrep==1.136.0 ; python_full_version < '3.10'
semgrep==1.144.0 ; python_full_version >= '3.10'
semgrep==1.145.0 ; python_full_version >= '3.10'
setuptools==80.9.0
# via opentelemetry-instrumentation
shellingham==1.5.4
@ -461,7 +461,7 @@ typing-inspection==0.4.2
# via
# pydantic
# pydantic-settings
urllib3==2.5.0
urllib3==2.6.0
# via
# requests
# selenium

View File

@ -20,7 +20,7 @@ docker==7.1.0
# via glances
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via anyio
fastapi==0.122.0
fastapi==0.124.0
# via glances
h11==0.16.0
# via uvicorn
@ -74,7 +74,7 @@ typing-extensions==4.15.0
# uvicorn
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
urllib3==2.6.0
# via
# docker
# podman

View File

@ -1,16 +1,24 @@
{
"topMenu": ["quicklook", "cpu", "percpu", "gpu", "mem", "memswap", "load"],
"leftMenu": [
"network",
"ports",
"wifi",
"connections",
"diskio",
"fs",
"irq",
"folders",
"raid",
"smart",
"sensors"
]
"topMenu": [
"quicklook",
"cpu",
"percpu",
"gpu",
"mem",
"memswap",
"load"
],
"leftMenu": [
"network",
"ports",
"wifi",
"connections",
"diskio",
"fs",
"irq",
"folders",
"raid",
"smart",
"sensors"
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long