Skip to content

Commit e909060

Browse files
authored
Merge branch 'update-deps' of 'https://github.com/jjmerchante/grimoirelab-graal'
Merges #118 Closes #118
2 parents e787c31 + fcd7166 commit e909060

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47+
pip install --upgrade pip
4748
poetry install
48-
poetry run pip install -r requirements_dev.txt
4949
poetry add -D coveralls
50+
poetry run pip install -r requirements_dev.txt
5051
gem install github-linguist -v 7.15
5152
wget https://github.com/fossology/fossology/releases/download/3.11.0/FOSSology-3.11.0-ubuntu-focal.tar.gz
5253
tar -xzf FOSSology-3.11.0-ubuntu-focal.tar.gz

poetry.lock

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ graal = 'graal.bin.graal:main'
4646
python = "^3.7"
4747
lizard = "1.16.6"
4848
pylint = ">=1.8.4"
49-
flake8 = ">=3.7.7"
49+
flake8 = "^4.0.1"
5050
networkx = ">=2.1"
5151
pydot = ">=1.2.4"
5252
bandit = ">=1.4.0"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Update flake8 dependencies
3+
category: other
4+
author: Jose Javier Merchante <[email protected]>
5+
issue: null
6+
notes: >
7+
Update flake8 dependency to ^4.0.1 to be
8+
similar to other Grimoirelab repositories.

0 commit comments

Comments
 (0)