⬆️ Update playwright requirement from 1.46.0 to 1.47.0

This commit is contained in:
xtaodada 2024-10-08 21:38:59 +08:00
parent eea0dfb769
commit c2ab8652f0
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
4 changed files with 1017 additions and 1121 deletions

@ -1 +1 @@
Subproject commit e060fcac750ce32f2abad06c7db3536ba0937f05 Subproject commit 7129322f6dd9ae82880807a0a5a8579a5f150369

2027
pdm.lock

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ dependencies = [
"httpx<1.0.0,>=0.25.0", "httpx<1.0.0,>=0.25.0",
"ujson<6.0.0,>=5.9.0", "ujson<6.0.0,>=5.9.0",
"Jinja2<4.0.0,>=3.1.2", "Jinja2<4.0.0,>=3.1.2",
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.3", "python-telegram-bot[ext,rate-limiter]<22.0,>=21.6",
"sqlmodel<1.0.0,>=0.0.22", "sqlmodel<1.0.0,>=0.0.22",
"colorlog<7.0.0,>=6.8.0", "colorlog<7.0.0,>=6.8.0",
"fakeredis<3.0.0,>=2.19.0", "fakeredis<3.0.0,>=2.19.0",
@ -28,12 +28,12 @@ dependencies = [
"aiofiles<25.0.0,>=24.1.0", "aiofiles<25.0.0,>=24.1.0",
"python-dotenv<2.0.0,>=1.0.0", "python-dotenv<2.0.0,>=1.0.0",
"alembic<2.0.0,>=1.13.0", "alembic<2.0.0,>=1.13.0",
"black<25.0.0,>=24.1.1", "black<25.0.0,>=24.10.0",
"rich<14.0.0,>=13.6.0", "rich<14.0.0,>=13.6.0",
"lxml<6.0.0,>=5.0.0", "lxml<6.0.0,>=5.0.0",
"arko-wrapper<1.0.0,>=0.3.0", "arko-wrapper<1.0.0,>=0.3.0",
"fastapi<1.0.0,>=0.113.0", "fastapi<1.0.0,>=0.115.0",
"uvicorn[standard]<1.0.0,>=0.30.1", "uvicorn[standard]<1.0.0,>=0.31.0",
"sentry-sdk<3.0.0,>=2.7.0", "sentry-sdk<3.0.0,>=2.7.0",
"GitPython<4.0.0,>=3.1.30", "GitPython<4.0.0,>=3.1.30",
"openpyxl<4.0.0,>=3.1.1", "openpyxl<4.0.0,>=3.1.1",
@ -41,15 +41,15 @@ dependencies = [
"thefuzz<1.0.0,>=0.22.1", "thefuzz<1.0.0,>=0.22.1",
"cryptography<44.0.0,>=43.0.1", "cryptography<44.0.0,>=43.0.1",
"pillow<11.0.0,>=10.0.1", "pillow<11.0.0,>=10.0.1",
"playwright==1.46.0", "playwright==1.47.0",
"aiosqlite[sqlite]<1.0.0,>=0.20.0", "aiosqlite[sqlite]<1.0.0,>=0.20.0",
"simnet @ git+https://github.com/PaiGramTeam/SIMNet", "simnet @ git+https://github.com/PaiGramTeam/SIMNet",
"psutil<7.0.0,>=6.0.0", "psutil<7.0.0,>=6.0.0",
"influxdb-client[async,ciso]>=1.43.0",
"starrail-damage-cal<2.0.0,>=1.7.0", "starrail-damage-cal<2.0.0,>=1.7.0",
"starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore", "starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore",
"influxdb-client[async,ciso]>=1.43.0",
] ]
requires-python = "<4.0,>=3.8" requires-python = "<4.0,>=3.9"
readme = "README.md" readme = "README.md"
license = {text = "AGPL-3.0"} license = {text = "AGPL-3.0"}

View File

@ -3,26 +3,24 @@
aiocsv==1.3.2 aiocsv==1.3.2
aiofiles==24.1.0 aiofiles==24.1.0
aiohappyeyeballs==2.3.4 aiohappyeyeballs==2.4.3
aiohttp==3.10.0 aiohttp==3.10.9
aiolimiter==1.1.0 aiolimiter==1.1.0
aiosignal==1.3.1 aiosignal==1.3.1
aiosqlite==0.20.0
aiosqlite[sqlite]==0.20.0 aiosqlite[sqlite]==0.20.0
alembic==1.13.2 alembic==1.13.3
anyio==4.4.0 anyio==4.6.0
apscheduler==3.10.4 apscheduler==3.10.4
arko-wrapper==0.3.0 arko-wrapper==0.3.0
async-lru==2.0.4 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 asyncmy==0.2.9
attrs==23.2.0 attrs==24.2.0
backports-zoneinfo==0.2.1; python_version < "3.9"
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
black==24.8.0 black==24.10.0
cachetools==5.3.3 cachetools==5.5.0
certifi==2024.7.4 certifi==2024.8.30
cffi==1.16.0; platform_python_implementation != "PyPy" cffi==1.17.1; platform_python_implementation != "PyPy"
ciso8601==2.3.1 ciso8601==2.3.1
click==8.1.7 click==8.1.7
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows" colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
@ -30,85 +28,80 @@ colorlog==6.8.2
cryptography==43.0.1 cryptography==43.0.1
et-xmlfile==1.1.0 et-xmlfile==1.1.0
exceptiongroup==1.2.2; python_version < "3.11" exceptiongroup==1.2.2; python_version < "3.11"
fakeredis==2.24.1 fakeredis==2.25.1
fastapi==0.114.0 fastapi==0.115.0
flaky==3.8.1 flaky==3.8.1
frozenlist==1.4.1 frozenlist==1.4.1
gitdb==4.0.11 gitdb==4.0.11
gitpython==3.1.43 gitpython==3.1.43
greenlet==3.0.3 greenlet==3.0.3
h11==0.14.0 h11==0.14.0
httpcore==1.0.5 httpcore==1.0.6
httptools==0.6.1 httptools==0.6.1
httpx==0.27.2 httpx==0.27.2
idna==3.7 idna==3.10
importlib-metadata==8.2.0; python_version < "3.9" influxdb-client[async,ciso]==1.46.0
importlib-resources==6.4.0; python_version < "3.9"
influxdb-client==1.45.0
influxdb-client[async,ciso]==1.45.0
iniconfig==2.0.0 iniconfig==2.0.0
jinja2==3.1.4 jinja2==3.1.4
lxml==5.3.0 lxml==5.3.0
mako==1.3.5 mako==1.3.5
markdown-it-py==3.0.0 markdown-it-py==3.0.0
markupsafe==2.1.5 markupsafe==3.0.0
mdurl==0.1.2 mdurl==0.1.2
msgspec==0.18.6 msgspec==0.18.6
multidict==6.0.5 multidict==6.1.0
mypy-extensions==1.0.0 mypy-extensions==1.0.0
openpyxl==3.1.5 openpyxl==3.1.5
packaging==24.1 packaging==24.1
pathspec==0.12.1 pathspec==0.12.1
pillow==10.4.0 pillow==10.4.0
platformdirs==4.2.2 platformdirs==4.3.6
playwright==1.46.0 playwright==1.47.0
pluggy==1.5.0 pluggy==1.5.0
propcache==0.2.0
psutil==6.0.0 psutil==6.0.0
pyaes==1.6.1 pyaes==1.6.1
pycparser==2.22; platform_python_implementation != "PyPy" pycparser==2.22; platform_python_implementation != "PyPy"
pydantic==1.10.17 pydantic==1.10.18
pyee==11.1.0 pyee==12.0.0
pygments==2.18.0 pygments==2.18.0
pyrogram==2.0.106 pyrogram==2.0.106
pysocks==1.7.1 pysocks==1.7.1
pytest==8.3.2 pytest==8.3.3
pytest-asyncio==0.24.0 pytest-asyncio==0.24.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-dotenv==1.0.1 python-dotenv==1.0.1
python-telegram-bot==21.5 python-telegram-bot[ext,rate-limiter]==21.6
python-telegram-bot[ext,rate-limiter]==21.5 pytz==2024.2
pytz==2024.1 pyyaml==6.0.2
pyyaml==6.0.1 rapidfuzz==3.10.0
rapidfuzz==3.9.5
reactivex==4.0.4 reactivex==4.0.4
redis==5.0.8 redis==5.1.1
rich==13.8.0 rich==13.9.2
sentry-sdk==2.13.0 sentry-sdk==2.16.0
setuptools==72.1.0 setuptools==75.1.0
simnet @ git+https://github.com/PaiGramTeam/SIMNet@1ba4729700d9455014f0fae75c30ccd418190399 simnet @ git+https://github.com/PaiGramTeam/SIMNet@3e936b7eb891b1493caa20d520d2660e11df5336
six==1.16.0 six==1.16.0
smmap==5.0.1 smmap==5.0.1
sniffio==1.3.1 sniffio==1.3.1
sortedcontainers==2.4.0 sortedcontainers==2.4.0
soupsieve==2.5 soupsieve==2.6
sqlalchemy==2.0.31 sqlalchemy==2.0.35
sqlmodel==0.0.22 sqlmodel==0.0.22
starlette==0.37.2 starlette==0.38.6
starrail-damage-cal==1.8.2 starrail-damage-cal==1.9.6
starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@db70a3cc71976908ea3986147c39788e6c2f8f5c starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@53f7c98c37502dd16200cfbeac5e4b88c4e9902f
tgcrypto==1.2.5 tgcrypto==1.2.5
thefuzz==0.22.1 thefuzz==0.22.1
tomli==2.0.1; python_version < "3.11" tomli==2.0.2; python_version < "3.11"
tornado==6.4.1 tornado==6.4.1
typing-extensions==4.12.2 typing-extensions==4.12.2
tzdata==2024.1; platform_system == "Windows" tzdata==2024.2; platform_system == "Windows"
tzlocal==5.2 tzlocal==5.2
ujson==5.10.0 ujson==5.10.0
urllib3==2.2.2 urllib3==2.2.3
uvicorn==0.30.6 uvicorn[standard]==0.31.0
uvicorn[standard]==0.30.6 uvloop==0.20.0; (sys_platform != "cygwin" and sys_platform != "win32") and platform_python_implementation != "PyPy"
uvloop==0.19.0; (sys_platform != "cygwin" and sys_platform != "win32") and platform_python_implementation != "PyPy" watchfiles==0.24.0
watchfiles==0.22.0 websockets==13.1
websockets==12.0 yarl==1.14.0
yarl==1.9.4
zipp==3.19.2; python_version < "3.9"