Compare commits

..

14 Commits

Author SHA1 Message Date
b9550032ba Merge pull request 'Update to 3.0.1' (#98) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 57s
Tests / test (3.11) (push) Successful in 54s
Tests / test (3.8) (push) Successful in 1m8s
Tests / test (3.9) (push) Successful in 55s
Reviewed-on: #98
2024-05-15 00:19:03 +03:00
6b44a5852e Bump own version to 3.0.1
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 57s
Tests / test (3.8) (pull_request) Successful in 57s
Tests / test (3.9) (pull_request) Successful in 56s
2024-05-14 23:07:55 +02:00
7af4ad9655 Bump pyrofork to ~=2.3.21.post3 2024-05-14 23:04:16 +02:00
cb09910123 Update dependency pylint to v3.2.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 53s
Tests / test (3.8) (pull_request) Successful in 57s
Tests / test (3.9) (pull_request) Successful in 57s
2024-05-14 15:03:36 +03:00
d1da6a1d8b Update dependency ujson to ~=5.10.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 56s
Tests / test (3.11) (pull_request) Successful in 52s
Tests / test (3.8) (pull_request) Successful in 56s
Tests / test (3.9) (pull_request) Successful in 56s
2024-05-14 05:38:09 +03:00
787fc8c590 Update dependency pylint to v3.1.1
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 54s
Tests / test (3.8) (pull_request) Successful in 56s
Tests / test (3.9) (pull_request) Successful in 56s
2024-05-13 18:08:25 +03:00
b690725a47 Update dependency pytest to v8.2.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 54s
Tests / test (3.11) (pull_request) Successful in 51s
Tests / test (3.8) (pull_request) Successful in 54s
Tests / test (3.9) (pull_request) Successful in 55s
2024-04-28 03:27:28 +03:00
8719a44720 Update dependency tox to v4.15.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 52s
Tests / test (3.8) (pull_request) Successful in 1m18s
Tests / test (3.9) (pull_request) Successful in 55s
2024-04-26 22:20:26 +03:00
2fa65e7c76 Update dependency pytest to v8.1.2
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 54s
Tests / test (3.8) (pull_request) Successful in 55s
Tests / test (3.9) (pull_request) Successful in 57s
2024-04-26 21:17:23 +03:00
d3502bd935 Update dependency black to v24.4.2
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 53s
Tests / test (3.8) (pull_request) Successful in 55s
Tests / test (3.9) (pull_request) Successful in 57s
2024-04-26 03:37:21 +03:00
de3183d4ed Update dependency black to v24.4.1
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m15s
Tests / test (3.11) (pull_request) Successful in 1m19s
Tests / test (3.8) (pull_request) Successful in 59s
Tests / test (3.9) (pull_request) Successful in 56s
2024-04-24 18:20:20 +03:00
19f8383fb4 Update dependency mypy to v1.10.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m1s
Tests / test (3.11) (pull_request) Successful in 53s
Tests / test (3.8) (pull_request) Successful in 56s
Tests / test (3.9) (pull_request) Successful in 57s
2024-04-24 17:17:08 +03:00
5ba763246b Merge pull request 'Update to 3.0.0' (#52) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 1m15s
Tests / test (3.11) (push) Successful in 1m14s
Tests / test (3.8) (push) Successful in 1m14s
Tests / test (3.9) (push) Successful in 1m22s
Reviewed-on: #52
2024-01-04 00:06:50 +02:00
f0ffdf096d Merge pull request 'Pycord support initial release' (#48) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 1m8s
Tests / test (3.11) (push) Successful in 1m5s
Tests / test (3.8) (push) Successful in 1m43s
Tests / test (3.9) (push) Successful in 1m3s
Reviewed-on: #48
2023-12-27 15:00:41 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
black==24.4.1
black==24.4.2
build==1.2.1
isort==5.13.2
mypy==1.9.0
pylint==3.1.0
mypy==1.10.0
pylint==3.2.0
pytest-asyncio==0.23.6
pytest-cov==5.0.0
pytest==8.1.1
tox==4.14.2
pytest==8.2.0
tox==4.15.0
types-aiofiles==23.2.0.20240403
types-ujson==5.9.0.0

View File

@@ -1,2 +1,2 @@
apscheduler~=3.10.4
pyrofork~=2.3.18
pyrofork~=2.3.21.post3

View File

@@ -1 +1 @@
ujson~=5.9.0
ujson~=5.10.0

View File

@@ -1,4 +1,4 @@
__version__ = "3.0.0"
__version__ = "3.0.1"
__license__ = "GPL3"
__author__ = "Profitroll"