From 9253db56990e51b8e85a0e4e4cf8854b90c1e5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:19:12 +0300 Subject: [PATCH] Bump jinja2 from 3.0.2 to 3.1.2 (#1137) * Bump jinja2 from 3.0.2 to 3.1.2 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.1.2. - [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/3.0.2...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Empty commit to unblock Github Actions * force gha checks * Updated GHA setup --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teaf-wise <114938972+teaf-wise@users.noreply.github.com> Co-authored-by: Telmo Oliveira --- .github/workflows/connectors.yml | 2 +- .github/workflows/lint_unit_tests.yml | 2 +- README.md | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/connectors.yml b/.github/workflows/connectors.yml index 293a2f553..2e5db23f7 100644 --- a/.github/workflows/connectors.yml +++ b/.github/workflows/connectors.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.8 diff --git a/.github/workflows/lint_unit_tests.yml b/.github/workflows/lint_unit_tests.yml index d045d79ee..2f05c5557 100644 --- a/.github/workflows/lint_unit_tests.yml +++ b/.github/workflows/lint_unit_tests.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Python 3.8 if: steps.check.outcome == 'failure' - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: 3.8 diff --git a/README.md b/README.md index ee0631f8a..18cbc5398 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ PipelineWise images are built on each release and available on [Dockerhub](https ``` #### Build your own docker image - + 1. Build an executable docker image that has every required dependency and is isolated from your host system. By default, the image will build with *all* connectors. In order to keep image size small, we strongly recommend you change it to just the connectors you need by supplying the `--build-arg` command: diff --git a/setup.py b/setup.py index 01ad48faa..427fc4db2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'tabulate==0.8.9', 'PyYAML==6.0', 'ansible-core==2.11.8', - 'Jinja2==3.0.2', + 'Jinja2==3.1.2', 'joblib==1.3.2', 'PyMySQL==0.7.11', 'psycopg2-binary==2.9.5',