Skip to content

Commit

Permalink
build(deps): bump rich from 12.6.0 to 13.6.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 12.6.0 to 13.6.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v12.6.0...v13.6.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 8eaa056 commit d1ea49a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
21 changes: 15 additions & 6 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,11 @@ 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
# via
# -r requirements.txt
# anyio
# hypothesis
# pytest
Expand Down Expand Up @@ -101,6 +98,7 @@ importlib-metadata==6.8.0
# via flask
importlib-resources==6.1.0
# via
# -r requirements.txt
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
Expand All @@ -123,10 +121,18 @@ kafka-python @ https://github.com/aiven/kafka-python/archive/1b95333c9628152066f
# aiokafka
locust==2.16.1
# 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 All @@ -144,7 +150,9 @@ packaging==23.1
pdbpp==0.10.3
# via -r requirements-dev.in
pkgutil-resolve-name==1.3.10
# via jsonschema
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
# via pytest
protobuf==3.20.3
Expand Down Expand Up @@ -185,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 Expand Up @@ -239,6 +247,7 @@ yarl==1.9.2
# aiohttp
zipp==3.17.0
# via
# -r requirements.txt
# importlib-metadata
# importlib-resources
zope-event==5.0
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
22 changes: 18 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ 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
# via
# aiohttp
Expand All @@ -39,6 +39,10 @@ idna==3.4
# via
# anyio
# yarl
importlib-resources==6.1.0
# via
# jsonschema
# jsonschema-specifications
isodate==0.6.1
# via -r requirements.in
jsonschema==4.18.4
Expand All @@ -49,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 @@ -57,6 +65,8 @@ networkx==3.1
# via -r requirements.in
packaging==23.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==3.20.3
# via -r requirements.in
pygments==2.15.1
Expand All @@ -69,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 All @@ -84,7 +94,9 @@ sniffio==1.3.0
tenacity==8.2.3
# via -r requirements.in
typing-extensions==4.6.3
# via -r requirements.in
# via
# -r requirements.in
# rich
ujson==5.8.0
# via -r requirements.in
watchfiles==0.20.0
Expand All @@ -93,3 +105,5 @@ xxhash==3.3.0
# via -r requirements.in
yarl==1.9.2
# via aiohttp
zipp==3.17.0
# via importlib-resources

0 comments on commit d1ea49a

Please sign in to comment.