this repo has no description
3
fork

Configure Feed

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

⬆️ Update Python to ^3.14.2, <3.15 (#111)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
bedb7e2c b3f0b13d

+3 -3
+2 -2
research/poetry.lock
··· 162 162 163 163 [metadata] 164 164 lock-version = "2.0" 165 - python-versions = "^3.14.1, <3.15" 166 - content-hash = "c5f35cc0025248f2781afafbf41231754066ca36de2a6bc0f2031e5c57a1c89a" 165 + python-versions = "^3.14.2, <3.15" 166 + content-hash = "cd6ece58c116b6ea95e84f8e755821e9637c15f8345240913d2fe00b8fba71c3"
+1 -1
research/pyproject.toml
··· 7 7 readme = "README.md" 8 8 9 9 [tool.poetry.dependencies] 10 - python = "^3.14.1, <3.15" 10 + python = "^3.14.2, <3.15" 11 11 flpinspect = "^0.1.0" 12 12 rich = "^14.2.0" 13 13 docopt = "^0.6.2"