diff --git a/requirements.txt b/requirements.txt index 773a84c0813..2a3e3c315bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -GitPython==3.1.54 -Markdown==3.10.2 -bleach==6.3.0 +GitPython==3.1.59 +Markdown==3.10.3 +bleach==6.4.0 colorama==0.4.6 future==1.0.0 loguru==0.7.3 mitreattack-python==6.2.0 pelican==4.12.0 pelican-sitemap==1.2.2 -python-dotenv==1.2.2 +python-dotenv==1.2.3 requests==2.34.2 stix2==3.0.2 # stix2-validator should not use 3.3.1 because that release is broken upstream # https://github.com/mitre-attack/attack-website/issues/628 -stix2-validator==3.2.0 -typer==0.27.0 +stix2-validator==3.3.1 +typer==0.27.1 # dev dependencies ruff>=0.15.22