From 738a801ae546d77886bcf940af20eab6505c0469 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:57:16 +0000 Subject: [PATCH 1/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.12.0 → 24.2.0](https://github.com/psf/black/compare/23.12.0...24.2.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d372acaa..305496af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -23,7 +23,7 @@ repos: - id: mixed-line-ending args: ["--fix=lf"] - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 name: flake8 except __init__.py @@ -34,7 +34,7 @@ repos: args: [--extend-ignore=F401] # ignore imported unused in __init__.py files: __init__.py - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade - repo: https://github.com/asottile/seed-isort-config From 91388a9a8df717100f431e8a6049a2cda598cd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:12:57 +0000 Subject: [PATCH 2/4] Bump cryptography from 41.0.6 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9c9ad1e..f2caa3da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 commonmark==0.9.1 -cryptography==41.0.6 +cryptography==42.0.4 docutils==0.19 flower==1.2.0 frozenlist==1.3.1 From 5d18092cbe2a7d0ba55a4fc264bbe542205c9b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 17 Mar 2024 19:36:02 +0100 Subject: [PATCH 3/4] Normalize pinned dependencies names --- requirements-test.txt | 2 +- requirements.txt | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index b4c408c2..650b50d3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -8,6 +8,6 @@ pytest-asyncio==0.19.0 pytest-cov==4.0.0 pytest-mock==3.9.0 pytest-vcr==1.0.2 -PyYAML==6.0 +pyyaml==6.0 vcrpy==4.2.1 wrapt==1.15.0 diff --git a/requirements.txt b/requirements.txt index f2caa3da..9ce9cea5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,25 +21,27 @@ docutils==0.19 flower==1.2.0 frozenlist==1.3.1 gidgethub==5.2.0 -github3.py==3.2.0 +github3-py==3.2.0 humanize==4.4.0 idna==3.4 importlib-metadata==5.0.0 -jaraco.classes==3.2.3 +importlib-resources==6.3.1 +jaraco-classes==3.2.3 jeepney==0.8.0 keyring==23.9.3 kombu==5.2.4 lxml==4.9.1 +manifestoo-core==1.5 more-itertools==8.14.0 multidict==6.0.2 -OdooRPC==0.8.0 +odoorpc==0.8.0 packaging==23.1 pkginfo==1.8.3 prometheus-client==0.14.1 prompt-toolkit==3.0.31 pycparser==2.21 -Pygments==2.15.0 -PyJWT==2.5.0 +pygments==2.15.0 +pyjwt==2.5.0 python-dateutil==2.8.2 pytz==2022.4 raven==6.10.0 @@ -49,7 +51,8 @@ requests==2.31.0 requests-toolbelt==0.9.1 rfc3986==2.0.0 rich==12.5.1 -SecretStorage==3.3.3 +secretstorage==3.3.3 +setuptools==56.0.0 setuptools-odoo==3.1.6 setuptools-scm==7.0.5 six==1.16.0 @@ -57,11 +60,13 @@ tomli==2.0.1 tornado==6.3.3 twine==4.0.1 types-cryptography==3.3.23 -typing_extensions==4.3.0 +typing-extensions==4.3.0 uritemplate==4.1.1 urllib3==1.26.18 vine==5.0.0 wcwidth==0.2.5 webencodings==0.5.1 +wheel==0.43.0 +whool==1.0 yarl==1.8.1 zipp==3.8.1 From 6052e1af5d7c0ce6b88afe48704c58da9802fd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 17 Mar 2024 19:37:30 +0100 Subject: [PATCH 4/4] Dockerfile: upgrade maintainer-tools To get the latest oca-towncrier with markdown support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b149c77d..0c13dbbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN set -x \ && python3 -m venv /ocamt \ && /ocamt/bin/pip install --no-cache-dir -U pip wheel RUN set -x \ - && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@9a170331575a265c092ee6b24b845ec508e8ef75#egg=oca-maintainers-tools \ + && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@400ffa99242c8b225ab4d34de78721a68b292a61#egg=oca-maintainers-tools \ && ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \ && ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \ && ln -s /ocamt/bin/oca-gen-metapackage /usr/local/bin/ \