chore: update Python packages

This commit is contained in:
Romain Failliot 2023-04-03 12:10:35 -04:00
parent b6571a23e6
commit 5469e54abb
3 changed files with 5 additions and 4 deletions

View File

@ -25,6 +25,7 @@ jobs:
run: |
sudo apt-get -y install libgirepository1.0-dev
pip install -r requirements.dev.txt
pip list
- name: Flake8
run: |

View File

@ -1,4 +1,4 @@
-r requirements.txt
flake8 ~= 3.8
flake8-noqa ~= 1.2
mypy ~= 0.910
flake8 ~= 6.0
flake8-noqa ~= 1.3
mypy ~= 1.1

View File

@ -1 +1 @@
PyGObject ~= 3.40
PyGObject ~= 3.44