Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rich from 12.6.0 to 13.6.0 in /requirements #753

Merged
merged 1 commit into from
Nov 2, 2023
Merged
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
14 changes: 9 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ charset-normalizer==3.1.0
# requests
click==8.1.3
# via flask
commonmark==0.9.1
# via
# -r requirements.txt
# rich
configargparse==1.5.3
# via locust
exceptiongroup==1.1.3
Expand Down Expand Up @@ -125,10 +121,18 @@ kafka-python @ https://github.com/aiven/kafka-python/archive/1b95333c9628152066f
# aiokafka
locust==2.18.0
# via -r requirements-dev.in
markdown-it-py==3.0.0
# via
# -r requirements.txt
# rich
markupsafe==2.1.3
# via
# jinja2
# werkzeug
mdurl==0.1.2
# via
# -r requirements.txt
# markdown-it-py
msgpack==1.0.5
# via locust
multidict==6.0.4
Expand Down Expand Up @@ -189,7 +193,7 @@ requests==2.31.0
# via
# -r requirements-dev.in
# locust
rich==12.6.0
rich==13.6.0
# via -r requirements.txt
roundrobin==0.0.4
# via locust
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typing-extensions
ujson<6
watchfiles<1
xxhash~=3.3
rich~=12.6.0
rich~=13.6.0
cachetools==5.3.1

# Patched dependencies
Expand Down
8 changes: 5 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ cachetools==5.3.1
# via -r requirements.in
charset-normalizer==3.1.0
# via aiohttp
commonmark==0.9.1
# via rich
exceptiongroup==1.1.3
# via anyio
frozenlist==1.3.3
Expand All @@ -55,6 +53,10 @@ kafka-python @ https://github.com/aiven/kafka-python/archive/1b95333c9628152066f
# via
# -r requirements.in
# aiokafka
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via
# aiohttp
Expand All @@ -77,7 +79,7 @@ referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
rich==12.6.0
rich==13.6.0
# via -r requirements.in
rpds-py==0.9.2
# via
Expand Down