From 7b66e9e3669d6758beeaedbc97778cccd01094a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 26 Oct 2023 01:12:13 +0000 Subject: [PATCH 1/3] Auto From 56d11cdfbd5176188b5b233130ad83cdceb13d2b Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:35:29 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 682f0f080..b6c4c8262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,6 @@ skips = ["B101","B104"] build_command = "pip install poetry && poetry build" commit_parser = "emoji" tag_format = "v{version}" -upload_to_vcs_release = false version_toml = [ "pyproject.toml:tool.poetry.version" ] @@ -222,3 +221,17 @@ patch_tags = [ "🔊", ":volume:" ] + +[tool.semantic_release.changelog] +# template_dir = "templates" +changelog_file = "CHANGELOG.md" +exclude_commit_patterns = [] + +[tool.semantic_release.branches.main] +match = "(main|master|dev)" +prerelease_token = "rc" +prerelease = false + +[tool.semantic_release.publish] +dist_glob_patterns = ["dist/*"] +upload_to_vcs_release = false From fc02840cd130914f9544be861fb3d6b2afdf3ccf Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:38:57 +0000 Subject: [PATCH 3/3] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 1d22cba80..7f1c19fb7 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -96,7 +96,7 @@ nest-asyncio==1.5.8 ; python_version >= "3.10" and python_version < "4.0" nicegui==1.4.0 ; python_version >= "3.10" and python_version < "4.0" numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0" oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0" -orjson==3.9.9 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686") +orjson==3.9.10 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686") packaging==23.2 ; python_version >= "3.10" and python_version < "4.0" pandas==2.1.1 ; python_version >= "3.10" and python_version < "4.0" parsimonious==0.9.0 ; python_version >= "3.10" and python_version < "4"