From fd8706e68c9b460107525e1f1ccef0e256a70cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:37:28 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the /PythonBase/Esercizio2/JeyDi directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.4.5.1` | `2023.7.22` | | [idna](https://github.com/kjd/idna) | `2.9` | `3.7` | | [joblib](https://github.com/joblib/joblib) | `0.14.1` | `1.2.0` | | [nltk](https://github.com/nltk/nltk) | `3.5` | `3.6.6` | | [numpy](https://github.com/numpy/numpy) | `1.18.3` | `1.22.0` | | [py](https://github.com/pytest-dev/py) | `1.8.1` | `1.11.0` | | [requests](https://github.com/psf/requests) | `2.23.0` | `2.32.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.45.0` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.9` | `1.26.19` | Updates `certifi` from 2020.4.5.1 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2020.04.05.1...2023.07.22) Updates `idna` from 2.9 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.9...v3.7) Updates `joblib` from 0.14.1 to 1.2.0 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.14.1...1.2.0) Updates `nltk` from 3.5 to 3.6.6 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.5...3.6.6) Updates `numpy` from 1.18.3 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.18.3...v1.22.0) Updates `py` from 1.8.1 to 1.11.0 - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.8.1...1.11.0) Updates `requests` from 2.23.0 to 2.32.2 - [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.23.0...v2.32.2) Updates `tqdm` from 4.45.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.45.0...v4.66.3) Updates `urllib3` from 1.25.9 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.19) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: joblib dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: py dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- PythonBase/Esercizio2/JeyDi/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PythonBase/Esercizio2/JeyDi/requirements.txt b/PythonBase/Esercizio2/JeyDi/requirements.txt index f8d149c..102cf49 100644 --- a/PythonBase/Esercizio2/JeyDi/requirements.txt +++ b/PythonBase/Esercizio2/JeyDi/requirements.txt @@ -1,40 +1,40 @@ attrs==19.3.0 blis==0.4.1 catalogue==1.0.0 -certifi==2020.4.5.1 +certifi==2023.7.22 chardet==3.0.4 click==7.1.1 cymem==2.0.3 en-core-web-sm==2.2.5 -idna==2.9 +idna==3.7 importlib-metadata==1.6.0 it-core-news-sm==2.2.5 -joblib==0.14.1 +joblib==1.2.0 langdetect==1.0.7 more-itertools==8.2.0 murmurhash==1.0.2 -nltk==3.5 -numpy==1.18.3 +nltk==3.6.6 +numpy==1.22.0 packaging==20.3 pandas==1.0.3 plac==1.1.3 pluggy==0.13.1 preshed==3.0.2 -py==1.8.1 +py==1.11.0 pyparsing==2.4.7 pytest==5.4.1 python-dateutil==2.8.1 pytz==2019.3 PyYAML==5.3.1 regex==2020.4.4 -requests==2.23.0 +requests==2.32.2 six==1.14.0 spacy==2.2.4 spacy-langdetect==0.1.2 srsly==1.0.2 thinc==7.4.0 -tqdm==4.45.0 -urllib3==1.25.9 +tqdm==4.66.3 +urllib3==1.26.19 wasabi==0.6.0 wcwidth==0.1.9 zipp==3.1.0