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 Aug 8, 2024
1 parent 89e44ca commit a575e26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 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.12.5"
arrow = "^1.3.0"
cachetools = "^5.3.3"
cachetools = "^5.4.0"
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"
lxml = "^5.2.2"
PicImageSearch = "^3.10.7"
Pillow = "^10.4.0"
pydantic = {extras = ["dotenv"], version = "^2.8.2"}
pydantic-settings = "^2.4.0"
pyquery = "^2.0.0"
python-socks = {extras = ["asyncio"], version = "^2.4.4", optional = true}
python-socks = {extras = ["asyncio"], version = "^2.5.0", optional = true}
socksio = { version = "^1.0.0", optional = true }
Telethon = "^1.34.0"
tenacity = "^8.2.3"
Telethon = "^1.36.0"
tenacity = "^8.5.0"

[tool.poetry.extras]
socks = ["python-socks", "socksio"]
Expand Down
18 changes: 9 additions & 9 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
cachetools~=5.4.0
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
lxml~=5.2.2
PicImageSearch~=3.10.7
Pillow~=10.4.0
pydantic[dotenv]~=2.8.2
pydantic-settings~=2.4.0
pyquery~=2.0.0
python-socks[asyncio]~=2.4.4;extra == "socks"
python-socks[asyncio]~=2.5.0;extra == "socks"
socksio~=1.0.0;extra == "socks"
Telethon~=1.34.0
tenacity~=8.2.3
Telethon~=1.36.0
tenacity~=8.5.0

0 comments on commit a575e26

Please sign in to comment.