chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

CI is broken because of old python dependency #109

Closed vchrombie closed 2 years ago

vchrombie commented 2 years ago

The CI builds were failing

Collecting bandit>=1.4.0 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/1b/b7/be70ee3cc87607ffc474d95ca0ce4d06c2fcad8163cc6b47a99470f09826/bandit-1.7.2-py3-none-any.whl (113kB)
bandit requires Python '>=3.7' but the running Python is 3.6.15

The support for Python 3.6 has officially ended on 23 Dec 2021. I think it makes sense to remove 3.6 and add other versions if needed.

vchrombie commented 2 years ago

Related to https://github.com/chaoss/grimoirelab/issues/460

vchrombie commented 2 years ago

This issue is fixed in the PR https://github.com/chaoss/grimoirelab-graal/pull/111