From 758a585822502c73f05699208f0607c37a9bc086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:02:48 +0000 Subject: [PATCH] build(deps): bump msgspec from 0.19.0 to 0.20.0 in /server Bumps [msgspec](https://github.com/jcrist/msgspec) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/jcrist/msgspec/releases) - [Changelog](https://github.com/jcrist/msgspec/blob/main/docs/changelog.md) - [Commits](https://github.com/jcrist/msgspec/compare/0.19.0...0.20.0) --- updated-dependencies: - dependency-name: msgspec dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 98914165..8ad4dc45 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ redis==7.1.0 pyyaml==6.0.3 jsonschema==4.25.1 markus-autotesting-core==0.1.0 -msgspec==0.19.0 +msgspec==0.20.0 requests==2.32.5 psycopg2-binary==2.9.11 supervisor==4.3.0