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 Oct 17, 2024
1 parent 89e44ca commit 9386313
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 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.0"
arrow = "^1.3.0"
cachetools = "^5.3.3"
httpx = "^0.27.0"
cachetools = "^5.5.0"
httpx = "^0.27.2"
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}
lxml = "^5.3.0"
PicImageSearch = "^3.11.0"
Pillow = "^10.4.0"
pydantic = {extras = ["dotenv"], version = "^2.9.2"}
pydantic-settings = "^2.6.0"
pyquery = "^2.0.1"
python-socks = {extras = ["asyncio"], version = "^2.5.3", optional = true}
socksio = { version = "^1.0.0", optional = true }
Telethon = "^1.34.0"
tenacity = "^8.2.3"
Telethon = "^1.37.0"
tenacity = "^8.5.0"

[tool.poetry.extras]
socks = ["python-socks", "socksio"]
Expand Down
22 changes: 11 additions & 11 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
cachetools~=5.5.0
httpx~=0.27.2
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"
lxml~=5.3.0
PicImageSearch~=3.11.0.post1
Pillow~=10.4.0
pydantic[dotenv]~=2.9.2
pydantic-settings~=2.6.0
pyquery~=2.0.1
python-socks[asyncio]~=2.5.3;extra == "socks"
socksio~=1.0.0;extra == "socks"
Telethon~=1.34.0
tenacity~=8.2.3
Telethon~=1.37.0
tenacity~=8.5.0

0 comments on commit 9386313

Please sign in to comment.