Skip to content

Commit f4dd120

Browse files
committed
chore(run/markdown-preview): bump bleach to 6.4.0 to fix dependabot alert
- Bumped `bleach` to 6.4.0 in `run/markdown-preview/renderer/requirements.txt` to address a Dependabot vulnerability. - Removed Python version constraints for `bleach` and `pytest`.
1 parent ce8d461 commit f4dd120

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==9.0.3; python_version >= "3.10"
1+
pytest==9.0.3
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
Markdown==3.7
4-
bleach==6.2.0; python_version >= "3.9"
5-
bleach==6.1.0; python_version <= "3.8"
4+
bleach==6.4.0
65
Werkzeug==3.1.8; python_version >= '3.9'

0 commit comments

Comments
 (0)