diff --git a/pyproject.toml b/pyproject.toml index 6d9bd23..4bdff77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "python-liquid2==0.4.0", "mistletoe==1.3.0", - "requests==2.34.0", + "requests==2.34.2", "tiktoken==0.13.0", "PyYAML==6.0.3", "gitpython==3.1.50", diff --git a/requirements.txt b/requirements.txt index 6446ada..2cf7d173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ python-liquid2==0.4.0 mistletoe==1.3.0 python-frontmatter==1.3.0 -requests==2.34.0 +requests==2.34.2 rich==15.0.0 tiktoken==0.13.0 PyYAML==6.0.3