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

View File

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

View File

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

View File

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