Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 8 updates #618

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps the dependencies group with 8 updates:

Package Update
coverage[toml] 7.2.7 to 7.3.0
docutils 0.19 to 0.20.1
pygments 2.15.1 to 2.16.1
sphinx 7.1.1 to 7.1.2
sphinxcontrib-devhelp 1.0.2 to 1.0.4
sphinxcontrib-htmlhelp 2.0.1 to 2.0.3
sphinxcontrib-qthelp 1.0.3 to 1.0.5
sphinxcontrib-serializinghtml 1.1.5 to 1.1.7

Updates coverage[toml] from 7.2.7 to 7.3.0

Release notes

Sourced from coverage[toml]'s releases.

7.3.0

  • Added a .Coverage.collect context manager to start and stop coverage data collection.
  • Dropped support for Python 3.7.
  • Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error Safety level may not be changed inside a transaction. This is now avoided, closing issue 1646. Thanks to Michael Bell for the detailed bug report.
  • Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.
  • Fix: added nosemgrep comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems.
  • Added a CITATION.cff file, thanks to Ken Schackart.

➡️  PyPI page: coverage 7.3.0. :arrow_right:  To install: python3 -m pip install coverage==7.3.0

Changelog

Sourced from coverage[toml]'s changelog.

Version 7.3.0 — 2023-08-12

  • Added a :meth:.Coverage.collect context manager to start and stop coverage data collection.

  • Dropped support for Python 3.7.

  • Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error Safety level may not be changed inside a transaction. This is now avoided, closing issue 1646_. Thanks to Michael Bell for the detailed bug report.

  • Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.

  • Fix: added nosemgrep comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems.

  • Added a CITATION.cff file, thanks to Ken Schackart <pull 1641_>_.

.. _pull 1641: nedbat/coveragepy#1641 .. _issue 1646: nedbat/coveragepy#1646

.. _changes_7-2-7:

Commits
  • 9c2f924 docs: sample HTML for 7.3.0
  • 0421fdb docs: prep for 7.3.0
  • f2aa871 build: move pylint config into pyproject.toml
  • 1873ccb docs: drop a bunch of badges
  • 5937a62 feat: cov.collect() context manager
  • da7ee52 build(deps): bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1
  • d87f64a test: excluding NotImplementedError excluded too much
  • e51b1f7 test: ensure lines are properly ignored during metacov
  • b02de96 test(refactor): abstract method compatible with both pytest and mypy
  • ada3ade test(build): PytestCollectionWarning should be an error
  • Additional commits viewable in compare view

Updates docutils from 0.19 to 0.20.1

Updates pygments from 2.15.1 to 2.16.1

Release notes

Sourced from pygments's releases.

