Skip to content

Commit

Permalink
Merge pull request #20 from kchristensen/dependabot/pip/configparser-…
Browse files Browse the repository at this point in the history
…7.1.0

Bump configparser from 7.0.0 to 7.1.0
  • Loading branch information
kchristensen authored Aug 19, 2024
2 parents f14ae16 + c97fa6e commit 5fd705a
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.0.0", "requests==2.32.3"],
install_requires=["Jinja2==3.1.4", "configparser==7.1.0", "requests==2.32.3"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit 5fd705a

Please sign in to comment.