From 468032ca0898a1e1870344fdaa0fc08c215c68bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zelen=C3=BD?= Date: Thu, 9 Apr 2026 18:47:28 +0200 Subject: [PATCH 1/2] chore: Update quiz-common dependancy --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebeb6d9..c9229f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv.sources] -quiz-common = { git = "https://github.com/quiz-cli/quiz-common.git", rev = "main" } +quiz-common = { git = "https://github.com/quiz-cli/quiz-common.git" } [dependency-groups] dev = [ diff --git a/uv.lock b/uv.lock index 5318402..11e90b5 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aioconsole", specifier = ">=0.8.2" }, - { name = "quiz-common", git = "https://github.com/quiz-cli/quiz-common.git?rev=main" }, + { name = "quiz-common", git = "https://github.com/quiz-cli/quiz-common.git" }, { name = "ruamel-yaml", specifier = ">=0.18.17" }, { name = "websockets", specifier = ">=15.0.1" }, ] @@ -122,7 +122,7 @@ dev = [ [[package]] name = "quiz-common" version = "0.1.0" -source = { git = "https://github.com/quiz-cli/quiz-common.git?rev=main#603924df0c2332b71ccb8b843b72d256004def63" } +source = { git = "https://github.com/quiz-cli/quiz-common.git#33f3838d2a7c41b0f40741b6d6e2ecb96071e807" } dependencies = [ { name = "pydantic" }, ] From 4bdba66c7e195ac509a31382ed74eb35fa8bff1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zelen=C3=BD?= Date: Sun, 12 Apr 2026 20:11:40 +0200 Subject: [PATCH 2/2] chore: CODEOWNERS update --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c590b66..fe67737 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @ZelenyMartin @OndraVagner @dslavicek +* @ZelenyMartin @dslavicek @JanaDrazkova @papricie @ninabel