From 809bd734368cdcfc0a929c6657592c1d7ff196c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 02:19:34 +0000 Subject: [PATCH] Bump scrapy from 2.11.0 to 2.11.2 in /4_general_inquiry_sample Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.0 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.0...2.11.2) --- updated-dependencies: - dependency-name: scrapy dependency-version: 2.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 4_general_inquiry_sample/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_general_inquiry_sample/pyproject.toml b/4_general_inquiry_sample/pyproject.toml index 8a9572e..cb4b090 100644 --- a/4_general_inquiry_sample/pyproject.toml +++ b/4_general_inquiry_sample/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "openai==1.55.3", "python-dotenv==1.0.0", "requests==2.31.0", - "scrapy==2.11.0", + "scrapy==2.11.2", "beautifulsoup4==4.12.2", ]