From ba5de3bb2c24a7846508e3c40080333ee5e28ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:21:01 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 10 updates Bumps the pip group with 10 updates in the /extra/libcbor/doc/source directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.8.0` | `2.9.1` | | [certifi](https://github.com/certifi/python-certifi) | `2019.11.28` | `2023.7.22` | | [flask](https://github.com/pallets/flask) | `1.1.1` | `2.2.5` | | [idna](https://github.com/kjd/idna) | `2.9` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `2.10.1` | `3.1.4` | | [pyyaml](https://github.com/yaml/pyyaml) | `5.3` | `5.4` | | [requests](https://github.com/psf/requests) | `2.23.0` | `2.32.2` | | [tornado](https://github.com/tornadoweb/tornado) | `6.0.4` | `6.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.8` | `1.26.18` | | [werkzeug](https://github.com/pallets/werkzeug) | `0.15.5` | `3.0.3` | Updates `babel` from 2.8.0 to 2.9.1 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.8.0...v2.9.1) Updates `certifi` from 2019.11.28 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2023.07.22) Updates `flask` from 1.1.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/1.1.1...2.2.5) 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 `jinja2` from 2.10.1 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.1...3.1.4) Updates `pyyaml` from 5.3 to 5.4 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4) 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 `tornado` from 6.0.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.4...v6.4.1) Updates `urllib3` from 1.25.8 to 1.26.18 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.8...1.26.18) Updates `werkzeug` from 0.15.5 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.15.5...3.0.3) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- extra/libcbor/doc/source/requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/extra/libcbor/doc/source/requirements.txt b/extra/libcbor/doc/source/requirements.txt index 461bb7e804d2..7733a9684d99 100644 --- a/extra/libcbor/doc/source/requirements.txt +++ b/extra/libcbor/doc/source/requirements.txt @@ -1,16 +1,16 @@ alabaster==0.7.12 argh==0.26.2 -Babel==2.8.0 +Babel==2.9.1 breathe==4.14.1 -certifi==2019.11.28 +certifi==2023.7.22 chardet==3.0.4 Click==7.0 docutils==0.16 -Flask==1.1.1 -idna==2.9 +Flask==2.2.5 +idna==3.7 imagesize==1.2.0 itsdangerous==1.1.0 -Jinja2==2.10.1 +Jinja2==3.1.4 livereload==2.6.1 MarkupSafe==1.1.1 packaging==20.3 @@ -19,8 +19,8 @@ port-for==0.3.1 Pygments==2.6.1 pyparsing==2.4.6 pytz==2019.3 -PyYAML==5.3 -requests==2.23.0 +PyYAML==5.4 +requests==2.32.2 six==1.14.0 snowballstemmer==2.0.0 sortedcontainers==2.1.0 @@ -33,7 +33,7 @@ sphinxcontrib-htmlhelp==1.0.3 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.4 -tornado==6.0.4 -urllib3==1.25.8 +tornado==6.4.1 +urllib3==1.26.18 watchdog==0.10.2 -Werkzeug==0.15.5 +Werkzeug==3.0.3