Skip to content

Commit

Permalink
Update markupsafe requirement from <3 to <4
Browse files Browse the repository at this point in the history
Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@0.9...3.0.1)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zerwes committed Oct 18, 2024
1 parent faf7606 commit c7fd561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
installrequires = [
'PyYAML<7',
'Jinja2>3,<4',
'MarkupSafe<3'
'MarkupSafe<4'
]

setup(name='HiYaPyCo',
Expand Down

0 comments on commit c7fd561

Please sign in to comment.