diff --git a/pdm.lock b/pdm.lock index 1b40f6d..d74d17d 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "genshin-artifact", "pyro", "test"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:a71862798602dbee31c53d2ad5d361d3fa0ebe0b060d0e81857c047ae3002384" +content_hash = "sha256:ebd8f48a722ffb35d88322414c2fb52b95fc15b196ef267a7c5a583c7a215f12" [[package]] name = "aiocsv" @@ -1665,7 +1665,7 @@ files = [ [[package]] name = "playwright" -version = "1.44.0" +version = "1.45.0" requires_python = ">=3.8" summary = "A high-level API to automate web browsers" groups = ["default"] @@ -1674,13 +1674,13 @@ dependencies = [ "pyee==11.1.0", ] files = [ - {file = "playwright-1.44.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:c2317a80896796fdeb03d60f06cc229e775ff2e19b80c64b1bb9b29c8a59d992"}, - {file = "playwright-1.44.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:54d44fb634d870839301c2326e1e12a178a1be0de76d0caaec230ab075c2e077"}, - {file = "playwright-1.44.0-py3-none-macosx_11_0_universal2.whl", hash = "sha256:64b67194e73b47ae72acf25f1a9cfacfef38ca2b52e4bb8b0abd385c5deeaadf"}, - {file = "playwright-1.44.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:29161b1fae71f7c402df5b15f0bd3deaeecd8b3d1ecd9ff01271700c66210e7b"}, - {file = "playwright-1.44.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8c8a3bfea17576d3f94a2363eee195cbda8dbba86975588c7eaac7792b25eee"}, - {file = "playwright-1.44.0-py3-none-win32.whl", hash = "sha256:235e37832deaa9af8a629d09955396259ab757533cc1922f9b0308b4ee0d9cdf"}, - {file = "playwright-1.44.0-py3-none-win_amd64.whl", hash = "sha256:5b8a4a1d4d50f4ff99b47965576322a8c4e34631854b862a25c1feb824be22a8"}, + {file = "playwright-1.45.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:7d49aee5907d8e72060f04bc299cb6851c2dc44cb227540ade89d7aa529e907a"}, + {file = "playwright-1.45.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:210c9f848820f58b5b5ed48047748620b780ca3acc3e2b7560dafb2bfdd6d90a"}, + {file = "playwright-1.45.0-py3-none-macosx_11_0_universal2.whl", hash = "sha256:13b5398831f5499580e819ddc996633446a93bf88029e89451e51da188e16ae3"}, + {file = "playwright-1.45.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:0ba5a39f25fb9b9cf1bd48678f44536a29f6d83376329de2dee1567dac220afe"}, + {file = "playwright-1.45.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b09fa76614ba2926d45a4c0581f710c13652d5e32290ba6a1490fbafff7f0be8"}, + {file = "playwright-1.45.0-py3-none-win32.whl", hash = "sha256:97a7d53af89af54208b69c051046b462675fcf5b93f7fbfb7c0fa7f813424ee2"}, + {file = "playwright-1.45.0-py3-none-win_amd64.whl", hash = "sha256:701db496928429aec103739e48e3110806bd5cf49456cc95b89f28e1abda71da"}, ] [[package]] @@ -2212,7 +2212,7 @@ name = "simnet" version = "0.1.22" requires_python = "<4.0,>=3.8" git = "https://github.com/PaiGramTeam/SIMNet" -revision = "074939d8818e6073be4a918b25d7deadd43a5b7b" +revision = "185733af85cabb57bf7e64bf6c46a35c515fef2e" summary = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic." groups = ["default"] dependencies = [ diff --git a/pyproject.toml b/pyproject.toml index 33e6b28..857e01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rich<14.0.0,>=13.6.0", "enkanetwork-py @ git+https://github.com/PaiGramTeam/EnkaNetwork.py", "lxml<6.0.0,>=5.0.0", - "arko-wrapper<1.0.0,>=0.2.8", + "arko-wrapper<1.0.0,>=0.3.0", "fastapi<1.0.0,>=0.111.0", "uvicorn[standard]<1.0.0,>=0.30.1", "sentry-sdk<3.0.0,>=2.7.0", @@ -40,7 +40,7 @@ dependencies = [ "thefuzz<1.0.0,>=0.22.1", "cryptography<43.0.0,>=42.0.2", "pillow<11.0.0,>=10.0.1", - "playwright==1.44.0", + "playwright==1.45.0", "aiosqlite[sqlite]<1.0.0,>=0.20.0", "simnet @ git+https://github.com/PaiGramTeam/SIMNet", "psutil<7.0.0,>=6.0.0", diff --git a/requirements.txt b/requirements.txt index 7f0a38f..87c29b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ packaging==24.1 pathspec==0.12.1 pillow==10.4.0 platformdirs==4.2.2 -playwright==1.44.0 +playwright==1.45.0 pluggy==1.5.0 psutil==6.0.0 pyaes==1.6.1 @@ -88,7 +88,7 @@ rich==13.7.1 sentry-sdk==2.7.1 setuptools==70.2.0 shellingham==1.5.4 -simnet @ git+https://github.com/PaiGramTeam/SIMNet@074939d8818e6073be4a918b25d7deadd43a5b7b +simnet @ git+https://github.com/PaiGramTeam/SIMNet@185733af85cabb57bf7e64bf6c46a35c515fef2e six==1.16.0 smmap==5.0.1 sniffio==1.3.1