This repository has no description
0

Configure Feed

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

⬆️ Update dependency rich to v14 (#24)

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

+6 -7
+5 -6
research/poetry.lock
··· 135 135 136 136 [[package]] 137 137 name = "rich" 138 - version = "13.7.1" 138 + version = "14.2.0" 139 139 description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" 140 140 optional = false 141 - python-versions = ">=3.7.0" 141 + python-versions = ">=3.8.0" 142 142 files = [ 143 - {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, 144 - {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, 143 + {file = "rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, 144 + {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, 145 145 ] 146 146 147 147 [package.dependencies] 148 148 markdown-it-py = ">=2.2.0" 149 149 pygments = ">=2.13.0,<3.0.0" 150 - typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""} 151 150 152 151 [package.extras] 153 152 jupyter = ["ipywidgets (>=7.5.1,<9)"] ··· 177 176 [metadata] 178 177 lock-version = "2.0" 179 178 python-versions = "^3.8,<3.11" 180 - content-hash = "f8081603e9fb04e5df8b93977c7c2da2e4c0d94e27735fb5a1666e248a642c6f" 179 + content-hash = "ea1e522705e1c875ae4bb88ceca051007fc779ef5936fc27f5fc5022ce2c9daf"
+1 -1
research/pyproject.toml
··· 9 9 [tool.poetry.dependencies] 10 10 python = "^3.8,<3.11" 11 11 flpinspect = "^0.1.0" 12 - rich = "^13.7.0" 12 + rich = "^14.2.0" 13 13 docopt = "^0.6.2" 14 14 pyflp = "^2.2.1" 15 15