Skip to content

Commit

Permalink
Bump jinja2 from 3.1.3 to 3.1.4
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 91853ef commit c167012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
slappd=slappd.__main__:main
""",
include_package_data=True,
install_requires=["Jinja2==3.1.3", "configparser==7.0.0", "requests==2.31.0"],
install_requires=["Jinja2==3.1.4", "configparser==7.0.0", "requests==2.31.0"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit c167012

Please sign in to comment.