diff --git a/requirements.txt b/requirements.txt index d9bafe6..c4c9e2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ anthropic==0.2.2 openai==0.27.0 google-cloud-aiplatform==1.21.0 cloudflare==2.11.0 -requests==2.28.1 +requests==2.32.0 pyyaml==6.0 python-dotenv==0.21.0 google-api-python-client==2.70.0 @@ -10,10 +10,10 @@ google-auth-oauthlib==0.5.3 google-auth-httplib2==0.1.0 microsoft-graph==1.0.0 celery==5.2.7 -redis==4.3.4 +redis==4.4.4 flower==1.2.0 pytest==7.1.2 -black==22.3.0 +black==24.3.0 flake8==4.0.1 pre-commit==2.20.0 sphinx==4.5.0 diff --git a/setup.py b/setup.py index 57951da..36e77fb 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'openai==0.27.0', 'google-cloud-aiplatform==1.21.0', 'cloudflare==2.11.0', - 'requests==2.28.1', + 'requests==2.32.0', 'pyyaml==6.0', 'python-dotenv==0.21.0', 'google-api-python-client==2.70.0', @@ -26,13 +26,13 @@ 'google-auth-httplib2==0.1.0', 'microsoft-graph==1.0.0', 'celery==5.2.7', - 'redis==4.3.4', + 'redis==4.4.4', 'flower==1.2.0', ], extras_require={ 'dev': [ 'pytest==7.1.2', - 'black==22.3.0', + 'black==24.3.0', 'flake8==4.0.1', 'pre-commit==2.20.0', 'sphinx==4.5.0',