Update rich requirement from <=13.4.2,>=12.3.0 to >=12.3.0,<=13.5.2 in /requirements (#18305)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-14 14:46:30 +02:00 committed by GitHub
parent 73ccc5c78c
commit ede22b97cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ dateutils <=0.6.12
Jinja2 <=3.1.2 Jinja2 <=3.1.2
PyYAML <=6.0.1 PyYAML <=6.0.1
requests <2.31.1 requests <2.31.1
rich >=12.3.0, <=13.4.2 rich >=12.3.0, <=13.5.2
urllib3 <=2.0.2 urllib3 <=2.0.2
uvicorn <=0.23.2 uvicorn <=0.23.2
websocket-client <1.6.2 websocket-client <1.6.2

View File

@ -6,5 +6,5 @@ matplotlib>3.1, <3.7.3
omegaconf >=2.0.5, <2.4.0 omegaconf >=2.0.5, <2.4.0
hydra-core >=1.0.5, <1.4.0 hydra-core >=1.0.5, <1.4.0
jsonargparse[signatures] >=4.18.0, <4.24.0 # strict jsonargparse[signatures] >=4.18.0, <4.24.0 # strict
rich >=12.3.0, <=13.4.2 rich >=12.3.0, <=13.5.2
tensorboardX >=2.2, <=2.6.2 # min version is set by torch.onnx missing attribute tensorboardX >=2.2, <=2.6.2 # min version is set by torch.onnx missing attribute