From 2b7afb339cea7921bef127c23866a03ffc47a34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 04:07:23 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [scrapy](https://github.com/scrapy/scrapy) | `0.20.2` | `2.11.2` | | [twisted](https://github.com/twisted/twisted) | `13.2.0` | `24.7.0rc1` | | [lxml](https://github.com/lxml/lxml) | `3.2.5` | `4.9.1` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `0.13.1` | `17.5.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `2.6.3` | `4.6.3` | Updates `scrapy` from 0.20.2 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/0.20.2...2.11.2) Updates `twisted` from 13.2.0 to 24.7.0rc1 - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/twisted-24.7.0rc1/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-13.2.0...twisted-24.7.0rc1) Updates `lxml` from 3.2.5 to 4.9.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-3.2.5...lxml-4.9.1) Updates `pyopenssl` from 0.13.1 to 17.5.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/commits/17.5.0) Updates `pymongo` from 2.6.3 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/2.6.3...4.6.3) --- updated-dependencies: - dependency-name: scrapy dependency-version: 2.11.2 dependency-type: direct:production dependency-group: pip - dependency-name: twisted dependency-version: 24.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: lxml dependency-version: 4.9.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyopenssl dependency-version: 17.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1bcb0ea..59eb8b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ SQLAlchemy==0.9.1 -Scrapy==0.20.2 -Twisted==13.2.0 +Scrapy==2.11.2 +Twisted==24.7.0rc1 cssselect==0.9.1 -lxml==3.2.5 -pyOpenSSL==0.13.1 -pymongo==2.6.3 +lxml==4.9.1 +pyOpenSSL==17.5.0 +pymongo==4.6.3 queuelib==1.1.1 scrapy-mongodb==0.6.2 six==1.5.2