Skip to content

Commit

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

Bump configparser from 6.0.1 to 7.0.0
  • Loading branch information
kchristensen authored Apr 15, 2024
2 parents aee0443 + 8eb5406 commit fe10b7c
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==6.0.1", "requests==2.31.0"],
install_requires=["Jinja2==3.1.3", "configparser==7.0.0", "requests==2.31.0"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit fe10b7c

Please sign in to comment.