From 92a334bfe961760cea8864b84e82b119cf93e17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:18:18 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lxml](https://github.com/lxml/lxml) | `3.6.0` | `4.9.1` | | [flask](https://github.com/pallets/flask) | `0.10.1` | `2.2.5` | | [flask-admin](https://github.com/flask-admin/flask-admin) | `1.4.0` | `1.5.3` | | [scrapy](https://github.com/scrapy/scrapy) | `1.1.0` | `2.11.2` | | [numpy](https://github.com/numpy/numpy) | `1.11.0` | `1.22.0` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `0.17.1` | `0.23.1` | | [scipy](https://github.com/scipy/scipy) | `0.17.0` | `1.13.0` | | [scrapy-splash](https://github.com/scrapy-plugins/scrapy-splash) | `0.7` | `0.8.0` | | [requests](https://github.com/psf/requests) | `2.10.0` | `2.31.0` | Updates `lxml` from 3.6.0 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.6.0...lxml-4.9.1) Updates `flask` from 0.10.1 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.10.1...2.2.5) Updates `flask-admin` from 1.4.0 to 1.5.3 - [Release notes](https://github.com/flask-admin/flask-admin/releases) - [Changelog](https://github.com/flask-admin/flask-admin/blob/master/doc/changelog.rst) - [Commits](https://github.com/flask-admin/flask-admin/compare/v1.4.0...v1.5.3) Updates `scrapy` from 1.1.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.1.0...2.11.2) Updates `numpy` from 1.11.0 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.11.0...v1.22.0) Updates `scikit-learn` from 0.17.1 to 0.23.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.17.1...0.23.1) Updates `scipy` from 0.17.0 to 1.13.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.17.0...v1.13.0) Updates `scrapy-splash` from 0.7 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...0.8.0) Updates `requests` from 2.10.0 to 2.31.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.10.0...v2.31.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-admin dependency-type: direct:production dependency-group: pip - dependency-name: scrapy dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: scipy dependency-type: direct:production dependency-group: pip - dependency-name: scrapy-splash dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- setup.py | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c5d193..1febe86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ six -lxml==3.6.0 -Flask==0.10.1 -Flask-Admin==1.4.0 +lxml==4.9.1 +Flask==2.2.5 +Flask-Admin==1.5.3 Flask-SQLAlchemy==2.1 Flask-WTF==0.12 WTForms==2.1 -scrapy==1.1.0 -numpy==1.11.0 -scikit-learn==0.17.1 -scipy==0.17.0 +scrapy==2.11.2 +numpy==1.22.0 +scikit-learn==0.23.1 +scipy==1.13.0 formasaurus[with_deps]==0.8.0 -scrapy-splash==0.7 +scrapy-splash==0.8.0 crochet==1.5.0 -requests==2.10.0 +requests==2.31.0 # git+https://github.com/TeamHG-Memex/decaptcha.git@cf1be63a8aaa76ef26d3b53bc255382b557b92f6 diff --git a/setup.py b/setup.py index 0ff07c0..27ee053 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ def read(fname): install_requires = [ 'six', 'lxml', - 'Flask==0.10.1', - 'Flask-Admin==1.4.0', + 'Flask==2.2.5', + 'Flask-Admin==1.5.3', 'Flask-SQLAlchemy==2.1', 'Flask-WTF==0.12', 'WTForms==2.1',