diff --git a/pyproject.toml b/pyproject.toml index 4cc3474..b5727c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas", "pyarrow", "pygments", - "pydantic==1.10.10", + "pydantic==1.10.13", "ipykernel", "jupyterlab", ] diff --git a/requirements.txt b/requirements.txt index 990cfb8..ff91caa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas pyarrow pytest pygments -pydantic==1.10.10 +pydantic==1.10.13 ipykernel jupyterlab mimesis \ No newline at end of file