Skip to content

Commit 8eb1992

Browse files
Bump the pip group
Bumps the pip group in /scripts/docker/examples/python/assets/hello_world with 3 updates: [jinja2](https://github.com/pallets/jinja), [setuptools](https://github.com/pypa/setuptools) and [werkzeug](https://github.com/pallets/werkzeug). Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `setuptools` from 65.5.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v65.5.1...v70.0.0) Updates `werkzeug` from 3.0.3 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.3...3.0.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd543a7 commit 8eb1992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/docker/examples/python/assets/hello_world/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ click==8.1.7
33
Flask-WTF==1.2.0
44
Flask==2.3.3
55
itsdangerous==2.1.2
6-
Jinja2==3.1.4
6+
Jinja2==3.1.5
77
MarkupSafe==2.1.3
88
pip==23.3
9-
setuptools==65.5.1
10-
Werkzeug==3.0.3
9+
setuptools==70.0.0
10+
Werkzeug==3.0.6
1111
wheel==0.41.1
1212
WTForms==3.0.1

0 commit comments

Comments
 (0)