Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raised dependencies, added new optional functionalities (show quotes, disable custom embed), improved custom message logic #213

Merged
merged 62 commits into from
Nov 4, 2020
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
7c9fe0c
Update python-dotenv from 0.10.1 to 0.10.3
pyup-bot Jun 2, 2019
337f119
Update discord.py from 1.1.1 to 1.2.3
pyup-bot Jun 26, 2019
8e219b4
Update tweepy from 3.7.0 to 3.8.0
pyup-bot Jul 21, 2019
7525b28
Update websockets from 6.0 to 8.0.2
pyup-bot Jul 31, 2019
96d52b8
Update jsonschema from 3.0.1 to 3.0.2
pyup-bot Aug 2, 2019
76c7bd0
Update oauthlib from 3.0.1 to 3.1.0
pyup-bot Aug 6, 2019
36506e8
Update tox from 3.9.0 to 3.14.0
pyup-bot Sep 3, 2019
e54dc14
Update virtualenv from 16.4.3 to 16.7.5
pyup-bot Sep 3, 2019
6d29b3d
Update pluggy from 0.9.0 to 0.13.0
pyup-bot Sep 10, 2019
e768748
Update certifi from 2019.3.9 to 2019.9.11
pyup-bot Sep 12, 2019
69422e7
Update aiohttp from 3.5.4 to 3.6.1
pyup-bot Sep 19, 2019
6448acb
Update pysocks from 1.6.8 to 1.7.1
pyup-bot Sep 20, 2019
b2a019f
Update urllib3 from 1.24.1 to 1.25.6
pyup-bot Sep 24, 2019
12be174
Update attrs from 19.1.0 to 19.2.0
pyup-bot Oct 1, 2019
a449dfc
Merge remote-tracking branch 'origin/pyup-update-python-dotenv-0.10.1…
NNTin Oct 9, 2019
342a845
Merge remote-tracking branch 'origin/pyup-update-discord.py-1.1.1-to-…
NNTin Oct 9, 2019
560cdae
Merge remote-tracking branch 'origin/pyup-update-tweepy-3.7.0-to-3.8.…
NNTin Oct 9, 2019
7782cf0
Merge remote-tracking branch 'origin/pyup-update-websockets-6.0-to-8.…
NNTin Oct 9, 2019
21f1886
Merge remote-tracking branch 'origin/pyup-update-jsonschema-3.0.1-to-…
NNTin Oct 9, 2019
0def7cc
Merge remote-tracking branch 'origin/pyup-update-oauthlib-3.0.1-to-3.…
NNTin Oct 9, 2019
5dbcf53
Merge remote-tracking branch 'origin/pyup-update-tox-3.9.0-to-3.14.0'…
NNTin Oct 9, 2019
0ffd66e
Resolve merge conflict, update virtualenv dependency
NNTin Oct 9, 2019
88a8ec2
Resolve merge conflict, update pluggy dependency
NNTin Oct 9, 2019
21fa663
Merge remote-tracking branch 'origin/pyup-update-certifi-2019.3.9-to-…
NNTin Oct 9, 2019
5defaec
Merge remote-tracking branch 'origin/pyup-update-aiohttp-3.5.4-to-3.6…
NNTin Oct 9, 2019
5133560
Resolve merge conflict, update pysocks dependency
NNTin Oct 9, 2019
7ec361e
Resolve merge conflict, update urllib3 dependency
NNTin Oct 9, 2019
4698efc
Resolve merge conflict, update attrs dependency
NNTin Oct 9, 2019
1303950
fix requirements.txt
NNTin Oct 9, 2019
d7669d4
reduce dependencies
NNTin Oct 9, 2019
07ef25c
updated remaining dependencies
NNTin Oct 9, 2019
abf5cd7
Merge pull request #114 from NNTin/pyup-dep
NNTin Oct 9, 2019
32eb8e8
Update development branch to master branch (#169)
NNTin Jun 1, 2020
bfb1747
Update pyyaml from 3.13 to 5.3.1 (#153)
pyup-bot Sep 19, 2020
43e92d2
Update azure-pipelines.yml (#195)
NNTin Sep 19, 2020
4a1e343
Update image in azure pipeline
NNTin Sep 19, 2020
977ee3b
Update discord.py from 1.2.3 to 1.5.0
pyup-bot Sep 29, 2020
32df2fc
Update virtualenv from 16.7.5 to 20.0.33
pyup-bot Oct 4, 2020
4fc2500
Extend processing (#200)
NNTin Oct 5, 2020
ff72e38
Merge pull request #202 from NNTin/master
NNTin Oct 6, 2020
4fa3d41
Update jsonschema from 3.0.2 to 3.2.0
pyup-bot Nov 19, 2019
9719ffe
Merge branch 'dev' into pyup-update-discord.py-1.2.3-to-1.5.0
NNTin Oct 6, 2020
4a0a3d9
Merge pull request #196 from NNTin/pyup-update-discord.py-1.2.3-to-1.5.0
NNTin Oct 6, 2020
95746bb
Merge pull request #199 from NNTin/pyup-update-virtualenv-16.7.5-to-2…
NNTin Oct 6, 2020
6af7d50
Update python-dotenv from 0.10.3 to 0.14.0
pyup-bot Oct 6, 2020
c376560
Update tweepy from 3.8.0 to 3.9.0
pyup-bot Oct 6, 2020
2f67c75
Merge pull request #204 from NNTin/pyup-update-python-dotenv-0.10.3-t…
NNTin Oct 6, 2020
46d5f99
Update tox from 3.14.0 to 3.20.1
pyup-bot Oct 9, 2020
1e81992
Update discord.py from 1.5.0 to 1.5.1
pyup-bot Oct 20, 2020
42ce7cc
quoted text is now displayed as an embed field, added 2 options for e…
NNTin Oct 22, 2020
be1cec7
added debug process (runs tests before executing real program, added …
NNTin Oct 23, 2020
a965aa2
Update virtualenv from 20.0.33 to 20.1.0
pyup-bot Oct 25, 2020
2c5126a
Update python-dotenv from 0.14.0 to 0.15.0
pyup-bot Oct 28, 2020
2cb76e0
Merge pull request #206 from NNTin/pyup-update-tweepy-3.8.0-to-3.9.0
NNTin Oct 28, 2020
89bff31
Merge pull request #210 from NNTin/pyup-update-discord.py-1.5.0-to-1.5.1
NNTin Oct 28, 2020
aee5adb
Merge pull request #212 from NNTin/pyup-update-python-dotenv-0.14.0-t…
NNTin Oct 29, 2020
9fa2c9c
Merge branch 'dev' into pyup-update-virtualenv-20.0.33-to-20.1.0
NNTin Oct 30, 2020
572c1c5
Merge pull request #211 from NNTin/pyup-update-virtualenv-20.0.33-to-…
NNTin Oct 30, 2020
39dfb10
Merge branch 'dev' into pyup-update-tox-3.14.0-to-3.20.1
NNTin Oct 30, 2020
1f6da33
Merge pull request #207 from NNTin/pyup-update-tox-3.14.0-to-3.20.1
NNTin Oct 30, 2020
7273540
added option allowing you to turn off the custom created embed (you c…
NNTin Nov 4, 2020
91b4d3f
bug fix on format
NNTin Nov 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update discord.py from 1.2.3 to 1.5.0
  • Loading branch information
pyup-bot committed Sep 29, 2020
commit 977ee3b3d50d92ef4e97e491df93cef6069d0dd5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==18.9b0
discord.py==1.2.3
discord.py==1.5.0
jsonschema==3.0.2
python-dotenv==0.10.3
PyYAML==5.3.1
Expand Down