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.2 (#151)

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.3.1" 125 + version = "14.3.2" 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.3.1-py3-none-any.whl", hash = "sha256:da750b1aebbff0b372557426fb3f35ba56de8ef954b3190315eb64076d6fb54e"}, 131 - {file = "rich-14.3.1.tar.gz", hash = "sha256:b8c5f568a3a749f9290ec6bddedf835cec33696bfc1e48bcfecb276c7386e4b8"}, 130 + {file = "rich-14.3.2-py3-none-any.whl", hash = "sha256:08e67c3e90884651da3239ea668222d19bea7b589149d8014a21c633420dbb69"}, 131 + {file = "rich-14.3.2.tar.gz", hash = "sha256:e712f11c1a562a11843306f5ed999475f09ac31ffb64281f73ab29ffdda8b3b8"}, 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 = "44659b0a836d151b78e2cabf93da9577360f1833634f65d327b39b02094d5670" 166 + content-hash = "9e53f0fb8e8e934fd653601c50b7cf3993d9506199b31542101c7eff0a791d0b"
+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.3.1" 12 + rich = "^14.3.2" 13 13 docopt = "^0.6.2" 14 14 pyflp = "^2.2.1" 15 15