diff --git a/pyproject.toml b/pyproject.toml index b4286d2..bc52c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "numpy==2.2.6", "typing_extensions==4.12.0", - "pyyaml==6.0.1", + "pyyaml==6.0.3", "dacite==1.8.1", "requests==2.34.2", "fastapi~=0.111.1", diff --git a/requirements.txt b/requirements.txt index c18b9fb..b1e89b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.6 typing_extensions==4.12.0 -pyyaml==6.0.1 +pyyaml==6.0.3 dacite==1.8.1 requests==2.34.2 fastapi~=0.111.1