From 94a2258086add60675ab5bfb7fffa394d0c06af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:06:22 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /blog/hn_scraper directory: | Package | From | To | | --- | --- | --- | | [scrapy](https://github.com/scrapy/scrapy) | `0.24.5` | `2.11.1` | | [twisted](https://github.com/twisted/twisted) | `15.1.0` | `23.10.0` | | [cryptography](https://github.com/pyca/cryptography) | `0.8.2` | `42.0.4` | | [lxml](https://github.com/lxml/lxml) | `3.4.3` | `4.9.1` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `0.15.1` | `17.5.0` | Updates `scrapy` from 0.24.5 to 2.11.1 - [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.24.5...2.11.1) Updates `twisted` from 15.1.0 to 23.10.0 - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-15.1.0...twisted-23.10.0) Updates `cryptography` from 0.8.2 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/0.8.2...42.0.4) Updates `lxml` from 3.4.3 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.4.3...lxml-4.9.1) Updates `pyopenssl` from 0.15.1 to 17.5.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/0.15.1...17.5.0) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production dependency-group: pip - dependency-name: twisted dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: lxml dependency-type: direct:production dependency-group: pip - dependency-name: pyopenssl dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- blog/hn_scraper/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/hn_scraper/requirements.txt b/blog/hn_scraper/requirements.txt index 4866092..35937f8 100644 --- a/blog/hn_scraper/requirements.txt +++ b/blog/hn_scraper/requirements.txt @@ -1,12 +1,12 @@ -Scrapy==0.24.5 -Twisted==15.1.0 +Scrapy==2.11.1 +Twisted==23.10.0 cffi==0.9.2 -cryptography==0.8.2 +cryptography==42.0.4 cssselect==0.9.1 enum34==1.0.4 frontera==0.3.0.post.dev2 -lxml==3.4.3 -pyOpenSSL==0.15.1 +lxml==4.9.1 +pyOpenSSL==17.5.0 pyasn1==0.1.7 pycparser==2.10 queuelib==1.2.2