diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-22 19:30:53 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-22 19:30:53 +0000 |
commit | bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab (patch) | |
tree | 2675b556602bbec9f4574d8a50193d094ba44052 /requirements.txt | |
parent | 663a4ab7598cd96c3a84e5d1d69109ef076f3d1f (diff) | |
download | steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar.gz steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar.bz2 steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar.lz steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar.xz steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.tar.zst steve-bot-bdb3cd0fc86d8045c24acc27be7dc86f8d2639ab.zip |
Bump dependencies
Tested with void linux's package manager dependencies.
Diffstat (limited to '')
-rwxr-xr-x | requirements.txt | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/requirements.txt b/requirements.txt index bf3ddee..fedc556 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,17 @@ -asyncio==3.4.3 -discord.py==2.0.1 -colorama==0.4.3 -GitPython==2.1.15 -google-api-core==1.17.0 -google-auth==1.14.1 -google-cloud-core==1.3.0 -google-cloud-translate==2.0.1 -googleapis-common-protos==1.51.0 -pathlib2==2.3.5 -Pillow>=7 -PyNaCl==1.3.0 -python-dateutil==2.8.1 -requests==2.22.0 -selenium==3.141.0 -six==1.12.0 +discord.py==2.3.2 +colorama==0.4.6 +GitPython==3.1.31 +google-api-core==2.11.0 +google-auth==2.16.2 +google-cloud-core==2.4.1 +google-cloud-translate==3.14.0 +googleapis-common-protos==1.58.0 +pathlib2==2.3.7.post1 +Pillow==10.2.0 +PyNaCl==1.5.0 +python-dateutil==2.8.2 +requests==2.31.0 +selenium==4.16.0 +six==1.16.0 subprocess32==3.5.4 -youtube_dl>=2020.6.6 +youtube_dl==2021.12.17 |