Skip to content

Commit

Permalink
Merge pull request #21 from kchristensen/dependabot/pip/jinja2-3.1.5
Browse files Browse the repository at this point in the history
Bump jinja2 from 3.1.4 to 3.1.5
  • Loading branch information
kchristensen authored Dec 23, 2024
2 parents 5fd705a + d7b071c commit bd19374
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.4", "configparser==7.1.0", "requests==2.32.3"],
install_requires=["Jinja2==3.1.5", "configparser==7.1.0", "requests==2.32.3"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit bd19374

Please sign in to comment.