From a250b3e696629477c1c5b4d9ba4fc5393df6cb23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:16:35 +0100 Subject: [PATCH] Bump babel from 2.13.0 to 2.14.0 (#115) Bumps [babel](https://github.com/python-babel/babel) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cca939f..a093cf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -385,13 +385,13 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "babel" -version = "2.13.0" +version = "2.14.0" description = "Internationalization utilities" optional = false python-versions = ">=3.7" files = [ - {file = "Babel-2.13.0-py3-none-any.whl", hash = "sha256:fbfcae1575ff78e26c7449136f1abbefc3c13ce542eeb13d43d50d8b047216ec"}, - {file = "Babel-2.13.0.tar.gz", hash = "sha256:04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210"}, + {file = "Babel-2.14.0-py3-none-any.whl", hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"}, + {file = "Babel-2.14.0.tar.gz", hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363"}, ] [package.dependencies] @@ -3664,4 +3664,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "e451f302d60194dc57d4c8b70dcc787a072e060932a2b425283c65e53f11ea41" +content-hash = "7c7ac00927deb579329da193d59d62381409dc1597353cf669e06d28d32ea1d5" diff --git a/pyproject.toml b/pyproject.toml index 5c2adc7..75ee0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ honeybadger = "~0.17" cachetools = "~5.3" asyncache = "~0.3" -Babel = "~2.13" +Babel = "~2.14" structlog = "22.1.0" ### For colors in structlog ###