File tree Expand file tree Collapse file tree 3 files changed +307
-246
lines changed Expand file tree Collapse file tree 3 files changed +307
-246
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - uses : actions/checkout@master
21- - name : Set up Python 3.9
21+ - name : Set up Python 3.10
2222 uses : actions/setup-python@v1
2323 with :
24- python-version : 3.9
24+ python-version : 3.10
2525 - name : Install dependencies
2626 run : |
2727 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ black = "==22.8.0"
3030autopep8 = " *"
3131
3232[packages ]
33- python-telegram-bot = " ==13.7 "
34- pymongo = " ==3.13 .0"
33+ python-telegram-bot = " ==20.4 "
34+ pymongo = " ==4.4 .0"
3535grpcio = " ==1.47.0"
3636google-cloud-translate = " 2.0.0"
3737google-cloud-speech = " 2.0.0"
3838sentry-sdk = " >0.19"
3939Pillow = " 9.3.0"
4040toml = " >0.10"
4141install = " *"
42- aiohttp = " ==3.8.1 "
42+ aiohttp = " ==3.8.4 "
4343openai = " *"
4444
4545[requires ]
You can’t perform that action at this time.
0 commit comments