From 6670aa64a29b7f100dc35c25b3653a5d15cb13a2 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 30 Oct 2024 18:55:52 +0100 Subject: [PATCH] feat: update dependencies --- .../locale => locale}/fr/LC_MESSAGES/rougail.po | 0 {src/rougail/locale => locale}/rougail.pot | 0 pyproject.toml | 13 ++++++++----- 3 files changed, 8 insertions(+), 5 deletions(-) rename {src/rougail/locale => locale}/fr/LC_MESSAGES/rougail.po (100%) rename {src/rougail/locale => locale}/rougail.pot (100%) diff --git a/src/rougail/locale/fr/LC_MESSAGES/rougail.po b/locale/fr/LC_MESSAGES/rougail.po similarity index 100% rename from src/rougail/locale/fr/LC_MESSAGES/rougail.po rename to locale/fr/LC_MESSAGES/rougail.po diff --git a/src/rougail/locale/rougail.pot b/locale/rougail.pot similarity index 100% rename from src/rougail/locale/rougail.pot rename to locale/rougail.pot diff --git a/pyproject.toml b/pyproject.toml index f2033c599..4b153194c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,9 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Natural Language :: English", @@ -23,10 +26,10 @@ classifiers = [ ] dependencies = [ - "ruamel.yaml ~= 0.17.40", - "pydantic ~= 2.5.2", - "jinja2 ~= 3.1.2", - "tiramisu ~= 4.1.0" + "ruamel.yaml ~= 0.18.6", + "pydantic ~= 2.9.2", + "jinja2 ~= 3.1.4", + "tiramisu ~= 5.0.0" ] [project.optional-dependencies] @@ -39,6 +42,6 @@ dev = [ [tool.commitizen] name = "cz_conventional_commits" tag_format = "$version" -version_scheme = "semver" +version_scheme = "pep440" version_provider = "pep621" update_changelog_on_bump = true