mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
build(deps): bump jinja2 from 3.1.3 to 3.1.5 (#306)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.5. - [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.1.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ requires-python = '>=3.10'
|
||||
# RenderCV depends on these packages. They will be installed automatically when RenderCV
|
||||
# is installed:
|
||||
dependencies = [
|
||||
'Jinja2==3.1.3', # to generate Typst and Markdown files
|
||||
'Jinja2==3.1.5', # to generate Typst and Markdown files
|
||||
'phonenumbers==8.13.52', # to validate phone numbers
|
||||
'email-validator==2.2.0', # to validate email addresses
|
||||
'pydantic==2.9.2', # to validate and parse the input file
|
||||
|
||||
Reference in New Issue
Block a user