Skip to content

Commit

Permalink
🔧 fix: update package versions for aiohttp, boto3, botocore, openai, …
Browse files Browse the repository at this point in the history
…pillow, s3transfer, typing_extensions
  • Loading branch information
alexraskin committed Feb 19, 2024
1 parent 9f352a6 commit e809d83
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
aiofiles==23.2.1
aiohttp==3.9.2
aiohttp==3.9.3
aiohttp-jinja2==1.5
aiosignal==1.3.1
anyio==4.2.0
astroid==2.12.10
async-timeout==4.0.2
attrs==21.4.0
blinker==1.6.2
boto3==1.24.19
botocore==1.34.40
boto3==1.34.44
botocore==1.34.44
certifi==2023.7.22
cffi==1.15.1
chardet==4.0.0
Expand All @@ -16,13 +17,17 @@ click==8.1.3
dill==0.3.5.1
discord.py==2.1.0
discordhealthcheck==0.0.8
distro==1.9.0
dnspython==2.2.0
docutils==0.19
duckduckgo-search==2.7.0
et-xmlfile==1.1.0
Flask==2.3.2
fpdf==1.7.2
frozenlist==1.3.3
h11==0.14.0
httpcore==1.0.3
httpx==0.26.0
idna==3.3
isort==5.10.1
itsdangerous==2.1.2
Expand All @@ -34,11 +39,11 @@ mccabe==0.7.0
motor==3.1.2
multidict==6.0.2
numpy==1.23.5
openai==0.25.0
openai==1.12.0
openpyxl==3.0.10
pandas==1.5.2
pandas-stubs==1.5.2.221124
Pillow==10.2.0
pillow==10.2.0
platformdirs==2.4.1
psutil==5.9.5
pycparser==2.21
Expand All @@ -50,14 +55,15 @@ python-dotenv==0.19.2
pytz==2022.6
PyYAML==6.0
requests==2.28.1
s3transfer==0.6.0
s3transfer==0.10.0
sentry-sdk==1.5.4
six==1.16.0
sniffio==1.3.0
tomli==2.0.0
tomlkit==0.11.5
tqdm==4.64.1
types-pytz==2022.6.0.1
typing_extensions==4.0.1
typing_extensions==4.9.0
urllib3==1.26.18
Werkzeug==3.0.1
wrapt==1.14.1
Expand Down

0 comments on commit e809d83

Please sign in to comment.