- update dependencies

This commit is contained in:
Zachary Hampton
2025-07-14 17:08:27 -07:00
parent 851ba53d81
commit 0d85100091
2 changed files with 629 additions and 440 deletions

1059
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "homeharvest" name = "homeharvest"
version = "0.4.11" version = "0.4.12"
description = "Real estate scraping library" description = "Real estate scraping library"
authors = ["Zachary Hampton <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"] authors = ["Zachary Hampton <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"]
homepage = "https://github.com/Bunsly/HomeHarvest" homepage = "https://github.com/Bunsly/HomeHarvest"
@@ -11,10 +11,10 @@ homeharvest = "homeharvest.cli:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<3.13" python = ">=3.9,<3.13"
requests = "^2.31.0" requests = "^2.32.4"
pandas = "^2.1.1" pandas = "^2.3.1"
pydantic = "^2.7.4" pydantic = "^2.11.7"
tenacity = "^9.0.0" tenacity = "^9.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]