mirror of https://github.com/nicolargo/glances.git
Update requirements files
This commit is contained in:
parent
25da171479
commit
df4b312bec
|
|
@ -38,7 +38,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
|
|||
# pytest
|
||||
coverage==7.10.7 ; python_full_version < '3.10'
|
||||
# via pytest-cov
|
||||
coverage==7.11.1 ; python_full_version >= '3.10'
|
||||
coverage==7.11.3 ; python_full_version >= '3.10'
|
||||
# via pytest-cov
|
||||
cryptography==46.0.3
|
||||
# via pysnmpcrypto
|
||||
|
|
@ -62,7 +62,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
|||
# via
|
||||
# anyio
|
||||
# pytest
|
||||
fastapi==0.121.0
|
||||
fastapi==0.121.1
|
||||
# via glances
|
||||
geomet==1.1.0
|
||||
# via cassandra-driver
|
||||
|
|
@ -172,7 +172,9 @@ pysnmp-lextudio==6.3.0
|
|||
# via glances
|
||||
pysnmpcrypto==0.0.4
|
||||
# via pysnmp-lextudio
|
||||
pytest==8.4.2
|
||||
pytest==8.4.2 ; python_full_version < '3.10'
|
||||
# via pytest-cov
|
||||
pytest==9.0.0 ; python_full_version >= '3.10'
|
||||
# via pytest-cov
|
||||
pytest-cov==4.1.0
|
||||
# via pysnmp-lextudio
|
||||
|
|
|
|||
|
|
@ -273,7 +273,8 @@ platformdirs==4.5.0 ; python_full_version >= '3.10'
|
|||
# via virtualenv
|
||||
pluggy==1.6.0
|
||||
# via pytest
|
||||
pre-commit==4.3.0
|
||||
pre-commit==4.3.0 ; python_full_version < '3.10'
|
||||
pre-commit==4.4.0 ; python_full_version >= '3.10'
|
||||
# via
|
||||
# googleapis-common-protos
|
||||
# opentelemetry-proto
|
||||
|
|
@ -307,7 +308,8 @@ pyparsing==3.2.5
|
|||
pyright==1.1.407
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
pytest==8.4.2
|
||||
pytest==8.4.2 ; python_full_version < '3.10'
|
||||
pytest==9.0.0 ; python_full_version >= '3.10'
|
||||
python-dateutil==2.9.0.post0
|
||||
# via matplotlib
|
||||
python-debian==1.0.1
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ docker==7.1.0
|
|||
# via glances
|
||||
exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
||||
# via anyio
|
||||
fastapi==0.121.0
|
||||
fastapi==0.121.1
|
||||
# via glances
|
||||
h11==0.16.0
|
||||
# via uvicorn
|
||||
|
|
|
|||
Loading…
Reference in New Issue