2.16.1

  • Fix native style missing from style list (#2484)

2.16.0

  • New lexers:

    • ASN.1 (#2462)
    • Blueprint (#2434)
    • BQN (#2472)
    • DNS zone files (#2464)
    • GraphQL (#2428)
    • Linux desktop files (following the specification of the Freedesktop group, formerly known as XDG) (#2470)
    • NVIDIA PTX (#2432)
    • OpenSCAD (#2449)
    • systemd (#2470)
    • TLS presentation language (#2455)
    • Verifpal (#2430)
    • YARA (#2453)
  • Updated lexers:

    • ASC: Add application/pem-certificate-chain mimetype (#2471)
    • C/C++: Refine keyword lists (#2421, #2422)
    • Carbon: Fix long processing times on invalid input, fix number lexing (#2454, #2456)
    • Elpi: Handle quotations (#2419)
    • Go: Support additional built-ins (#2481)
    • HTTP: Support empty headers (#2461), support more general methods (#2460), also recognize responses in analyse_text implementation (#2460), and highlight URL encoded data (#2465, #1620)
    • Igor Pro: Update to Igor Pro 9 (#2482)
    • lean: Recognize expressions nested within attributes (#1817)
    • Macaulay2: Update builtins (#2457)
    • Markdown: Allow extra characters after language name in code blocks (#2437)
    • NestedText: Update to version 3 (#2459)
    • scdoc: Improve language guessing implementation (#2402)
    • Spice: Update to latest version (#2476)
    • Transact SQL: Add Pre-sorted Group keyword (#2417)
    • Uxntal: Update for current runes (#2424)
    • Wikitext: Fix templates in wiki links; fix a language converter false positive; add bold italic markup (#2447)
  • Add Generic.EmphStrong token for bold italic markup (#2444)

  • Add Lightbulb style (#2474)

  • Improve contrast in Monokai style (#2448)

  • Add documentation how to create terminal code highlighting commands (#2131, #2425)

  • Add support for loading TrueType fonts to the ImageFormatter (#1960)

Changelog

Sourced from pygments's changelog.

Version 2.16.1

  • Fix native style missing from style list (#2484)

Version 2.16.0

(released August 6th, 2023)

  • New lexers:

    • ASN.1 (#2462)
    • Blueprint (#2434)
    • BQN (#2472)
    • DNS zone files (#2464)
    • GraphQL (#2428)
    • Linux desktop files (following the specification of the Freedesktop group, formerly known as XDG) (#2470)
    • NVIDIA PTX (#2432)
    • OpenSCAD (#2449)
    • systemd (#2470)
    • TLS presentation language (#2455)
    • Verifpal (#2430)
    • YARA (#2453)
  • Updated lexers:

    • ASC: Add application/pem-certificate-chain mimetype (#2471)
    • C/C++: Refine keyword lists (#2421, #2422)
    • Carbon: Fix long processing times on invalid input, fix number lexing (#2454, #2456)
    • Elpi: Handle quotations (#2419)
    • Go: Support additional built-ins (#2481)
    • HTTP: Support empty headers (#2461), support more general methods (#2460), also recognize responses in analyse_text implementation (#2460), and highlight URL encoded data (#2465, #1620)
    • Igor Pro: Update to Igor Pro 9 (#2482)
    • lean: Recognize expressions nested within attributes (#1817)
    • Macaulay2: Update builtins (#2457)
    • Markdown: Allow extra characters after language name in code blocks (#2437)
    • NestedText: Update to version 3 (#2459)
    • scdoc: Improve language guessing implementation (#2402)
    • Spice: Update to latest version (#2476)
    • Transact SQL: Add Pre-sorted Group keyword (#2417)
    • Uxntal: Update for current runes (#2424)
    • Wikitext: Fix templates in wiki links; fix a language converter false positive; add bold italic markup (#2447)
  • Add Generic.EmphStrong token for bold italic markup (#2444)

... (truncated)

Commits

Updates sphinx from 7.1.1 to 7.1.2

Release notes

Sourced from sphinx's releases.

Sphinx 7.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 7.1.2 (released Aug 02, 2023)

Bugs fixed

  • #11542: linkcheck: Properly respect :confval:linkcheck_anchors and do not spuriously report failures to validate anchors. Patch by James Addison.
Commits

Updates sphinxcontrib-devhelp from 1.0.2 to 1.0.4

Release notes

Sourced from sphinxcontrib-devhelp's releases.

sphinxcontrib-devhelp 1.0.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-devhelp 1.0.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-devhelp's changelog.

Release 1.0.4 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.0.3 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 6419ea4 Bump to 1.0.4 final
  • 47d7318 Restore support in tests for Sphinx<7.2
  • 13329a9 Run pytest with -vv
  • 21e6e88 Test Sphinx's master branch distinctly from ordinary tests
  • 39fe8ec Fix GitHub Release workflow
  • d529f8a Bump to 1.0.3 final
  • 13ea190 Fix tag pattern
  • b0cddd4 Remove outdated sections from README
  • 0f5f443 Add a workflow to synchronisation translations
  • 7e856ac Remove module titles in docstrings
  • Additional commits viewable in compare view

Updates sphinxcontrib-htmlhelp from 2.0.1 to 2.0.3

Release notes

Sourced from sphinxcontrib-htmlhelp's releases.

sphinxcontrib-htmlhelp 2.0.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-htmlhelp 2.0.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-htmlhelp's changelog.

Release 2.0.3 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 2.0.2 (2023-08-07)

  • Drop support for Python 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 5c3bbc6 Bump to 2.0.3 final
  • 1f04366 Restore support in tests for Sphinx<7.2
  • 6f31e2b Run pytest with -vv
  • 626ab38 Test Sphinx's master branch distinctly from ordinary tests
  • e4cbf03 Fix GitHub Release workflow
  • d7a81ad Bump to 2.0.2 final
  • e11112c Fix tag pattern
  • 7fd9c95 Remove outdated sections from README
  • 5d40cb8 Add a workflow to synchronisation translations
  • c93ef3a Remove module titles in docstrings
  • Additional commits viewable in compare view

Updates sphinxcontrib-qthelp from 1.0.3 to 1.0.5

Release notes

Sourced from sphinxcontrib-qthelp's releases.

sphinxcontrib-qthelp 1.0.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-qthelp 1.0.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-qthelp's changelog.

Release 1.0.5 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.0.4 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 9dad69f Bump to 1.0.5 final
  • 23dd715 Restore support in tests for Sphinx<7.2
  • 4b107c9 Run pytest with -vv
  • 0210d28 Test Sphinx's master branch distinctly from ordinary tests
  • b477832 Fix GitHub Release workflow
  • a2538ec Bump to 1.0.4 final
  • d0a29df Fix tag pattern
  • 34f4bb5 Remove outdated sections from README
  • 89f112f Add a workflow to synchronisation translations
  • 7157ea2 Remove module titles in docstrings
  • Additional commits viewable in compare view

Updates sphinxcontrib-serializinghtml from 1.1.5 to 1.1.7

Release notes

Sourced from sphinxcontrib-serializinghtml's releases.

sphinxcontrib-serializinghtml 1.1.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

sphinxcontrib-serializinghtml 1.1.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinxcontrib-serializinghtml's changelog.

Release 1.1.7 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 1.1.6 (2023-08-07)

  • Drop support for Python 3.5, 3.6, 3.7, and 3.8
  • Raise minimum required Sphinx version to 5.0
Commits
  • 957d087 Bump to 1.1.7 final
  • 4ba0bbc Restore support in tests for Sphinx<7.2
  • 5c00ac1 Run pytest with -vv
  • 010ed56 Test Sphinx's master branch distinctly from ordinary tests
  • 5b964ae Fix GitHub Release workflow
  • 9ad2844 Bump to 1.1.6 final
  • a79c223 Fix tag pattern
  • de983ce Remove outdated sections from README
  • dc42c86 Add a workflow to synchronisation translations
  • 1ab1f8c Remove module titles in docstrings
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [< 5.1, > 5.0.1]
sphinx [< 5.3, > 5.2.1]
sphinx [>= 6.a, < 7]
sphinx [< 7.1, > 7.0.0]

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> dependency 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> dependency 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

Bumps the dependencies group with 8 updates:

| Package | Update |
| --- | --- |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | 7.2.7 to 7.3.0 |
| [docutils](https://docutils.sourceforge.io/) | 0.19 to 0.20.1 |
| [pygments](https://github.com/pygments/pygments) | 2.15.1 to 2.16.1 |
| [sphinx](https://github.com/sphinx-doc/sphinx) | 7.1.1 to 7.1.2 |
| [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | 1.0.2 to 1.0.4 |
| [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | 2.0.1 to 2.0.3 |
| [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | 1.0.3 to 1.0.5 |
| [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | 1.1.5 to 1.1.7 |


Updates `coverage[toml]` from 7.2.7 to 7.3.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.2.7...7.3.0)

Updates `docutils` from 0.19 to 0.20.1

Updates `pygments` from 2.15.1 to 2.16.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.15.1...2.16.1)

Updates `sphinx` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v7.1.1...v7.1.2)

Updates `sphinxcontrib-devhelp` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases)
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinxcontrib-devhelp@1.0.2...1.0.4)

Updates `sphinxcontrib-htmlhelp` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases)
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.1...2.0.3)

Updates `sphinxcontrib-qthelp` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases)
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.3...1.0.5)

Updates `sphinxcontrib-serializinghtml` from 1.1.5 to 1.1.7
- [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases)
- [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinxcontrib-serializinghtml@1.1.5...1.1.7)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: docutils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pygments
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinxcontrib-devhelp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinxcontrib-htmlhelp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinxcontrib-qthelp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinxcontrib-serializinghtml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@pquentin pquentin merged commit 55f728a into master Aug 14, 2023
20 checks passed
@pquentin pquentin deleted the dependabot/pip/dependencies-31b905aaee branch August 14, 2023 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant