Merge pull request 'v4.5.0' (#302) from dev into main
All checks were successful
Analysis / SonarCloud (push) Successful in 1m6s
Tests / Build and Test (3.11) (push) Successful in 1m42s
Tests / Build and Test (3.12) (push) Successful in 1m35s
Tests / Build and Test (3.13) (push) Successful in 1m39s
Upload Python Package / release-build (release) Successful in 28s
Upload Python Package / gitea-publish (release) Successful in 24s
Upload Python Package / pypi-publish (release) Successful in 13s
All checks were successful
Analysis / SonarCloud (push) Successful in 1m6s
Tests / Build and Test (3.11) (push) Successful in 1m42s
Tests / Build and Test (3.12) (push) Successful in 1m35s
Tests / Build and Test (3.13) (push) Successful in 1m39s
Upload Python Package / release-build (release) Successful in 28s
Upload Python Package / gitea-publish (release) Successful in 24s
Upload Python Package / pypi-publish (release) Successful in 13s
Reviewed-on: #302
This commit was merged in pull request #302.
This commit is contained in:
@@ -21,8 +21,6 @@ jobs:
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
cache-dependency-path: './requirements/*'
|
||||
env:
|
||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
aiofiles>=23.0.0
|
||||
typing-extensions~=4.15.0
|
||||
aiofiles>=23.0.0,<26.0.0
|
||||
typing-extensions>=4.0.0,<5.0.0
|
||||
@@ -1,2 +1,2 @@
|
||||
pymemcache~=4.0.0
|
||||
redis~=7.1.0
|
||||
pymemcache>=4.0.0,<5.0.0
|
||||
redis>=7.0.0,<8.0.0
|
||||
@@ -1,12 +1,13 @@
|
||||
black==25.12.0
|
||||
build==1.3.0
|
||||
isort==5.13.2
|
||||
mypy==1.19.1
|
||||
pylint==4.0.4
|
||||
pytest-asyncio==1.3.0
|
||||
pytest-cov==7.0.0
|
||||
pytest==8.4.2
|
||||
tox==4.32.0
|
||||
twine==6.2.0
|
||||
types-aiofiles==25.1.0.20251011
|
||||
types-ujson==5.10.0.20250822
|
||||
black>=25.0.0,<27.0.0
|
||||
build~=1.4.0
|
||||
isort>=8.0.0,<9.0.0
|
||||
mypy>=1.0.0,<2.0.0
|
||||
pylint>=4.0.0,<5.0.0
|
||||
pytest-asyncio>=1.0.0,<2.0.0
|
||||
pytest-cov>=7.0.0,<8.0.0
|
||||
pytest>=8.0.0,<9.0.0
|
||||
tox>=4.0.0,<5.0.0
|
||||
tox-uv>=1.0.0,<2.0.0
|
||||
twine>=6.0.0,<7.0.0
|
||||
types-aiofiles>=23.0.0,<26.0.0
|
||||
types-ujson>=5.0.0,<6.0.0
|
||||
@@ -1,2 +1,2 @@
|
||||
apscheduler~=3.11.0
|
||||
apscheduler>=3.0.0,<4.0.0
|
||||
py-cord~=2.7.0
|
||||
@@ -1,2 +1,2 @@
|
||||
apscheduler~=3.11.0
|
||||
pyrofork~=2.3.32
|
||||
apscheduler>=3.0.0,<4.0.0
|
||||
pyrofork>=2.3.0,<2.4.0
|
||||
@@ -1 +1 @@
|
||||
ujson~=5.11.0
|
||||
ujson>=5.0.0,<6.0.0
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "4.4.1"
|
||||
__version__ = "4.5.0"
|
||||
__license__ = "GPL3"
|
||||
__author__ = "Profitroll"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user