From 77bf0ec8534b1896cd6668f6c015519f53cd5a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:18:26 +0000 Subject: [PATCH] build(deps): bump scrapy from 2.11.1 to 2.11.2 in /01_crawler Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](https://github.com/scrapy/scrapy/compare/2.11.1...2.11.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01_crawler/poetry.lock | 20 ++++++++++++++++---- 01_crawler/pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/01_crawler/poetry.lock b/01_crawler/poetry.lock index e2c2f6b..753249f 100644 --- a/01_crawler/poetry.lock +++ b/01_crawler/poetry.lock @@ -327,6 +327,17 @@ files = [ {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, ] +[[package]] +name = "defusedxml" +version = "0.7.1" +description = "XML bomb protection for Python stdlib modules" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, + {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, +] + [[package]] name = "executing" version = "2.0.1" @@ -1115,18 +1126,19 @@ requests = ">=1.0.0" [[package]] name = "scrapy" -version = "2.11.1" +version = "2.11.2" description = "A high-level Web Crawling and Web Scraping framework" optional = false python-versions = ">=3.8" files = [ - {file = "Scrapy-2.11.1-py2.py3-none-any.whl", hash = "sha256:f1edee0cd214512054c01a8d031a8d213dddb53492b02c9e66256e3efe90d175"}, - {file = "Scrapy-2.11.1.tar.gz", hash = "sha256:733a039c7423e52b69bf2810b5332093d4e42a848460359c07b02ecff8f73ebe"}, + {file = "Scrapy-2.11.2-py2.py3-none-any.whl", hash = "sha256:4be353d6abbb942a9f7e7614ca8b5f3d9037381176ac8d8859c8cac676e74fa0"}, + {file = "scrapy-2.11.2.tar.gz", hash = "sha256:dfbd565384fc3fffeba121f5a3a2d0899ac1f756d41432ca0879933fbfb3401d"}, ] [package.dependencies] cryptography = ">=36.0.0" cssselect = ">=0.9.1" +defusedxml = ">=0.7.1" itemadapter = ">=0.1.0" itemloaders = ">=1.0.1" lxml = ">=4.4.1" @@ -1484,4 +1496,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "83c9f5767792b33ad32d93c88ba7b1de4533e196076780e70768a07354c29acd" +content-hash = "0357b88c92bab09ce34eee9013c05a62976d4d4d5428ffe27464feee5ebb9d22" diff --git a/01_crawler/pyproject.toml b/01_crawler/pyproject.toml index 496f74d..32fc3c5 100644 --- a/01_crawler/pyproject.toml +++ b/01_crawler/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" scrapy-playwright = "^0.0.34" -scrapy = "^2.11.1" +scrapy = "^2.11.2" scrapy-user-agents = "^0.1.1" pandas = "^2.2.1" itables = "^1.7.1"