From 4923b56481fc4a8e12ddbe50c40c95d9950ca332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:19:47 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 8 updates Bumps the pip group with 2 updates in the /portia_server directory: [djangorestframework](https://github.com/encode/django-rest-framework) and [marshmallow](https://github.com/marshmallow-code/marshmallow). Bumps the pip group with 4 updates in the /slybot directory: [numpy](https://github.com/numpy/numpy), [scrapy](https://github.com/scrapy/scrapy), [lxml](https://github.com/lxml/lxml) and [scrapy-splash](https://github.com/scrapy-plugins/scrapy-splash). Bumps the pip group with 2 updates in the /slyd directory: [twisted](https://github.com/twisted/twisted) and [autobahn](https://github.com/crossbario/autobahn-python). Updates `djangorestframework` from 3.7.7 to 3.11.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Updates `marshmallow` from 2.8.0 to 2.15.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/2.8.0...2.15.1) Updates `numpy` from 1.16.4 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.4...v1.22.0) Updates `scrapy` from 1.6.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/1.6.0...2.11.2) Updates `lxml` from 4.3.4 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-4.3.4...lxml-4.9.1) Updates `scrapy-splash` from 0.7.2 to 0.8.0 - [Release notes](https://github.com/scrapy-plugins/scrapy-splash/releases) - [Changelog](https://github.com/scrapy-plugins/scrapy-splash/blob/master/CHANGES.rst) - [Commits](https://github.com/scrapy-plugins/scrapy-splash/compare/0.7.2...0.8.0) Updates `twisted` from 19.2.1 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-19.2.1...twisted-23.10.0) Updates `autobahn` from 18.3.1 to 20.12.3 - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/crossbario/autobahn-python/compare/v18.3.1...v20.12.3) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production dependency-group: pip - dependency-name: marshmallow dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: scrapy dependency-type: direct:production dependency-group: pip - dependency-name: lxml dependency-type: direct:production dependency-group: pip - dependency-name: scrapy-splash dependency-type: direct:production dependency-group: pip - dependency-name: twisted dependency-type: direct:production dependency-group: pip - dependency-name: autobahn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- portia_server/requirements.txt | 4 ++-- slybot/requirements.txt | 8 ++++---- slyd/requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/portia_server/requirements.txt b/portia_server/requirements.txt index e90eef23d..716de99f6 100644 --- a/portia_server/requirements.txt +++ b/portia_server/requirements.txt @@ -1,11 +1,11 @@ crochet==1.9.0 django>=1.11.21 django-cache-machine==1.0.0 -djangorestframework==3.7.7 +djangorestframework==3.11.2 dj-database-url==0.5.0 drf-nested-routers==0.11.1 dulwich==0.18.6 -marshmallow==2.8.0 +marshmallow==2.15.1 marshmallow_jsonapi==0.10.0 mysqlclient==1.3.12 requests>=2.20.0 diff --git a/slybot/requirements.txt b/slybot/requirements.txt index 7e7ea751c..a14898339 100644 --- a/slybot/requirements.txt +++ b/slybot/requirements.txt @@ -1,13 +1,13 @@ # Slybot requirements -numpy==1.16.4 -Scrapy==1.6.0 +numpy==1.22.0 +Scrapy==2.11.2 scrapely==0.13.5 loginform==1.2.0 -lxml==4.3.4 +lxml==4.9.1 dateparser==0.7.1 python-dateutil==2.8.0 jsonschema==2.6.0 six==1.12.0 -scrapy-splash==0.7.2 +scrapy-splash==0.8.0 page_finder==0.1.8 chardet==3.0.4 diff --git a/slyd/requirements.txt b/slyd/requirements.txt index 6a372aca9..8c1709293 100644 --- a/slyd/requirements.txt +++ b/slyd/requirements.txt @@ -1,9 +1,9 @@ # Slyd requirements -twisted==19.2.1 +twisted==23.10.0 pyOpenSSL==17.5.0 service_identity==18.1.0 requests>=2.20.0 -autobahn==18.3.1 +autobahn==20.12.3 six==1.12.0 chardet==3.0.4 parse==1.8.2