⬆️ Update playwright requirement from 1.47.0 to 1.48.0

This commit is contained in:
xtaodada 2024-11-08 23:41:47 +08:00
parent 6dcc187892
commit b0ed1f9550
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
4 changed files with 2649 additions and 2787 deletions

2741
pdm.lock

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ dependencies = [
"httpx<1.0.0,>=0.25.0",
"ujson<6.0.0,>=5.9.0",
"Jinja2<4.0.0,>=3.1.2",
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.6",
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.7",
"sqlmodel<1.0.0,>=0.0.22",
"colorlog<7.0.0,>=6.8.0",
"fakeredis<3.0.0,>=2.19.0",
@ -32,7 +32,7 @@ dependencies = [
"lxml<6.0.0,>=5.0.0",
"arko-wrapper<1.0.0,>=0.3.0",
"fastapi<1.0.0,>=0.115.0",
"uvicorn[standard]<1.0.0,>=0.31.0",
"uvicorn[standard]<1.0.0,>=0.32.0",
"sentry-sdk<3.0.0,>=2.7.0",
"GitPython<4.0.0,>=3.1.30",
"openpyxl<4.0.0,>=3.1.1",
@ -40,8 +40,8 @@ dependencies = [
"thefuzz<1.0.0,>=0.22.1",
"cryptography<44.0.0,>=43.0.1",
"pillow<11.0.0,>=10.0.1",
"playwright==1.47.0",
"aiosqlite[sqlite]<1.0.0,>=0.20.0",
"playwright==1.48.0",
"aiosqlite<1.0.0,>=0.20.0",
"simnet @ git+https://github.com/PaiGramTeam/SIMNet",
"psutil<7.0.0,>=6.0.0",
"influxdb-client[async,ciso]>=1.43.0",

View File

@ -1,68 +1,67 @@
# This file is @generated by PDM.
# Please do not edit it manually.
# This file was autogenerated by uv via the following command:
# uv export -o .\requirements.txt --no-hashes --all-extras
aiocsv==1.3.2
aiofiles==24.1.0
aiohappyeyeballs==2.4.3
aiohttp==3.10.9
aiohttp==3.10.10
aiolimiter==1.1.0
aiosignal==1.3.1
aiosqlite[sqlite]==0.20.0
alembic==1.13.3
anyio==4.6.0
aiosqlite==0.20.0
alembic==1.14.0
anyio==4.6.2.post1
apscheduler==3.10.4
arko-wrapper==0.3.0
async-lru==2.0.4
async-timeout==4.0.3; python_full_version < "3.11.3"
async-timeout==4.0.3 ; python_full_version < '3.11.3'
asyncmy==0.2.9
attrs==24.2.0
beautifulsoup4==4.12.3
black==24.10.0
cachetools==5.5.0
certifi==2024.8.30
cffi==1.17.1; platform_python_implementation != "PyPy"
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
ciso8601==2.3.1
click==8.1.7
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
colorlog==6.8.2
cryptography==43.0.1
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
colorlog==6.9.0
cryptography==43.0.3
enkanetwork-py @ git+https://github.com/PaiGramTeam/EnkaNetwork.py@0889dc2de8f216a0bcbe983bcc4ed71cd7917d6a
et-xmlfile==1.1.0
exceptiongroup==1.2.2; python_version < "3.11"
fakeredis==2.25.1
fastapi==0.115.0
et-xmlfile==2.0.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
fakeredis==2.26.1
fastapi==0.115.4
flaky==3.8.1
frozenlist==1.4.1
frozenlist==1.5.0
gitdb==4.0.11
gitpython==3.1.43
greenlet==3.0.3
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.6
httptools==0.6.1
httptools==0.6.4
httpx==0.27.2
idna==3.10
influxdb-client[async,ciso]==1.46.0
influxdb-client==1.47.0
iniconfig==2.0.0
jinja2==3.1.4
lxml==5.3.0
mako==1.3.5
mako==1.3.6
markdown-it-py==3.0.0
markupsafe==3.0.0
markupsafe==3.0.2
mdurl==0.1.2
multidict==6.1.0
mypy-extensions==1.0.0
openpyxl==3.1.5
packaging==24.1
packaging==24.2
pathspec==0.12.1
pillow==10.4.0
platformdirs==4.3.6
playwright==1.47.0
playwright==1.48.0
pluggy==1.5.0
propcache==0.2.0
psutil==6.0.0
psutil==6.1.0
pyaes==1.6.1
pycparser==2.22; platform_python_implementation != "PyPy"
pydantic==1.10.18
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pydantic==1.10.19
pyee==12.0.0
pygments==2.18.0
pyrogram==2.0.106
@ -71,36 +70,36 @@ pytest==8.3.3
pytest-asyncio==0.24.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-genshin-artifact==1.0.10
python-telegram-bot[ext,rate-limiter]==21.6
python-genshin-artifact==1.0.11
python-telegram-bot==21.7
pytz==2024.2
pyyaml==6.0.2
rapidfuzz==3.10.0
rapidfuzz==3.10.1
reactivex==4.0.4
redis==5.1.1
rich==13.9.2
sentry-sdk==2.16.0
setuptools==75.1.0
simnet @ git+https://github.com/PaiGramTeam/SIMNet@3e936b7eb891b1493caa20d520d2660e11df5336
redis==5.2.0
rich==13.9.4
sentry-sdk==2.18.0
setuptools==75.3.0
simnet @ git+https://github.com/PaiGramTeam/SIMNet@745000612682f7b346d92b21f4d60502b92f477c
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.6
sqlalchemy==2.0.35
sqlalchemy==2.0.36
sqlmodel==0.0.22
starlette==0.38.6
starlette==0.41.2
tgcrypto==1.2.5
thefuzz==0.22.1
tomli==2.0.2; python_version < "3.11"
tomli==2.0.2 ; python_full_version < '3.11'
tornado==6.4.1
typing-extensions==4.12.2
tzdata==2024.2; platform_system == "Windows"
tzdata==2024.2 ; platform_system == 'Windows'
tzlocal==5.2
ujson==5.10.0
urllib3==2.2.3
uvicorn[standard]==0.31.0
uvloop==0.20.0; (sys_platform != "cygwin" and sys_platform != "win32") and platform_python_implementation != "PyPy"
uvicorn==0.32.0
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
watchfiles==0.24.0
websockets==13.1
yarl==1.14.0
yarl==1.17.1

2604
uv.lock Normal file

File diff suppressed because it is too large Load Diff