From 60a9265efcb548347e9c0b15eb50d73b491bd928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:34:10 +0200 Subject: [PATCH 1/9] chore(deps): update pre-commit hook asottile/pyupgrade to v3.14.0 (#2735) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec2dd732d..9fe14ff74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: exclude: ^legacy/public(?!/js/airtime) - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.14.0 hooks: - id: pyupgrade args: [--py38-plus] From 48da92e88b5590873e779331b57ddf87d29de439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:08:26 +0000 Subject: [PATCH 2/9] chore(deps): update pre-commit hook asottile/pyupgrade to v3.15.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fe14ff74..4ce1dcddd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: exclude: ^legacy/public(?!/js/airtime) - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus] From 4f44dcb33aaf6f807231bdf4bf108070e95586fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:57:37 +0000 Subject: [PATCH 3/9] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.5.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ce1dcddd..d15b12c2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict From c896f0d1032ce14f2c94933764d954692c27d168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:05:18 +0200 Subject: [PATCH 4/9] fix(deps): update dependency friendsofphp/php-cs-fixer to <3.35.2 (#2738) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- legacy/tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/tools/composer.json b/legacy/tools/composer.json index 620ba91b2..eec766b85 100644 --- a/legacy/tools/composer.json +++ b/legacy/tools/composer.json @@ -1,6 +1,6 @@ { "require": { "php": "^7.4", - "friendsofphp/php-cs-fixer": "<3.34.1" + "friendsofphp/php-cs-fixer": "<3.35.2" } } From 55cf6ff22799ad38f39eb92e171eaddcf7ed2e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:01:59 +0200 Subject: [PATCH 5/9] chore(deps): update dependency sentry-sdk to >=1.15.0,<1.33 (#2751) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- analyzer/setup.py | 2 +- api/setup.py | 2 +- playout/setup.py | 2 +- worker/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/analyzer/setup.py b/analyzer/setup.py index 8d8e310e8..c1d16a04c 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -31,7 +31,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False, diff --git a/api/setup.py b/api/setup.py index 61652ede1..cecb3d452 100644 --- a/api/setup.py +++ b/api/setup.py @@ -48,7 +48,7 @@ setup( "requests-mock>=1.10.0,<1.12", ], "sentry": [ - "sentry-sdk[django]>=1.15.0,<1.32", + "sentry-sdk[django]>=1.15.0,<1.33", ], }, ) diff --git a/playout/setup.py b/playout/setup.py index cd3a836ad..a0e831a88 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -42,7 +42,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False, diff --git a/worker/setup.py b/worker/setup.py index 66b79cd09..342fbc839 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -26,7 +26,7 @@ setup( "types-requests>=2.31.0,<2.32", ], "sentry": [ - "sentry-sdk>=1.15.0,<1.32", + "sentry-sdk>=1.15.0,<1.33", ], }, zip_safe=False, From 1107def0e4e45e6b51592f52d643836590ce4091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:02:09 +0200 Subject: [PATCH 6/9] chore(deps): update dependency model_bakery to >=1.10.1,<1.17 (#2753) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index cecb3d452..372e4d225 100644 --- a/api/setup.py +++ b/api/setup.py @@ -41,7 +41,7 @@ setup( "django-coverage-plugin>=3.0.0,<3.2", "django-stubs>=1.14.0,<4.3", "djangorestframework-stubs>=1.8.0,<3.15", - "model_bakery>=1.10.1,<1.16", + "model_bakery>=1.10.1,<1.17", "psycopg[binary]>=3.1.8,<3.2", "pylint-django>=2.5.3,<2.6", "pytest-django>=4.5.2,<4.6", From 537a4ff6717f7c9b14153e7997c5043f50d614e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:02:28 +0200 Subject: [PATCH 7/9] chore(deps): update dependency mypy to v1.6.0 (#2750) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 7360a3a43..3f49f7f3c 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -2,7 +2,7 @@ bandit>=1.7.4,<1.8 black>=23.1.0,<24.0 flake8>=6.0.0,<6.2 isort>=5.12.0,<5.13 -mypy==1.5.1 +mypy==1.6.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 From 5f7836f155e1dc6bf6be4280deaa9a44f60ccfba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:02:37 +0200 Subject: [PATCH 8/9] chore(deps): update dependency django-cors-headers to >=3.14.0,<4.4 (#2749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 458678443..a2362862f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ # Please do not edit this file, edit the setup.py file! # This file is auto-generated by tools/extract_requirements.py. -django-cors-headers>=3.14.0,<4.3 +django-cors-headers>=3.14.0,<4.4 django-filter>=2.4.0,<23.4 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.15 diff --git a/api/setup.py b/api/setup.py index 372e4d225..0938dcbc8 100644 --- a/api/setup.py +++ b/api/setup.py @@ -24,7 +24,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<4.3", + "django-cors-headers>=3.14.0,<4.4", "django-filter>=2.4.0,<23.4", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.15", From 820bb1c7e1f84dd9507149e6533d0d353f3cb12e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:21:58 +0200 Subject: [PATCH 9/9] chore(deps): update dependency pylint to v3 (stable) (#2737) * chore(deps): update dependency pylint to v3 * chore: disable duplicate-code lint error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo --- playout/pyproject.toml | 1 + tools/python-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playout/pyproject.toml b/playout/pyproject.toml index 7c7bcfdc8..73c92a49b 100644 --- a/playout/pyproject.toml +++ b/playout/pyproject.toml @@ -9,6 +9,7 @@ extension-pkg-whitelist = [ "pydantic", ] disable = [ + "duplicate-code", "fixme", "missing-class-docstring", "missing-function-docstring", diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 3f49f7f3c..75acaaae0 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -3,7 +3,7 @@ black>=23.1.0,<24.0 flake8>=6.0.0,<6.2 isort>=5.12.0,<5.13 mypy==1.6.0 -pylint>=2.16.1,<2.18 +pylint>=2.16.1,<3.1 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 pytest>=7.2.1,<7.5