Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 89e44ca commit 8adfd2c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ repository = "https://github.com/NekoAria/YetAnotherPicSearch4Telegram"
keywords = ["telegram", "ascii2d", "baidu", "e-hentai", "google", "iqdb", "saucenao", "tracemoe", "yandex", "anime", "danbooru", "doujin", "pixiv"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.13.1"
arrow = "^1.3.0"
cachetools = "^5.3.3"
httpx = "^0.27.0"
loguru = "^0.7.2"
lxml = "^5.2.1"
PicImageSearch = "^3.10.0"
Pillow = "^10.3.0"
pydantic = {extras = ["dotenv"], version = "^2.7.0"}
pydantic-settings = "^2.2.1"
pyquery = "^2.0.0"
python-socks = {extras = ["asyncio"], version = "^2.4.4", optional = true}
cachetools = "^5.5.0"
httpx = "^0.28.1"
loguru = "^0.7.3"
lxml = "^5.3.0"
PicImageSearch = "^3.11.3"
Pillow = "^10.4.0"
pydantic = {extras = ["dotenv"], version = "^2.10.4"}
pydantic-settings = "^2.7.1"
pyquery = "^2.0.1"
python-socks = {extras = ["asyncio"], version = "^2.6.1", optional = true}
socksio = { version = "^1.0.0", optional = true }
Telethon = "^1.34.0"
tenacity = "^8.2.3"
Telethon = "^1.38.1"
tenacity = "^8.5.0"

[tool.poetry.extras]
socks = ["python-socks", "socksio"]
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
arrow~=1.3.0
cachetools~=5.3.3
httpx~=0.27.0
loguru~=0.7.2
lxml~=5.2.1
PicImageSearch~=3.10.0
Pillow~=10.3.0
pydantic[dotenv]~=2.7.0
pydantic-settings~=2.2.1
pyquery~=2.0.0
python-socks[asyncio]~=2.4.4;extra == "socks"
cachetools~=5.5.0
httpx~=0.28.1
loguru~=0.7.3
lxml~=5.3.0
PicImageSearch~=3.11.3
Pillow~=10.4.0
pydantic[dotenv]~=2.10.4
pydantic-settings~=2.7.1
pyquery~=2.0.1
python-socks[asyncio]~=2.6.1;extra == "socks"
socksio~=1.0.0;extra == "socks"
Telethon~=1.34.0
tenacity~=8.2.3
Telethon~=1.38.1
tenacity~=8.5.0

0 comments on commit 8adfd2c

Please sign in to comment.