From 5469e54abbbda78afc4bdf6367bd8904ae63eb5b Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Mon, 3 Apr 2023 12:10:35 -0400 Subject: [PATCH] chore: update Python packages --- .github/workflows/ci.yml | 1 + requirements.dev.txt | 6 +++--- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f3e05e..ce006d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/requirements.dev.txt b/requirements.dev.txt index fc0cf07..d693349 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 589e03c..3abcf20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyGObject ~= 3.40 +PyGObject ~= 3.44