Skip to content

Commit

Permalink
Merge pull request #18 from kchristensen/dependabot/pip/requests-2.32.2
Browse files Browse the repository at this point in the history
Bump requests from 2.32.0 to 2.32.2
  • Loading branch information
kchristensen committed May 27, 2024
2 parents cf8ecb4 + 992e952 commit 3e6d3bd
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.0"],
install_requires=["Jinja2==3.1.4", "configparser==7.0.0", "requests==2.32.2"],
name="slappd",
packages=["slappd"],
package_data={"": ["templates/*.j2"]},
Expand Down

0 comments on commit 3e6d3bd

Please sign in to comment.