This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update dependency rich to ^14.3.1 (#148)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+5 -5
+4 -4
research/poetry.lock
··· 122 122 123 123 [[package]] 124 124 name = "rich" 125 - version = "14.2.0" 125 + version = "14.3.1" 126 126 description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" 127 127 optional = false 128 128 python-versions = ">=3.8.0" 129 129 files = [ 130 - {file = "rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, 131 - {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, 130 + {file = "rich-14.3.1-py3-none-any.whl", hash = "sha256:da750b1aebbff0b372557426fb3f35ba56de8ef954b3190315eb64076d6fb54e"}, 131 + {file = "rich-14.3.1.tar.gz", hash = "sha256:b8c5f568a3a749f9290ec6bddedf835cec33696bfc1e48bcfecb276c7386e4b8"}, 132 132 ] 133 133 134 134 [package.dependencies] ··· 163 163 [metadata] 164 164 lock-version = "2.0" 165 165 python-versions = "^3.14.2, <3.15" 166 - content-hash = "cd6ece58c116b6ea95e84f8e755821e9637c15f8345240913d2fe00b8fba71c3" 166 + content-hash = "44659b0a836d151b78e2cabf93da9577360f1833634f65d327b39b02094d5670"
+1 -1
research/pyproject.toml
··· 9 9 [tool.poetry.dependencies] 10 10 python = "^3.14.2, <3.15" 11 11 flpinspect = "^0.1.0" 12 - rich = "^14.2.0" 12 + rich = "^14.3.1" 13 13 docopt = "^0.6.2" 14 14 pyflp = "^2.2.1" 15 15