From 72a2c5849a9ef8e639e27e39cdd30ba23bf35d94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:32:47 +0000 Subject: [PATCH] chore(deps): update dependency babel to v2.13.0 (#2027) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7b1c71a4cd2..a7e6d353298 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,7 +29,7 @@ attrs==23.1.0 # referencing autoflake==1.7.8 # via education-backend (pyproject.toml) -babel==2.12.1 +babel==2.13.0 # via education-backend (pyproject.toml) backcall==0.2.0 # via ipython diff --git a/requirements.txt b/requirements.txt index 4994276db3d..d450062541b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ attrs==23.1.0 # via # jsonschema # referencing -babel==2.12.1 +babel==2.13.0 # via education-backend (pyproject.toml) bcrypt==4.0.1 # via education-backend (pyproject.toml)