Skip to content

Bump gunicorn from 20.1.0 to 22.0.0 #167

Bump gunicorn from 20.1.0 to 22.0.0

Bump gunicorn from 20.1.0 to 22.0.0 #167

Triggered via pull request April 17, 2024 01:03
Status Success
Total duration 37s
Artifacts

checks.yml

on: pull_request
runner / pylint
28s
runner / pylint
runner / misspell
22s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: setup.py#L16
[pylint] reported by reviewdog 🐶 W0122: Use of exec (exec-used) Raw Output: setup.py:16:0: W0122: Use of exec (exec-used)
runner / pylint: setup.py#L16
[pylint] reported by reviewdog 🐶 R1732: Consider using 'with' for resource-allocating operations (consider-using-with) Raw Output: setup.py:16:5: R1732: Consider using 'with' for resource-allocating operations (consider-using-with)
runner / pylint: setup.py#L16
[pylint] reported by reviewdog 🐶 W1514: Using open without explicitly specifying an encoding (unspecified-encoding) Raw Output: setup.py:16:5: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
runner / pylint: setup.py#L19
[pylint] reported by reviewdog 🐶 E0602: Undefined variable '__slug__' (undefined-variable) Raw Output: setup.py:19:9: E0602: Undefined variable '__slug__' (undefined-variable)
runner / pylint: setup.py#L20
[pylint] reported by reviewdog 🐶 E0602: Undefined variable '__version__' (undefined-variable) Raw Output: setup.py:20:12: E0602: Undefined variable '__version__' (undefined-variable)
runner / pylint: setup.py#L22
[pylint] reported by reviewdog 🐶 E0602: Undefined variable '__short_description__' (undefined-variable) Raw Output: setup.py:22:16: E0602: Undefined variable '__short_description__' (undefined-variable)
runner / pylint: setup.py#L24
[pylint] reported by reviewdog 🐶 E0602: Undefined variable '__url__' (undefined-variable) Raw Output: setup.py:24:8: E0602: Undefined variable '__url__' (undefined-variable)
runner / pylint: setup.py#L28
[pylint] reported by reviewdog 🐶 E0602: Undefined variable '__license__' (undefined-variable) Raw Output: setup.py:28:12: E0602: Undefined variable '__license__' (undefined-variable)
runner / pylint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
runner / pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/