Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip: bump the all-pip-packages group with 8 updates (#209)
* pip: bump the all-pip-packages group with 8 updates Bumps the all-pip-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.15.0` | | [docutils](https://docutils.sourceforge.io) | `0.19` | `0.21.2` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2023.12.25` | `2024.5.15` | | [sphinx-intl](https://github.com/sphinx-doc/sphinx-intl) | `2.1.0` | `2.2.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.4` | | [translate-toolkit](https://github.com/translate/translate) | `3.12.2` | `3.13.0` | Updates `babel` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.14.0...v2.15.0) Updates `docutils` from 0.19 to 0.21.2 Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) Updates `pygments` from 2.17.2 to 2.18.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.2...2.18.0) Updates `regex` from 2023.12.25 to 2024.5.15 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2023.12.25...2024.5.15) Updates `sphinx-intl` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/sphinx-doc/sphinx-intl/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx-intl@2.1.0...2.2.0) Updates `tqdm` from 4.66.2 to 4.66.4 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.2...v4.66.4) Updates `translate-toolkit` from 3.12.2 to 3.13.0 - [Release notes](https://github.com/translate/translate/releases) - [Changelog](https://github.com/translate/translate/blob/master/docs/history.rst) - [Commits](translate/translate@3.12.2...3.13.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pip-packages - dependency-name: sphinx-intl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: translate-toolkit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages ... Signed-off-by: dependabot[bot] <support@github.com> * Update Sphinx version and add more packages to requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>