Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ chartpress==1.3.0
requests==2.28.1

# rich is used by extra_scripts/count-auth0-apps.py
rich==12.5.1
rich==13.3.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonschema==4.14.0

# rich and py-markdown-table are used for pretty printing outputs that would otherwise
# be difficult to parse by a human
rich==12.5.1
rich==13.3.2
py-markdown-table==0.3.1

# jhub_client, pytest, and pytest-asyncio are used for our health checks
Expand Down