Skip to content

Commit

Permalink
chore(deps): update dependency requests to >=2.28.1,<2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent 264813f commit 9fc60f8
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 @@ -33,7 +33,7 @@ def find_templates():
install_requires=[
"click >=6.0,<7.0",
"jinja2 >=3.1.2,<4",
"requests >=2.21.0,<2.23",
"requests >=2.28.1,<2.29",
],
package_data={"packetnetworking": find_templates()},
extras_require={"test": test_reqs},
Expand Down

0 comments on commit 9fc60f8

Please sign in to comment.