From 5f3225a702e9b446a930be30f7e61e61d658fc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 17:14:41 +0000 Subject: [PATCH] Bump babel from 2.11.0 to 2.12.1 Bumps [babel](https://github.com/python-babel/babel) from 2.11.0 to 2.12.1. - [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.11.0...v2.12.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 6215708..bf2df2a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ starlette = {extras = ["jinja2"], version = "0.26.0"} jinja2 = "3.1.2" mangum = "==0.15.0" httpx = "0.23.1" -babel = "==2.11.0" +babel = "==2.12.1" dc-response-builder = {file = "https://github.com/DemocracyClub/dc_response_builder/archive/refs/tags/0.0.4.zip"} dateparser = "==1.1.7" diff --git a/Pipfile.lock b/Pipfile.lock index e43e5b9..5864c59 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6683a7b737256f38f0b0f0340d012d86f21fc9ec91aa01098f44e337b44d8e89" + "sha256": "f6452bdf2dce5c57716ce6407e05bb8720167dc152a9516d5933acc78fb86b59" }, "pipfile-spec": 6, "requires": { @@ -26,11 +26,11 @@ }, "babel": { "hashes": [ - "sha256:1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe", - "sha256:5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6" + "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610", + "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455" ], "index": "pypi", - "version": "==2.11.0" + "version": "==2.12.1" }, "backports.zoneinfo": { "hashes": [ @@ -725,7 +725,7 @@ "sha256:f8303414c7b03f794347ad062c0516cee0e15f7a612abd0ce1e25caf6ceb47df", "sha256:fca62a8301b605b954ad2e9c3666f9d97f63872aa4efcae5492baca2056b74ab" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==3.1.0" }, "chevron": { @@ -1341,7 +1341,7 @@ "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b", "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==3.0.38" }, "ptyprocess": { @@ -1495,7 +1495,7 @@ "sha256:e1e88a4fd221941572ccdcf3bf6c051392d2f8b6cef3e0bc7da95abec4b5346e", "sha256:ed36fd632c32af9f1c08f2c2835dcf42ca8fcd097d6ed44a09f253d365ad8297" ], - "markers": "python_version >= '3.7' and python_version < '4.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==2.0.0" }, "pytest-cov": {