From f5aa9be793b852a53dd54719c54a8b6e8bb2091b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:18:31 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.4 in /jobs/mozaggregator2bq Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- jobs/mozaggregator2bq/requirements-dev.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jobs/mozaggregator2bq/requirements-dev.txt b/jobs/mozaggregator2bq/requirements-dev.txt index 2e82872c..14634ac5 100644 --- a/jobs/mozaggregator2bq/requirements-dev.txt +++ b/jobs/mozaggregator2bq/requirements-dev.txt @@ -31,27 +31,29 @@ ipykernel==5.4.3 # jupyter-console # notebook # qtconsole +ipython==7.19.0 + # via + # ipykernel + # ipywidgets + # jupyter-console ipython-genutils==0.2.0 # via # nbformat # notebook # qtconsole # traitlets -ipython==7.19.0 - # via - # ipykernel - # ipywidgets - # jupyter-console ipywidgets==7.6.3 # via jupyter jedi==0.18.0 # via ipython -jinja2==2.11.2 +jinja2==3.1.4 # via # nbconvert # notebook jsonschema==3.2.0 # via nbformat +jupyter==1.0.0 + # via -r requirements-dev.in jupyter-client==6.1.11 # via # ipykernel @@ -68,13 +70,11 @@ jupyter-core==4.7.0 # nbformat # notebook # qtconsole -jupyter==1.0.0 - # via -r requirements-dev.in jupyterlab-pygments==0.1.2 # via nbconvert jupyterlab-widgets==1.0.0 # via ipywidgets -markupsafe==1.1.1 +markupsafe==2.1.5 # via jinja2 mistune==0.8.4 # via nbconvert