From bc4e785c994f1761e64d99ff54a71c71208565f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:00:10 +0000 Subject: [PATCH 1/8] chore(deps): update pre-commit hook codespell-project/codespell to v2.2.5 --- .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 558da7ad5..0873ca275 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell args: [--ignore-words=.codespellignore] From a7c4dfd9e7d7d944c3729f6038ab163eed432908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:10:29 +0200 Subject: [PATCH 2/8] chore(deps): update dependency django-cors-headers to >=3.14.0,<4.2 (#2587) 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 bbf0c1413..55d71fd24 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.1 +django-cors-headers>=3.14.0,<4.2 django-filter>=2.4.0,<23.3 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.15 diff --git a/api/setup.py b/api/setup.py index 1b24142eb..4019231ae 100644 --- a/api/setup.py +++ b/api/setup.py @@ -24,7 +24,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<4.1", + "django-cors-headers>=3.14.0,<4.2", "django-filter>=2.4.0,<23.3", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.15", From 0fee24db206e51e2508905a7366777399fc7bc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:10:42 +0200 Subject: [PATCH 3/8] chore(deps): update pre-commit hook adamchainz/django-upgrade to v1.14.0 (#2591) 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 0873ca275..ee88d2581 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [--py38-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.13.0 + rev: 1.14.0 hooks: - id: django-upgrade args: [--target-version, "4.2"] From 7742a7f6b031c0b1799e7eae231b12f69c469893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:05:56 +0200 Subject: [PATCH 4/8] chore(deps): update dependency pytest to >=7.2.1,<7.5 (#2601) 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 e42fb4310..6f49b96b5 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -6,4 +6,4 @@ mypy==1.3.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 -pytest>=7.2.1,<7.4 +pytest>=7.2.1,<7.5 From 66a9e1fb7f7ae8854e781f93cd15d473553f8750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:06:20 +0200 Subject: [PATCH 5/8] chore(deps): update dependency sentry-sdk to >=1.15.0,<1.27 (#2599) 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 cbc47dc01..afcddaba3 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.26", + "sentry-sdk>=1.15.0,<1.27", ], }, zip_safe=False, diff --git a/api/setup.py b/api/setup.py index 4019231ae..50162b4d5 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.26", + "sentry-sdk[django]>=1.15.0,<1.27", ], }, ) diff --git a/playout/setup.py b/playout/setup.py index 1a6c6dced..e71158141 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.26", + "sentry-sdk>=1.15.0,<1.27", ], }, zip_safe=False, diff --git a/worker/setup.py b/worker/setup.py index 785cb186f..2aef0d0ae 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.26", + "sentry-sdk>=1.15.0,<1.27", ], }, zip_safe=False, From 2c78bbcaee64eeceb5a0afb02924fd1170aa2459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:06:45 +0200 Subject: [PATCH 6/8] chore(deps): update dependency mypy to v1.4.0 (#2597) 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 6f49b96b5..7fb46f430 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.1 isort>=5.12.0,<5.13 -mypy==1.3.0 +mypy==1.4.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 From 4d60192c2cde43915d5a49e2410909745896ac70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:08:06 +0200 Subject: [PATCH 7/8] chore(deps): update pre-commit hook asottile/pyupgrade to v3.7.0 (#2593) 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 ee88d2581..7cba332bc 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.6.0 + rev: v3.7.0 hooks: - id: pyupgrade args: [--py38-plus] From 89590fd002fdf4148e91e1b7f42f0be8aa567d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:12:26 +0200 Subject: [PATCH 8/8] chore(deps): update dependency mypy to v1.4.1 (#2603) 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 7fb46f430..1248311a4 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.1 isort>=5.12.0,<5.13 -mypy==1.4.0 +mypy==1.4.1 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4