From 2e5b925d623c26cbed2aa433d74b8faca6faab15 Mon Sep 17 00:00:00 2001
From: Airbyte
Date: Sun, 15 Sep 2024 03:20:05 +0300
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20source-yandex-metrica:=20run=20u?=
=?UTF-8?q?p-to-date=20pipeline=20[2024-09-14]=20(#45536)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../source-yandex-metrica/metadata.yaml | 2 +-
.../source-yandex-metrica/poetry.lock | 33 ++++++++++---------
.../source-yandex-metrica/pyproject.toml | 2 +-
docs/integrations/sources/yandex-metrica.md | 1 +
4 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/airbyte-integrations/connectors/source-yandex-metrica/metadata.yaml b/airbyte-integrations/connectors/source-yandex-metrica/metadata.yaml
index 045584bd937bf..a0b06d50fb45b 100644
--- a/airbyte-integrations/connectors/source-yandex-metrica/metadata.yaml
+++ b/airbyte-integrations/connectors/source-yandex-metrica/metadata.yaml
@@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 7865dce4-2211-4f6a-88e5-9d0fe161afe7
- dockerImageTag: 1.0.16
+ dockerImageTag: 1.0.17
dockerRepository: airbyte/source-yandex-metrica
documentationUrl: https://docs.airbyte.com/integrations/sources/yandex-metrica
githubIssueLabel: source-yandex-metrica
diff --git a/airbyte-integrations/connectors/source-yandex-metrica/poetry.lock b/airbyte-integrations/connectors/source-yandex-metrica/poetry.lock
index 90d910e613731..6ecd8318226bb 100644
--- a/airbyte-integrations/connectors/source-yandex-metrica/poetry.lock
+++ b/airbyte-integrations/connectors/source-yandex-metrica/poetry.lock
@@ -114,13 +114,13 @@ files = [
[[package]]
name = "cattrs"
-version = "24.1.0"
+version = "24.1.1"
description = "Composable complex class support for attrs and dataclasses."
optional = false
python-versions = ">=3.8"
files = [
- {file = "cattrs-24.1.0-py3-none-any.whl", hash = "sha256:043bb8af72596432a7df63abcff0055ac0f198a4d2e95af8db5a936a7074a761"},
- {file = "cattrs-24.1.0.tar.gz", hash = "sha256:8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e"},
+ {file = "cattrs-24.1.1-py3-none-any.whl", hash = "sha256:ec8ce8fdc725de9d07547cd616f968670687c6fa7a2e263b088370c46d834d97"},
+ {file = "cattrs-24.1.1.tar.gz", hash = "sha256:16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08"},
]
[package.dependencies]
@@ -327,15 +327,18 @@ files = [
[[package]]
name = "idna"
-version = "3.8"
+version = "3.9"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"},
- {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"},
+ {file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"},
+ {file = "idna-3.9.tar.gz", hash = "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124"},
]
+[package.extras]
+all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
+
[[package]]
name = "iniconfig"
version = "2.0.0"
@@ -526,19 +529,19 @@ pytzdata = ">=2020.1"
[[package]]
name = "platformdirs"
-version = "4.2.2"
+version = "4.3.3"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
python-versions = ">=3.8"
files = [
- {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"},
- {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"},
+ {file = "platformdirs-4.3.3-py3-none-any.whl", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5"},
+ {file = "platformdirs-4.3.3.tar.gz", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"},
]
[package.extras]
-docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"]
-test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)"]
-type = ["mypy (>=1.8)"]
+docs = ["furo (>=2024.8.6)", "proselint (>=0.14)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.4)"]
+test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=8.3.2)", "pytest-cov (>=5)", "pytest-mock (>=3.14)"]
+type = ["mypy (>=1.11.2)"]
[[package]]
name = "pluggy"
@@ -946,13 +949,13 @@ six = "*"
[[package]]
name = "urllib3"
-version = "2.2.2"
+version = "2.2.3"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.8"
files = [
- {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"},
- {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"},
+ {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"},
+ {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"},
]
[package.extras]
diff --git a/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml b/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml
index dc9ca94ceced6..5e863d02829f4 100644
--- a/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml
+++ b/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
-version = "1.0.16"
+version = "1.0.17"
name = "source-yandex-metrica"
description = "Source implementation for Yandex Metrica."
authors = [ "Airbyte ",]
diff --git a/docs/integrations/sources/yandex-metrica.md b/docs/integrations/sources/yandex-metrica.md
index 16d70341f8bd3..80b624b346ca0 100644
--- a/docs/integrations/sources/yandex-metrica.md
+++ b/docs/integrations/sources/yandex-metrica.md
@@ -92,6 +92,7 @@ Because of the way API works some syncs may take a long time to finish. Timeout
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
+| 1.0.17 | 2024-09-14 | [45536](https://github.com/airbytehq/airbyte/pull/45536) | Update dependencies |
| 1.0.16 | 2024-09-07 | [45315](https://github.com/airbytehq/airbyte/pull/45315) | Update dependencies |
| 1.0.15 | 2024-08-31 | [44702](https://github.com/airbytehq/airbyte/pull/44702) | Update dependencies |
| 1.0.14 | 2024-08-17 | [44291](https://github.com/airbytehq/airbyte/pull/44291) | Update dependencies |