mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
⬆️ Update playwright requirement from 1.46.0 to 1.47.0
This commit is contained in:
parent
eea0dfb769
commit
c2ab8652f0
@ -1 +1 @@
|
||||
Subproject commit e060fcac750ce32f2abad06c7db3536ba0937f05
|
||||
Subproject commit 7129322f6dd9ae82880807a0a5a8579a5f150369
|
@ -18,7 +18,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.3",
|
||||
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.6",
|
||||
"sqlmodel<1.0.0,>=0.0.22",
|
||||
"colorlog<7.0.0,>=6.8.0",
|
||||
"fakeredis<3.0.0,>=2.19.0",
|
||||
@ -28,12 +28,12 @@ dependencies = [
|
||||
"aiofiles<25.0.0,>=24.1.0",
|
||||
"python-dotenv<2.0.0,>=1.0.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",
|
||||
"lxml<6.0.0,>=5.0.0",
|
||||
"arko-wrapper<1.0.0,>=0.3.0",
|
||||
"fastapi<1.0.0,>=0.113.0",
|
||||
"uvicorn[standard]<1.0.0,>=0.30.1",
|
||||
"fastapi<1.0.0,>=0.115.0",
|
||||
"uvicorn[standard]<1.0.0,>=0.31.0",
|
||||
"sentry-sdk<3.0.0,>=2.7.0",
|
||||
"GitPython<4.0.0,>=3.1.30",
|
||||
"openpyxl<4.0.0,>=3.1.1",
|
||||
@ -41,15 +41,15 @@ dependencies = [
|
||||
"thefuzz<1.0.0,>=0.22.1",
|
||||
"cryptography<44.0.0,>=43.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",
|
||||
"simnet @ git+https://github.com/PaiGramTeam/SIMNet",
|
||||
"psutil<7.0.0,>=6.0.0",
|
||||
"influxdb-client[async,ciso]>=1.43.0",
|
||||
"starrail-damage-cal<2.0.0,>=1.7.0",
|
||||
"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"
|
||||
license = {text = "AGPL-3.0"}
|
||||
|
||||
|
@ -3,26 +3,24 @@
|
||||
|
||||
aiocsv==1.3.2
|
||||
aiofiles==24.1.0
|
||||
aiohappyeyeballs==2.3.4
|
||||
aiohttp==3.10.0
|
||||
aiohappyeyeballs==2.4.3
|
||||
aiohttp==3.10.9
|
||||
aiolimiter==1.1.0
|
||||
aiosignal==1.3.1
|
||||
aiosqlite==0.20.0
|
||||
aiosqlite[sqlite]==0.20.0
|
||||
alembic==1.13.2
|
||||
anyio==4.4.0
|
||||
alembic==1.13.3
|
||||
anyio==4.6.0
|
||||
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"
|
||||
asyncmy==0.2.9
|
||||
attrs==23.2.0
|
||||
backports-zoneinfo==0.2.1; python_version < "3.9"
|
||||
attrs==24.2.0
|
||||
beautifulsoup4==4.12.3
|
||||
black==24.8.0
|
||||
cachetools==5.3.3
|
||||
certifi==2024.7.4
|
||||
cffi==1.16.0; platform_python_implementation != "PyPy"
|
||||
black==24.10.0
|
||||
cachetools==5.5.0
|
||||
certifi==2024.8.30
|
||||
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"
|
||||
@ -30,85 +28,80 @@ colorlog==6.8.2
|
||||
cryptography==43.0.1
|
||||
et-xmlfile==1.1.0
|
||||
exceptiongroup==1.2.2; python_version < "3.11"
|
||||
fakeredis==2.24.1
|
||||
fastapi==0.114.0
|
||||
fakeredis==2.25.1
|
||||
fastapi==0.115.0
|
||||
flaky==3.8.1
|
||||
frozenlist==1.4.1
|
||||
gitdb==4.0.11
|
||||
gitpython==3.1.43
|
||||
greenlet==3.0.3
|
||||
h11==0.14.0
|
||||
httpcore==1.0.5
|
||||
httpcore==1.0.6
|
||||
httptools==0.6.1
|
||||
httpx==0.27.2
|
||||
idna==3.7
|
||||
importlib-metadata==8.2.0; python_version < "3.9"
|
||||
importlib-resources==6.4.0; python_version < "3.9"
|
||||
influxdb-client==1.45.0
|
||||
influxdb-client[async,ciso]==1.45.0
|
||||
idna==3.10
|
||||
influxdb-client[async,ciso]==1.46.0
|
||||
iniconfig==2.0.0
|
||||
jinja2==3.1.4
|
||||
lxml==5.3.0
|
||||
mako==1.3.5
|
||||
markdown-it-py==3.0.0
|
||||
markupsafe==2.1.5
|
||||
markupsafe==3.0.0
|
||||
mdurl==0.1.2
|
||||
msgspec==0.18.6
|
||||
multidict==6.0.5
|
||||
multidict==6.1.0
|
||||
mypy-extensions==1.0.0
|
||||
openpyxl==3.1.5
|
||||
packaging==24.1
|
||||
pathspec==0.12.1
|
||||
pillow==10.4.0
|
||||
platformdirs==4.2.2
|
||||
playwright==1.46.0
|
||||
platformdirs==4.3.6
|
||||
playwright==1.47.0
|
||||
pluggy==1.5.0
|
||||
propcache==0.2.0
|
||||
psutil==6.0.0
|
||||
pyaes==1.6.1
|
||||
pycparser==2.22; platform_python_implementation != "PyPy"
|
||||
pydantic==1.10.17
|
||||
pyee==11.1.0
|
||||
pydantic==1.10.18
|
||||
pyee==12.0.0
|
||||
pygments==2.18.0
|
||||
pyrogram==2.0.106
|
||||
pysocks==1.7.1
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
pytest-asyncio==0.24.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
python-telegram-bot==21.5
|
||||
python-telegram-bot[ext,rate-limiter]==21.5
|
||||
pytz==2024.1
|
||||
pyyaml==6.0.1
|
||||
rapidfuzz==3.9.5
|
||||
python-telegram-bot[ext,rate-limiter]==21.6
|
||||
pytz==2024.2
|
||||
pyyaml==6.0.2
|
||||
rapidfuzz==3.10.0
|
||||
reactivex==4.0.4
|
||||
redis==5.0.8
|
||||
rich==13.8.0
|
||||
sentry-sdk==2.13.0
|
||||
setuptools==72.1.0
|
||||
simnet @ git+https://github.com/PaiGramTeam/SIMNet@1ba4729700d9455014f0fae75c30ccd418190399
|
||||
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
|
||||
six==1.16.0
|
||||
smmap==5.0.1
|
||||
sniffio==1.3.1
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
sqlalchemy==2.0.31
|
||||
soupsieve==2.6
|
||||
sqlalchemy==2.0.35
|
||||
sqlmodel==0.0.22
|
||||
starlette==0.37.2
|
||||
starrail-damage-cal==1.8.2
|
||||
starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@db70a3cc71976908ea3986147c39788e6c2f8f5c
|
||||
starlette==0.38.6
|
||||
starrail-damage-cal==1.9.6
|
||||
starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore@53f7c98c37502dd16200cfbeac5e4b88c4e9902f
|
||||
tgcrypto==1.2.5
|
||||
thefuzz==0.22.1
|
||||
tomli==2.0.1; python_version < "3.11"
|
||||
tomli==2.0.2; python_version < "3.11"
|
||||
tornado==6.4.1
|
||||
typing-extensions==4.12.2
|
||||
tzdata==2024.1; platform_system == "Windows"
|
||||
tzdata==2024.2; platform_system == "Windows"
|
||||
tzlocal==5.2
|
||||
ujson==5.10.0
|
||||
urllib3==2.2.2
|
||||
uvicorn==0.30.6
|
||||
uvicorn[standard]==0.30.6
|
||||
uvloop==0.19.0; (sys_platform != "cygwin" and sys_platform != "win32") and platform_python_implementation != "PyPy"
|
||||
watchfiles==0.22.0
|
||||
websockets==12.0
|
||||
yarl==1.9.4
|
||||
zipp==3.19.2; python_version < "3.9"
|
||||
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"
|
||||
watchfiles==0.24.0
|
||||
websockets==13.1
|
||||
yarl==1.14.0
|
||||
|
Loading…
Reference in New Issue
Block a user