Skip to content

Commit

Permalink
Don't specify rich version
Browse files Browse the repository at this point in the history
Let it resolve to the latest version available.

Signed-off-by: Urvashi Mohnani <[email protected]>
  • Loading branch information
umohnani8 committed Dec 20, 2023
1 parent d6342f8 commit cad37b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sphinx
tomli>=1.2.3; python_version<'3.11'
urllib3
wheel
rich >= 12.5.1
rich
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
requests >=2.24
tomli>=1.2.3; python_version<'3.11'
urllib3
rich >= 12.5.1
rich

# typing_extensions are included for RHEL 8.5
# typing_extensions;python_version<'3.8'
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pylint
pytest
requests-mock >= 1.11.0
tox
rich >= 12.5.1
rich

0 comments on commit cad37b3

Please sign in to comment.