Revision b79283ad319c861c60f68da87cb1a1e1c4f23d5f authored by dependabot[bot] on 11 January 2024, 20:50:12 UTC, committed by GitHub on 11 January 2024, 20:50:12 UTC
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [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.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 parent b320082
Raw File
.gitignore
.DS_Store
.vscode
*.pyc
/software/scripts/spec/data
/software/scripts/spec/schema.rb
/software/scripts/spec/schemas.rb
/software/scripts/spec/examples_spec.rb
/software/scripts/spec/schema_context.rb
/software/scripts/rspec-failures.txt
/.byebug_history
/rspec-failures.txt
software/site/*
/tmp
back to top