mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
⬆️ Update playwright requirement from 1.47.0 to 1.48.0
This commit is contained in:
parent
6aaa3f015a
commit
c69df5eb50
@ -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.6",
|
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.7",
|
||||||
"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",
|
||||||
@ -33,7 +33,7 @@ dependencies = [
|
|||||||
"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.115.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",
|
"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,8 +41,8 @@ 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.47.0",
|
"playwright==1.48.0",
|
||||||
"aiosqlite[sqlite]<1.0.0,>=0.20.0",
|
"aiosqlite<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",
|
"influxdb-client[async,ciso]>=1.43.0",
|
||||||
@ -57,12 +57,6 @@ license = {text = "AGPL-3.0"}
|
|||||||
pyro = ["TgCrypto<2.0.0,>=1.2.5", "Pyrogram<3.0.0,>=2.0.102"]
|
pyro = ["TgCrypto<2.0.0,>=1.2.5", "Pyrogram<3.0.0,>=2.0.102"]
|
||||||
test = ["pytest<9.0.0,>=8.2.2", "pytest-asyncio<1.0.0,>=0.23.2", "flaky<4.0.0,>=3.7.0"]
|
test = ["pytest<9.0.0,>=8.2.2", "pytest-asyncio<1.0.0,>=0.23.2", "flaky<4.0.0,>=3.7.0"]
|
||||||
|
|
||||||
[tool.pdm]
|
|
||||||
distribution = false
|
|
||||||
|
|
||||||
[tool.pdm.build]
|
|
||||||
includes = []
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
log_cli = true
|
log_cli = true
|
||||||
|
@ -1,68 +1,67 @@
|
|||||||
# This file is @generated by PDM.
|
# This file was autogenerated by uv via the following command:
|
||||||
# Please do not edit it manually.
|
# uv export -o .\requirements.txt --no-hashes --all-extras
|
||||||
|
|
||||||
aiocsv==1.3.2
|
aiocsv==1.3.2
|
||||||
aiofiles==24.1.0
|
aiofiles==24.1.0
|
||||||
aiohappyeyeballs==2.4.3
|
aiohappyeyeballs==2.4.3
|
||||||
aiohttp==3.10.9
|
aiohttp==3.10.10
|
||||||
aiolimiter==1.1.0
|
aiolimiter==1.1.0
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
aiosqlite[sqlite]==0.20.0
|
aiosqlite==0.20.0
|
||||||
alembic==1.13.3
|
alembic==1.14.0
|
||||||
anyio==4.6.0
|
anyio==4.6.2.post1
|
||||||
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==24.2.0
|
attrs==24.2.0
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
black==24.10.0
|
black==24.10.0
|
||||||
cachetools==5.5.0
|
cachetools==5.5.0
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
cffi==1.17.1; 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'
|
||||||
colorlog==6.8.2
|
colorlog==6.9.0
|
||||||
cryptography==43.0.1
|
cryptography==43.0.3
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==2.0.0
|
||||||
exceptiongroup==1.2.2; python_version < "3.11"
|
exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
||||||
fakeredis==2.25.1
|
fakeredis==2.26.1
|
||||||
fastapi==0.115.0
|
fastapi==0.115.4
|
||||||
flaky==3.8.1
|
flaky==3.8.1
|
||||||
frozenlist==1.4.1
|
frozenlist==1.5.0
|
||||||
gitdb==4.0.11
|
gitdb==4.0.11
|
||||||
gitpython==3.1.43
|
gitpython==3.1.43
|
||||||
greenlet==3.0.3
|
greenlet==3.1.1
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.6
|
httpcore==1.0.6
|
||||||
httptools==0.6.1
|
httptools==0.6.4
|
||||||
httpx==0.27.2
|
httpx==0.27.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
influxdb-client[async,ciso]==1.46.0
|
influxdb-client==1.47.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.6
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
markupsafe==3.0.0
|
markupsafe==3.0.2
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
msgspec==0.18.6
|
msgspec==0.18.6
|
||||||
multidict==6.1.0
|
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.2
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
pillow==10.4.0
|
pillow==10.4.0
|
||||||
platformdirs==4.3.6
|
platformdirs==4.3.6
|
||||||
playwright==1.47.0
|
playwright==1.48.0
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
propcache==0.2.0
|
propcache==0.2.0
|
||||||
psutil==6.0.0
|
psutil==6.1.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.18
|
pydantic==1.10.19
|
||||||
pyee==12.0.0
|
pyee==12.0.0
|
||||||
pygments==2.18.0
|
pygments==2.18.0
|
||||||
pyrogram==2.0.106
|
pyrogram==2.0.106
|
||||||
@ -71,37 +70,37 @@ 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[ext,rate-limiter]==21.6
|
python-telegram-bot==21.7
|
||||||
pytz==2024.2
|
pytz==2024.2
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
rapidfuzz==3.10.0
|
rapidfuzz==3.10.1
|
||||||
reactivex==4.0.4
|
reactivex==4.0.4
|
||||||
redis==5.1.1
|
redis==5.2.0
|
||||||
rich==13.9.2
|
rich==13.9.4
|
||||||
sentry-sdk==2.16.0
|
sentry-sdk==2.18.0
|
||||||
setuptools==75.1.0
|
setuptools==75.3.0
|
||||||
simnet @ git+https://github.com/PaiGramTeam/SIMNet@3e936b7eb891b1493caa20d520d2660e11df5336
|
simnet @ git+https://github.com/PaiGramTeam/SIMNet@745000612682f7b346d92b21f4d60502b92f477c
|
||||||
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.6
|
soupsieve==2.6
|
||||||
sqlalchemy==2.0.35
|
sqlalchemy==2.0.36
|
||||||
sqlmodel==0.0.22
|
sqlmodel==0.0.22
|
||||||
starlette==0.38.6
|
starlette==0.41.2
|
||||||
starrail-damage-cal==1.9.6
|
starrail-damage-cal==1.9.6
|
||||||
starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@53f7c98c37502dd16200cfbeac5e4b88c4e9902f
|
starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@92e728d82aea232a2974ba77e188e0331f7618b9
|
||||||
tgcrypto==1.2.5
|
tgcrypto==1.2.5
|
||||||
thefuzz==0.22.1
|
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
|
tornado==6.4.1
|
||||||
typing-extensions==4.12.2
|
typing-extensions==4.12.2
|
||||||
tzdata==2024.2; 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.3
|
urllib3==2.2.3
|
||||||
uvicorn[standard]==0.31.0
|
uvicorn==0.32.0
|
||||||
uvloop==0.20.0; (sys_platform != "cygwin" and sys_platform != "win32") and platform_python_implementation != "PyPy"
|
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
|
||||||
watchfiles==0.24.0
|
watchfiles==0.24.0
|
||||||
websockets==13.1
|
websockets==13.1
|
||||||
yarl==1.14.0
|
yarl==1.17.1
|
||||||
|
Loading…
Reference in New Issue
Block a user