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] committed Jul 4, 2024
1 parent 89e44ca commit ba0cfb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ 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"
lxml = "^5.2.2"
PicImageSearch = "^3.10.3"
Pillow = "^10.4.0"
pydantic = {extras = ["dotenv"], version = "^2.8.2"}
pydantic-settings = "^2.3.4"
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.4.2"

[tool.poetry.extras]
socks = ["python-socks", "socksio"]
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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
lxml~=5.2.2
PicImageSearch~=3.10.3
Pillow~=10.4.0
pydantic[dotenv]~=2.8.2
pydantic-settings~=2.3.4
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.4.2

0 comments on commit ba0cfb7

Please sign in to comment.