From 1e3783caea8f58ead239fa34ab77eb968b495cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:08:39 +0000 Subject: [PATCH] build(deps): bump msgspec from 0.20.0 to 0.21.1 in /server Bumps [msgspec](https://github.com/jcrist/msgspec) from 0.20.0 to 0.21.1. - [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.20.0...0.21.1) --- updated-dependencies: - dependency-name: msgspec dependency-version: 0.21.1 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 4ad596a8..6092d6b9 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ redis==7.4.0 pyyaml==6.0.3 jsonschema==4.26.0 markus-autotesting-core==0.1.0 -msgspec==0.20.0 +msgspec==0.21.1 requests==2.33.1 psycopg2-binary==2.9.11 supervisor==4.3.0