1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-rki-covid: run up-to-date pipeline [2025-04-12] (#57951)

This commit is contained in:
Airbyte
2025-04-13 07:36:46 +03:00
committed by GitHub
parent 3d5ac5aa52
commit 522b127aff
4 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d78e5de0-aa44-4744-aa4f-74c818ccfe19
dockerImageTag: 0.1.37
dockerImageTag: 0.1.38
dockerRepository: airbyte/source-rki-covid
githubIssueLabel: source-rki-covid
icon: rki.svg

View File

@@ -927,13 +927,13 @@ files = [
[[package]]
name = "typing-extensions"
version = "4.13.1"
version = "4.13.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
{file = "typing_extensions-4.13.1-py3-none-any.whl", hash = "sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69"},
{file = "typing_extensions-4.13.1.tar.gz", hash = "sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"},
{file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"},
{file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"},
]
[[package]]
@@ -955,13 +955,13 @@ dev = ["mypy", "pre-commit", "pytest", "pytest-cov", "pytest-ruff", "pytest-sock
[[package]]
name = "urllib3"
version = "2.3.0"
version = "2.4.0"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
files = [
{file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"},
{file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"},
{file = "urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"},
{file = "urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"},
]
[package.extras]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.37"
version = "0.1.38"
name = "source-rki-covid"
description = "Source implementation for Rki Covid."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -56,6 +56,7 @@ Select start date
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------- |
| 0.1.38 | 2025-04-12 | [57951](https://github.com/airbytehq/airbyte/pull/57951) | Update dependencies |
| 0.1.37 | 2025-04-05 | [57319](https://github.com/airbytehq/airbyte/pull/57319) | Update dependencies |
| 0.1.36 | 2025-03-29 | [56738](https://github.com/airbytehq/airbyte/pull/56738) | Update dependencies |
| 0.1.35 | 2025-03-22 | [56224](https://github.com/airbytehq/airbyte/pull/56224) | Update dependencies |