diff --git a/requirements.txt b/requirements.txt index 52f4180..026e99a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ python-dotenv==1.1.1 python-multipart==0.0.20 PyYAML==6.0.2 referencing==0.36.2 -regex==2024.11.6 +regex==2025.10.23 requests==2.32.4 rich==14.1.0 rpds-py==0.25.1 diff --git a/setup.py b/setup.py index ce8e16c..e3e2e22 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "python-multipart==0.0.20", "PyYAML==6.0.2", "referencing==0.36.2", - "regex==2024.11.6", + "regex==2025.10.23", "requests==2.32.4", "rich==14.1.0", "rpds-py==0.25.1",