From 73460b61516eab2dbda1d2d5f5468e50f5892939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:30:19 +0000 Subject: [PATCH] Bump the pip-deps group across 1 directory with 9 updates Bumps the pip-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` | | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.0` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.29` | `9.5.33` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.8.1` | `10.9` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.15` | `2024.7.24` | | [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.1` | `4.0.2` | Updates `babel` from 2.15.0 to 2.16.0 - [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.15.0...v2.16.0) Updates `cffi` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.0) Updates `idna` from 3.7 to 3.8 - [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/v3.7...v3.8) Updates `markdown` from 3.6 to 3.7 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.6...3.7) Updates `mkdocs-material` from 9.5.29 to 9.5.33 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.29...9.5.33) Updates `pymdown-extensions` from 10.8.1 to 10.9 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) Updates `regex` from 2024.5.15 to 2024.7.24 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.7.24) Updates `watchdog` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74a44070..e5dac380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,22 @@ -Babel==2.15.0 +Babel==2.16.0 cairocffi==1.7.1 CairoSVG==2.7.1 certifi==2024.7.4 -cffi==1.16.0 +cffi==1.17.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 cssselect2==0.7.0 defusedxml==0.7.1 ghp-import==2.1.0 -idna==3.7 +idna==3.8 Jinja2==3.1.4 -Markdown==3.6 +Markdown==3.7 MarkupSafe==2.1.5 mergedeep==1.3.4 mkdocs==1.6.0 mkdocs-macros-plugin==1.0.5 -mkdocs-material==9.5.29 +mkdocs-material==9.5.33 mkdocs-material-extensions==1.3.1 packaging==24.1 paginate==0.5.6 @@ -25,15 +25,15 @@ Pillow==10.4.0 platformdirs==4.2.2 pycparser==2.22 Pygments==2.18.0 -pymdown-extensions==10.8.1 +pymdown-extensions==10.9 python-dateutil==2.9.0.post0 -PyYAML==6.0.1 +PyYAML==6.0.2 pyyaml_env_tag==0.1 -regex==2024.5.15 +regex==2024.7.24 requests==2.32.3 six==1.16.0 termcolor==2.4.0 tinycss2==1.3.0 urllib3==2.2.2 -watchdog==4.0.1 +watchdog==4.0.2 webencodings==0.5.1