From d44ce18a5abab7372d264a468235b1a4fa1b1193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:22:45 +0000 Subject: [PATCH] chore(deps): update dependency babel to v2.17.0 (#560) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c09c0cf8..321bccaa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple invoke==2.2.0; python_version >= '3.6' -babel==2.16.0; python_version >= '3.8' +babel==2.17.0; python_version >= '3.8' certifi==2024.12.14; python_version >= '3.6' charset-normalizer==3.4.1; python_full_version >= '3.7.0' click==8.1.8; python_version >= '3.7' diff --git a/requirements.txt b/requirements.txt index 4407ec61..f88f58ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -babel==2.16.0; python_version >= '3.8' +babel==2.17.0; python_version >= '3.8' certifi==2024.12.14; python_version >= '3.6' charset-normalizer==3.4.1; python_full_version >= '3.7.0' click==8.1.8; python_version >= '3.7'