Skip to content

Commit

Permalink
Bump configparser from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [configparser](https://github.com/jaraco/configparser) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/jaraco/configparser/releases)
- [Changelog](https://github.com/jaraco/configparser/blob/main/NEWS.rst)
- [Commits](jaraco/configparser@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: configparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent f14ae16 commit c97fa6e
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 c97fa6e

Please sign in to comment.