diff --git a/poetry.lock b/poetry.lock index 0e0a002..424d144 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "beautifulsoup4" -version = "4.13.1" +version = "4.13.3" description = "Screen-scraping library" optional = false python-versions = ">=3.7.0" files = [ - {file = "beautifulsoup4-4.13.1-py3-none-any.whl", hash = "sha256:72465267014897bb10ca749bb632bde6c2d20f3254afd5458544bd74e6c2e6d8"}, - {file = "beautifulsoup4-4.13.1.tar.gz", hash = "sha256:741c8b6903a1e4ae8ba32b9c9ae7510dab7a197fdbadcf9fcdeb0891ef5ec66a"}, + {file = "beautifulsoup4-4.13.3-py3-none-any.whl", hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16"}, + {file = "beautifulsoup4-4.13.3.tar.gz", hash = "sha256:1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"}, ] [package.dependencies] @@ -521,4 +521,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a0a625c982c51727c83af3f416a369db547533fbc60313568d92508860d36372" +content-hash = "16ab09f7bea4920eaadc16868a42f62eefb3c9bb43a91f82a0c2bc8dabba462a" diff --git a/pyproject.toml b/pyproject.toml index 77d1420..6c1884d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -beautifulsoup4 = "^4.13.1" +beautifulsoup4 = "^4.13.3" requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.38"