Update setuptools requirement from >=65.5.1 to >=83.0.0 - #16
Open
dependabot[bot] wants to merge 1 commit into
Open
Update setuptools requirement from >=65.5.1 to >=83.0.0#16dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
12 errors and 1 warning
|
isort --check
Process completed with exit code 1.
|
|
black --check
Process completed with exit code 1.
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L106
cellforge/Code_Generation/codex_backend.py:106:24: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L73
cellforge/Code_Generation/codex_backend.py:73:80: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L73
cellforge/Code_Generation/codex_backend.py:73:74: UP006 Use `tuple` instead of `Tuple` for type annotation
help: Replace with `tuple`
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L7
cellforge/Code_Generation/codex_backend.py:7:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L7
cellforge/Code_Generation/codex_backend.py:7:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
ruff:
cellforge/Code_Generation/codex_backend.py#L7
cellforge/Code_Generation/codex_backend.py:7:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
ruff:
cellforge/Code_Generation/base.py#L29
cellforge/Code_Generation/base.py:29:85: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff:
cellforge/Code_Generation/base.py#L29
cellforge/Code_Generation/base.py:29:42: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff:
cellforge/Code_Generation/base.py#L23
cellforge/Code_Generation/base.py:23:24: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff:
cellforge/Code_Generation/base.py#L5
cellforge/Code_Generation/base.py:5:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading