Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent a51f2d4 commit 081d722
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.0", "requests==2.31.0"],
install_requires=["Jinja2==3.1.3", "configparser==6.0.1", "requests==2.31.0"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit 081d722

Please sign in to comment.