From 8bd2c00be32cd1e4ed42c9a1ed47f4c0df439eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:33:43 +0000 Subject: [PATCH] build(deps-dev): bump dataclasses-avroschema from 0.61.0 to 0.62.2 Bumps [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema) from 0.61.0 to 0.62.2. - [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases) - [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcosschroh/dataclasses-avroschema/compare/0.61.0...0.62.2) --- updated-dependencies: - dependency-name: dataclasses-avroschema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b57ab0..e52300e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -582,13 +582,13 @@ dev = ["black", "coveralls", "mypy", "pre-commit", "pylint", "pytest (>=5)", "py [[package]] name = "dataclasses-avroschema" -version = "0.61.0" +version = "0.62.2" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "dataclasses_avroschema-0.61.0-py3-none-any.whl", hash = "sha256:202e867fb2bcf4fee1bddfd39dbf4b53b212cb087e131808137f735ddd07095c"}, - {file = "dataclasses_avroschema-0.61.0.tar.gz", hash = "sha256:ef70cf05454c9f62d093ca1451e2206d15e30f00052840f31a62f5f317ce5f48"}, + {file = "dataclasses_avroschema-0.62.2-py3-none-any.whl", hash = "sha256:17a639fb5f1a67524609d653217dad02ff9fb11696893feeea67586c563d8328"}, + {file = "dataclasses_avroschema-0.62.2.tar.gz", hash = "sha256:9bb1c72a752c5573015a0e655b8924b58b71bbc03039b96359f4bdc965a94844"}, ] [package.dependencies] @@ -2545,4 +2545,4 @@ faust = ["faust-streaming"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a2d496fc18147e0beb26fb3e8c429068688357e93347c0f29b6841b845d17959" +content-hash = "b73ab3fb43fa8e8a59bd1ce7a1e3512980d97e5be5afec60775d4b4b30eb8f62" diff --git a/pyproject.toml b/pyproject.toml index 7ad9c77..7744e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest = ">=7,<9" pytest-cov = ">=4,<6" pytest-mock = "^3.10.0" pytest-asyncio = ">=0.21,<0.24" -dataclasses-avroschema = {version = ">=0.57,<0.62", extras = ["pydantic", "faker"]} +dataclasses-avroschema = {version = ">=0.57,<0.63", extras = ["pydantic", "faker"]} codecov = "^2.1.13" types-aiofiles = ">=23.1.0.2,<25.0.0.0" types-jsonschema = "^4.17.0.7"