Skip to content

build(deps): bump the dependencies group across 1 directory with 4 updates#3700

Merged
hpohekar merged 3 commits into
mainfrom
dependabot/pip/dependencies-eb13d5d118
Feb 3, 2025
Merged

build(deps): bump the dependencies group across 1 directory with 4 updates#3700
hpohekar merged 3 commits into
mainfrom
dependabot/pip/dependencies-eb13d5d118

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2025

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 4 updates in the / directory: pypandoc, sphinx-notfound-page, beautifulsoup4 and quarto-cli.

Updates pypandoc from 1.14 to 1.15

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • f95ac07: Remove the Python 3.6 PyPI trove classifier (#389) (Kurt McKee) #389
  • e1e5bf3: Fix a minor typo (#390) (Kurt McKee) #390
  • 7756ace: Remove the encoding parameter (#391) (Kurt McKee) #391
  • 9da9eb3: Remove several dead files (#394) (Kurt McKee) #394
  • ed97464: Remove the deprecated tool.poetry.dev-dependencies section (#395) (Kurt McKee) #395
Commits
  • 9475b0f pypandoc v1.15
  • 5704b06 allow non-latex intermediaries for pdf generation (#381)
  • 3fd939c Fix convert_file for Python 3.13 (#384)
  • 32d3a40 Dropped CI support for older python and pypy versions (#387)
  • 8bc3c51 Added parameter to control if files are sorted before being passed to pandoc ...
  • 50f3b08 Added support for python 3.13 - Removed ubber bound (#379)
  • See full diff in compare view

Updates sphinx-notfound-page from 1.0.4 to 1.1.0

Changelog

Sourced from sphinx-notfound-page's changelog.

Version 1.1.0

:Date: Jan 28, 2025

  • Use the path from the READTHEDOCS_CANONICAL_URL environment variable as default for notfound_urls_prefix.
Commits

Updates beautifulsoup4 from 4.12.3 to 4.13.0

Updates quarto-cli from 1.6.39 to 1.6.40

Release notes

Sourced from quarto-cli's releases.

v1.6.40

Changelog since last release: quarto-dev/quarto-cli@v1.6.39...v1.6.40

Full 1.6 changelog up to this version:

Commits
  • d755091 Update version.txt
  • 7858dff changelog for typst brand yaml backports
  • 82c96de typst brand yaml: make default logo slightly smaller
  • 8b96e59 use lightened colors for brand background colors
  • 368c973 bugfix: translate synonym and dashed font weights
  • 7133502 updated typst partials for quarto create extension
  • 5494e12 script to copy typst partials to create extension
  • 34ce13e listing - decode encoded category everywhere
  • f93cc13 Merge pull request #11640 from quarto-dev/regression/move-canonicalization-we...
  • f658382 move fix to #10567 into website postprocessor
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 4 updates in the / directory: [pypandoc](https://github.com/JessicaTegner/pypandoc), [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) and [quarto-cli](https://github.com/quarto-dev/quarto-cli).


Updates `pypandoc` from 1.14 to 1.15
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.14...v1.15)

Updates `sphinx-notfound-page` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-notfound-page@1.0.4...1.1.0)

Updates `beautifulsoup4` from 4.12.3 to 4.13.0

Updates `quarto-cli` from 1.6.39 to 1.6.40
- [Release notes](https://github.com/quarto-dev/quarto-cli/releases)
- [Changelog](https://github.com/quarto-dev/quarto-cli/blob/main/dev-docs/checklist-make-a-new-quarto-release.md)
- [Commits](quarto-dev/quarto-cli@v1.6.39...v1.6.40)

---
updated-dependencies:
- dependency-name: pypandoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-notfound-page
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: quarto-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 3, 2025

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: Maintenance, Dependencies.

@github-actions github-actions Bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Feb 3, 2025
@hpohekar hpohekar enabled auto-merge (squash) February 3, 2025 11:06
@hpohekar hpohekar merged commit dc5f647 into main Feb 3, 2025
@hpohekar hpohekar deleted the dependabot/pip/dependencies-eb13d5d118 branch February 3, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants