From fda5b0366368b89e4604c2aeaa2ec3d0b833de87 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:35:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ae0564..b13e825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "poetry_dynamic_versioning.backend" requires = [ - "poetry-core@ git+https://github.com/radoering/poetry-core.git@pep621-support", + "poetry-core @ git+https://github.com/radoering/poetry-core.git@pep621-support", "poetry-dynamic-versioning", ] @@ -15,7 +15,7 @@ keywords = [ "singer.io", ] license.file = "LICENSE" -authors = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }] +authors = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ] requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3 :: Only", @@ -30,7 +30,7 @@ dynamic = [ "version", ] dependencies = [ - 'cffi>=1.17.0rc1; python_version >= "3.13"', + "cffi>=1.17.0rc1; python_version>='3.13'", "singer-sdk~=0.38.0", ] urls.Documentation = "https://github.com/edgarrmondragon/tap-betterstack#readme"