Skip to content

Commit

Permalink
Bump jinja2 from 3.0.2 to 3.1.2 (#1137)
Browse files Browse the repository at this point in the history
* 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](pallets/jinja@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] <[email protected]>

* Empty commit to unblock Github Actions

* force gha checks

* Updated GHA setup

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: teaf-wise <[email protected]>
Co-authored-by: Telmo Oliveira <[email protected]>
  • Loading branch information
3 people authored Jul 2, 2024
1 parent e6a1449 commit 9253db5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9253db5

Please sign in to comment.