From 8e43fb4f68e3ca435445cc84ef4c3a0c5e32eb42 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 02:16:00 +0000 Subject: [PATCH 1/5] chore: pre-commit autoupdate (#8573) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.4.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.55.0...v9.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.4.8) * Keep eslint at v8.55.0 I tried to update it to v9.1.0, and it went poorly. There's a new config file format, and even once I sorted that out there's an upstream bug in the `globals` package that we'd have to work around, and then after that there are issues with our plugins, and lint failures. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Will Da Silva --- .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 94b0597ffa..0c7b21b8ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: - "prettier@3.0.0" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.4.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] From 3df3abbbaf2cdf355a9ac6ca172cb812ad3ee4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:53:20 -0400 Subject: [PATCH 2/5] chore(deps): bump msal from 1.26.0 to 1.28.0 (#8576) Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.26.0 to 1.28.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.26.0...1.28.0) --- updated-dependencies: - dependency-name: msal dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 82b88a8253..f507c13ecd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2067,22 +2067,22 @@ xray = ["aws-xray-sdk (>=0.93,!=0.96)", "setuptools"] [[package]] name = "msal" -version = "1.26.0" +version = "1.28.0" description = "The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect." -optional = true -python-versions = ">=2.7" +optional = false +python-versions = ">=3.7" files = [ - {file = "msal-1.26.0-py2.py3-none-any.whl", hash = "sha256:be77ba6a8f49c9ff598bbcdc5dfcf1c9842f3044300109af738e8c3e371065b5"}, - {file = "msal-1.26.0.tar.gz", hash = "sha256:224756079fe338be838737682b49f8ebc20a87c1c5eeaf590daae4532b83de15"}, + {file = "msal-1.28.0-py3-none-any.whl", hash = "sha256:3064f80221a21cd535ad8c3fafbb3a3582cd9c7e9af0bb789ae14f726a0ca99b"}, + {file = "msal-1.28.0.tar.gz", hash = "sha256:80bbabe34567cb734efd2ec1869b2d98195c927455369d8077b3c542088c5c9d"}, ] [package.dependencies] -cryptography = ">=0.6,<44" +cryptography = ">=0.6,<45" PyJWT = {version = ">=1.0.0,<3", extras = ["crypto"]} requests = ">=2.0.0,<3" [package.extras] -broker = ["pymsalruntime (>=0.13.2,<0.14)"] +broker = ["pymsalruntime (>=0.13.2,<0.15)"] [[package]] name = "msal-extensions" From 099e54dd926fc1482650edd887c7ebc704db4644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:53:32 -0400 Subject: [PATCH 3/5] chore(deps): bump azure-identity from 1.16.0 to 1.16.1 (#8575) Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.16.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f507c13ecd..b780a75080 100644 --- a/poetry.lock +++ b/poetry.lock @@ -218,13 +218,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.16.0" +version = "1.16.1" description = "Microsoft Azure Identity Library for Python" optional = true python-versions = ">=3.8" files = [ - {file = "azure-identity-1.16.0.tar.gz", hash = "sha256:6ff1d667cdcd81da1ceab42f80a0be63ca846629f518a922f7317a7e3c844e1b"}, - {file = "azure_identity-1.16.0-py3-none-any.whl", hash = "sha256:722fdb60b8fdd55fa44dc378b8072f4b419b56a5e54c0de391f644949f3a826f"}, + {file = "azure-identity-1.16.1.tar.gz", hash = "sha256:6d93f04468f240d59246d8afde3091494a5040d4f141cad0f49fc0c399d0d91e"}, + {file = "azure_identity-1.16.1-py3-none-any.whl", hash = "sha256:8fb07c25642cd4ac422559a8b50d3e77f73dcc2bbfaba419d06d6c9d7cff6726"}, ] [package.dependencies] @@ -4463,4 +4463,4 @@ uv = ["uv"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "ac05737cdc590ea68984f7086057d28e3c6ac97849a60225cd7d9d4ca400fff8" +content-hash = "52f3f9a571445a7373743ca707fd73369c4267f9fc55e28d20d072bae1d7f60b" diff --git a/pyproject.toml b/pyproject.toml index ca1cc2841f..01b9ea7b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ alembic = "^1.13.1" atomicwrites = "^1.2.1" azure-common = {version = "^1.1.28", optional = true} azure-core = {version = "^1.30.1", optional = true} -azure-identity = {version = "^1.16.0", optional = true} +azure-identity = {version = "^1.16.1", optional = true} azure-storage-blob = {version = "^12.20.0", optional = true} boto3 = {version = "^1.34.117", optional = true} check-jsonschema = "^0.28.4" From f505a24d8ac9d0488e4d8f99159271381b92574d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:59:54 -0400 Subject: [PATCH 4/5] chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs (#8577) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index bc6b21e1e5..bccce92462 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "docs.meltano.com", - "version": "3.3.2", + "version": "3.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docs.meltano.com", - "version": "3.3.2", + "version": "3.4.2", "license": "MIT", "dependencies": { "@docusaurus/core": "2.4.1", @@ -4845,11 +4845,11 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -7388,9 +7388,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dependencies": { "to-regex-range": "^5.0.1" }, From d8a6b423a554db48ec7f6a86dbe90ca4694cc446 Mon Sep 17 00:00:00 2001 From: "Taylor A. Murphy" Date: Thu, 13 Jun 2024 09:01:19 -0500 Subject: [PATCH 5/5] docs: Update `environments.md` to fix link (#8578) Update environments.md --- docs/docs/concepts/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/environments.md b/docs/docs/concepts/environments.md index 1751e9f153..d9f52fbdb7 100644 --- a/docs/docs/concepts/environments.md +++ b/docs/docs/concepts/environments.md @@ -80,7 +80,7 @@ plugins: ## Inheritance -Environments are most powerful when [inheriting](plugins#plugin-inheritance) from a base plugin definition. +Environments are most powerful when [inheriting](/concepts/plugins/#plugin-inheritance) from a base plugin definition. Configuration that is set in an environment can be used to add or override configuration set in the base plugin configuration. This enables reuse of configuration common to multiple environments while making it easy to switch configuration for a specific environment.