diff --git a/pyproject.toml b/pyproject.toml index 75eae1f..821e1c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ readme = "README.md" authors = [{ name = "Bill Maxwell", email = "bill@acorn.io" }] license = { file = "LICENSE" } dependencies = [ - "certifi==2024.2.2", + "certifi==2024.7.4", "charset-normalizer==3.3.2", "httpx==0.27.0", - "idna==3.6", - "requests==2.31.0", - "tqdm==4.66.2", - "urllib3==2.2.1", + "idna==3.7", + "requests==2.32.2", + "tqdm==4.66.3", + "urllib3==2.2.2", "pydantic==2.9.2", "pywin32==306 ; sys_platform == 'win32'", "uvicorn==0.32.1", diff --git a/requirements.txt b/requirements.txt index dbdbf7a..495d439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 -idna==3.6 -requests==2.31.0 -tqdm==4.66.2 -urllib3==2.2.1 +idna==3.7 +requests==2.32.2 +tqdm==4.66.3 +urllib3==2.2.2 tox==4.14.1 wheel==0.42.0 -setuptools==69.1.1 +setuptools==70.0.0 twine==5.0.0 build==1.1.1 httpx==0.27.0