diff --git a/pyproject.toml b/pyproject.toml index 109eb940..1ad9f3a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dependencies = [ "packaging>=23.2,<25.0", "pydantic~=2.10.1", "pylint>=3.3,<3.4", - "python-json-logger~=3.2.1", + "python-json-logger~=3.3.0", "PyYAML~=6.0.0", - "semgrep>=1.110,<1.111", + "semgrep>=1.111,<1.112", "toml~=0.10.2", "tomlkit~=0.13.0", "wrapt~=1.17.0", @@ -56,7 +56,7 @@ test = [ "defusedxml==0.7.1", "types-defusedxml==0.7.0.20240218", "flask-wtf==1.2.2", - "types-WTForms==3.2.1.20241221", + "types-WTForms==3.2.1.20250304", "Flask<4", "httpx~=0.27", "Jinja2~=3.1.2",