Skip to content

Commit f92f022

Browse files
committed
upd more deps
1 parent 3c8047e commit f92f022

File tree

3 files changed

+307
-246
lines changed

3 files changed

+307
-246
lines changed

.github/workflows/nayn_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ black = "==22.8.0"
3030
autopep8 = "*"
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"
3535
grpcio = "==1.47.0"
3636
google-cloud-translate = "2.0.0"
3737
google-cloud-speech = "2.0.0"
3838
sentry-sdk = ">0.19"
3939
Pillow = "9.3.0"
4040
toml = ">0.10"
4141
install = "*"
42-
aiohttp = "==3.8.1"
42+
aiohttp = "==3.8.4"
4343
openai = "*"
4444

4545
[requires]

0 commit comments

Comments
 (0)