From d3e1072e6102dec0b5576db74f7368210e47f5d6 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 24 Aug 2024 10:43:16 -0400 Subject: [PATCH] chore: update pypi packages --- CHANGELOG.md | 1 + requirements.dev.txt | 6 +++--- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b5fee2..71337fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Translation: update Italian translation (@albanobattistella) - Translation: update Portuguese translation (@hugok79) - Translation: add 'nl' in LINGUAS (@hugok79) +- Update pypi packages (@MightyCreak) ## 0.9.0 - 2024-01-13 diff --git a/requirements.dev.txt b/requirements.dev.txt index d6933497..36c9add1 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -r requirements.txt -flake8 ~= 6.0 -flake8-noqa ~= 1.3 -mypy ~= 1.1 +flake8 ~= 7.0 +flake8-noqa ~= 1.4 +mypy ~= 1.11 diff --git a/requirements.txt b/requirements.txt index 3abcf20d..c7edac4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyGObject ~= 3.44 +PyGObject ~= 3.48