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

build(requirements): bump the prod group with 25 updates #130

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps the prod group with 25 updates:

Package From To
pydantic-settings 2.0.2 2.0.3
build 0.10.0 1.0.3
click 8.1.6 8.1.7
coverage 7.2.7 7.3.1
exceptiongroup 1.1.2 1.1.3
furo 2023.7.26 2023.8.19
more-itertools 10.0.0 10.1.0
mypy 1.4.1 1.5.1
pluggy 1.2.0 1.3.0
pydantic 2.1.1 2.3.0
pydantic-core 2.4.0 2.7.0
pygments 2.15.1 2.16.1
pytest 7.4.0 7.4.1
readme-renderer 40.0 41.0
ruff 0.0.282 0.0.287
shellingham 1.5.0.post1 1.5.3
soupsieve 2.4.1 2.5
sphinx 7.1.2 7.2.5
sphinx-click 4.4.0 5.0.1
sphinxcontrib-applehelp 1.0.4 1.0.7
sphinxcontrib-devhelp 1.0.2 1.0.5
sphinxcontrib-htmlhelp 2.0.1 2.0.4
sphinxcontrib-qthelp 1.0.3 1.0.6
sphinxcontrib-serializinghtml 1.1.5 1.1.9
tornado 6.3.2 6.3.3

Updates pydantic-settings from 2.0.2 to 2.0.3

Release notes

Sourced from pydantic-settings's releases.

v2.0.3

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.0.2...v2.0.3

Commits
  • 6f12222 Prepare release 2.0.3 (#141)
  • 5933ea6 Check union args to don't consider Optional fields as complex Union (#138)
  • e6417b4 Fix _replace_field_names_case_insensitively precondition inconsistency (#130)
  • See full diff in compare view

Updates build from 0.10.0 to 1.0.3

Release notes

Sourced from build's releases.

Version 1.0.3

What's Changed

New Contributors

Full Changelog: pypa/build@1.0.0...1.0.3

Version 1.0.0

What's Changed

... (truncated)

Changelog

Sourced from build's changelog.

1.0.3 (2023-09-06)

  • Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug triggered by adding data_filter in 1.0.0. (PR :pr:675, fixes issue :issue:674)

1.0.0 (2023-09-01)

  • Removed the toml library fallback; toml can no longer be used as a substitute for tomli (PR :pr:567)
  • Added runner parameter to util.project_wheel_metadata (PR :pr:566, fixes issue :issue:553)
  • Modified ProjectBuilder constructor signature, added alternative ProjectBuilder.from_env constructor, redefined env.IsolatedEnv interface, and exposed env.DefaultIsolatedEnv, replacing env.IsolatedEnvBuilder. The aim has been to shift responsibility for modifying the environment from the project builder to the IsolatedEnv entirely and to ensure that the builder will be initialised from an IsolatedEnv in a consistent manner. Mutating the project builder is no longer supported. (PR :pr:537)
  • virtualenv is no longer imported when using -n, for faster builds (PR :pr:636, fixes issue :issue:510)
  • The SDist now contains the repository contents, including tests. Flit-core 3.8+ required. (PR :pr:657, :pr:661, fixes issue :issue:656)
  • The minimum version of importlib-metadata has been increased to 4.6 and Python 3.10 due to a bug in the standard library version with URL requirements in extras. This is still not required for 3.8 when bootstrapping (as long as you don't have URL requirements in extras). (PR :pr:631, fixes issue :issue:630)
  • Docs now built with Sphinx 7 (PR :pr:660)
  • Tests now contain a network marker (PR :pr:649, fixes issue :issue:648)
  • Config-settings are now passed to get_requires* hooks, fixing a long standing bug. If this affects your setuptools build, you can use -C--build-option=<cmd> -C--build-option=<option> to workaround an issue with Setuptools not allowing unrecognised build options when running this hook. (PR :pr:627, fixes issue :issue:[#264](https://github.com/pypa/build/issues/264))
  • Test on Python 3.12 betas/RCs (PR :pr:624)
  • Filter out malicious files when extracting tar archives when Python supports it (PR :pr:609)
  • Specify encoding, fixing issues when PYTHONWARNDEFAULTENCODING is set.

... (truncated)

Commits
  • 38d1a68 chore: bump to 1.0.3
  • 17cefaf tox: format file
  • c48f4ca chore: release 1.0.1
  • 4b61b8e Apply suggestions from code review
  • d6138f5 fix: avoid bug in various patch releases of Python
  • eada811 build(deps): bump actions/checkout from 3 to 4 (#673)
  • 955e697 pre-commit: bump repositories (#672)
  • f51c089 changelog: fix issue reference
  • 1fff01e style: ignore W005, since we are build
  • 06e0481 ci: build and test SDist/wheels
  • Additional commits viewable in compare view

Updates click from 8.1.6 to 8.1.7

Release notes

Sourced from click's releases.

8.1.7

This is a fix release for the 8.1.x feature branch.

Changelog

Sourced from click's changelog.

Version 8.1.7

Released 2023-08-17

  • Fix issue with regex flags in shell completion. :issue:2581
  • Bash version detection issues a warning instead of an error. :issue:2574
  • Fix issue with completion script for Fish shell. :issue:2567
Commits
  • 874ca2b release version 8.1.7
  • 6e1f6d3 completion(fish): add back ; as line endings in fish script (#2570)
  • a955c77 update fish enabling script
  • 3c1529e add back semicolons in fish script
  • a260ca6 Replace bash shell completion version error with warning (#2576)
  • d9db70c bash version support shows warning instead of error
  • 22b9b1c Fix incorrect passing of flags to re.sub (#2581)
  • d69d210 fix flake8 finding
  • af2da1e Fix incorrect passing of flags to re.sub
  • bb6a872 start version 8.1.7
  • Additional commits viewable in compare view

Updates coverage from 7.2.7 to 7.3.1

Changelog

Sourced from coverage's changelog.

Version 7.3.1 — 2023-09-06

  • The semantics of stars in file patterns has been clarified in the docs. A leading or trailing star matches any number of path components, like a double star would. This is different than the behavior of a star in the middle of a pattern. This discrepancy was identified by Sviatoslav Sydorenko <starbad_>, who provided patient detailed diagnosis <pull 1650_> and graciously agreed to a pragmatic resolution.

  • The API docs were missing from the last version. They are now restored <apidocs_>_.

.. _apidocs: https://coverage.readthedocs.io/en/latest/api_coverage.html .. _starbad: nedbat/coveragepy#1407 .. _pull 1650: nedbat/coveragepy#1650

.. _changes_7-3-0:

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
  • 7ce94f1 docs: sample HTML for 7.3.1
  • ac0021b docs: prep for 7.3.1
  • 508c27f build(docs): have to install ourselves for api docs
  • 6205c9f style: pyupgrade --py38-plus --keep-runtime-typing
  • 3b484e7 style: from __future__ import annotations in every .py file with code
  • 86955f2 test/doc: add more tests of star behavior, and document it.
  • 9d5ae8e test: add regression test for path w/ trailing wildcard
  • f0c18f6 style: use walrus for regexing
  • 6afcdc3 chore: make upgrade
  • c2b238e docs: fury.io badge is lagging, switch to shields.io
  • Additional commits viewable in compare view

Updates exceptiongroup from 1.1.2 to 1.1.3

Changelog

Sourced from exceptiongroup's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

1.1.3

  • catch() now raises a TypeError if passed an async exception handler instead of just giving a RuntimeWarning about the coroutine never being awaited. (#66, PR by John Litborn)
  • Fixed plain raise statement in an exception handler callback to work like a raise in an except* block
  • Fixed new exception group not being chained to the original exception when raising an exception group from exceptions raised in handler callbacks
  • Fixed type annotations of the derive(), subgroup() and split() methods to match the ones in typeshed

1.1.2

  • Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue 103590 <https://github.com/python/cpython/issues/103590>_

1.1.1

  • Worked around CPython issue [#98778](https://github.com/agronholm/exceptiongroup/issues/98778) <https://github.com/python/cpython/issues/98778>_, urllib.error.HTTPError(..., fp=None) raises KeyError on unknown attribute access, on affected Python versions. (PR by Zac Hatfield-Dodds)

1.1.0

  • Backported upstream fix for gh-99553 (custom subclasses of BaseExceptionGroup that also inherit from Exception should not be able to wrap base exceptions)
  • Moved all initialization code to __new__() (thus matching Python 3.11 behavior)

1.0.4

  • Fixed regression introduced in v1.0.3 where the code computing the suggestions would assume that both the obj attribute of AttributeError is always available, even though this is only true from Python 3.10 onwards (#43; PR by Carl Friedrich Bolz-Tereick)

1.0.3

  • Fixed monkey patching breaking suggestions (on a NameError or AttributeError) on Python 3.10 (#41; PR by Carl Friedrich Bolz-Tereick)

1.0.2

... (truncated)

Commits
  • 31d77ff Added the release version
  • 516ade1 Updated type annotations to match typeshed (#77)
  • 8b8791b Fixed bare raise and exception chaining when a handler raises an exception ...
  • 0c94abe [pre-commit.ci] pre-commit autoupdate (#75)
  • 0878b83 [pre-commit.ci] pre-commit autoupdate (#74)
  • fc578bc Switched to trusted publishing
  • 4640be7 [pre-commit.ci] pre-commit autoupdate (#73)
  • 14bf3ed Fixed erroneous TypeError in test_async_handler()
  • c971039 [pre-commit.ci] pre-commit autoupdate (#72)
  • 1d604fb Made catch() raise TypeError on async handler (#69)
  • Additional commits viewable in compare view

Updates furo from 2023.7.26 to 2023.8.19

Changelog

Sourced from furo's changelog.

Changelog

2023.08.19 -- Xenolithic Xanadu

  • Fix missing search context with Sphinx 7.2, for dirhtml builds.
  • Drop support for Python 3.7.
  • Present configuration errors in a better format -- thanks @​AA-Turner!
  • Bump require_sphinx() to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.

2023.08.17 -- Wonderous White

  • Fix compatiblity with Sphinx 7.2.0 and 7.2.1.

2023.07.26 -- Vigilant Volt

  • Fix compatiblity with Sphinx 7.1.
  • Improve how content overflow is handled.
  • Improve how literal blocks containing inline code are handled.

2023.05.20 -- Unassuming Ultramarine

  • ✨ Add support for Sphinx 7.
  • Drop support for Sphinx 5.
  • Improve the screen-reader label for sidebar collapse.
  • Make it easier to create derived themes from Furo.
  • Bump all JS dependencies (NodeJS and npm packages).

2023.03.27 -- Tasty Tangerine

  • Regenerate with newer version of sphinx-theme-builder, to fix RECORD hashes.
  • Add missing class to Font Awesome examples

2023.03.23 -- Sassy Saffron

  • Update Python version classifiers.
  • Increase the icon size in mobile header.
  • Increase admonition title bg opacity.
  • Change the default API background to transparent.
  • Transition the API background change.

... (truncated)

Commits

Updates more-itertools from 10.0.0 to 10.1.0

Release notes

Sourced from more-itertools's releases.

Version 10.1.0

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.0.1...v10.1.0

Version 10.0.1 (docs only)

This is a docs-only release. There are no changes to the code in the package, and no changes distributed to PyPI. See PR #738 for details.

Commits
  • 266ebdc Merge pull request #747 from more-itertools/version-10.1.0
  • e470f77 Doc updates for 10.1.0
  • cc8a8ab Bump version: 10.0.0 → 10.1.0
  • 65db6f8 Merge pull request #746 from obaltian/fix-consume-type-annotation
  • e40f679 fix consume() type annotation
  • ff2a90f Merge pull request #744 from pochmann/patch-5
  • 5fd6c67 Add empty line
  • 0ee59bd Simplify _zip_equal
  • 3e1b301 Merge pull request #742 from pochmann/patch-5
  • 415b05b Merge branch 'more-itertools:master' into patch-5
  • Additional commits viewable in compare view

Updates mypy from 1.4.1 to 1.5.1

Commits

Updates pluggy from 1.2.0 to 1.3.0

Changelog

Sourced from pluggy's changelog.

pluggy 1.3.0 (2023-08-26)

Deprecations and Removals

  • [#426](https://github.com/pytest-dev/pluggy/issues/426) <https://github.com/pytest-dev/pluggy/issues/426>_: Python 3.7 is no longer supported.

Features

  • [#428](https://github.com/pytest-dev/pluggy/issues/428) <https://github.com/pytest-dev/pluggy/issues/428>_: Pluggy now exposes its typings to static type checkers.

    As part of this, the following changes are made:

    • Renamed _Result to Result, and exported as :class:pluggy.Result.
    • Renamed _HookRelay to HookRelay, and exported as :class:pluggy.HookRelay.
    • Renamed _HookCaller to HookCaller, and exported as :class:pluggy.HookCaller.
    • Exported HookImpl as :class:pluggy.HookImpl.
    • Renamed _HookImplOpts to HookimplOpts, and exported as :class:pluggy.HookimplOpts.
    • Renamed _HookSpecOpts to HookspecOpts, and exported as :class:pluggy.HookspecOpts.
    • Some fields and classes are marked Final and @final.
    • The :ref:api-reference is updated to clearly delineate pluggy's public API.

    Compatibility aliases are put in place for the renamed types. We do not plan to remove the aliases, but we strongly recommend to only import from pluggy.* to ensure future compatibility.

    Please note that pluggy is currently unable to provide strong typing for hook calls, e.g. pm.hook.my_hook(...), nor to statically check that a hook implementation matches the hook specification's type.

Commits
  • e13a58c Preparing release 1.3.0
  • c53af98 Merge pull request #434 from bluetech/typing4
  • 62da97c Export pluggy's typing
  • 973fb56 tracing: more compatible types for _Writer and _Processor
  • b5fb741 Export __version__
  • 1b1042e Merge pull request #430 from bluetech/typing3
  • ba6fb4a [pre-commit.ci] pre-commit autoupdate
  • aea172a [pre-commit.ci] pre-commit autoupdate
  • 20b419d docs: enable nitpicky mode
  • 80a73dc Mark some fields and classes Final and @final
  • Additional commits viewable in compare view

Updates pydantic from 2.1.1 to 2.3.0

Release notes

Sourced from pydantic's releases.

v2.3.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic@v2.2.1...v2.2.2

v2.2.1 2023-08-18

What's Changed

New Contributors

Full Changelog: pydantic/pydantic@v2.2.0...v2.2.1

v2.2.0 2023-08-17

What's Changed

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.3.0 (2023-08-23)

GitHub release

v2.2.1 (2023-08-18)

GitHub release

v2.2.0 (2023-08-17)

GitHub release

... (truncated)

Commits

Bumps the prod group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.0.2` | `2.0.3` |
| [build](https://github.com/pypa/build) | `0.10.0` | `1.0.3` |
| [click](https://github.com/pallets/click) | `8.1.6` | `8.1.7` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.2.7` | `7.3.1` |
| [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.1.2` | `1.1.3` |
| [furo](https://github.com/pradyunsg/furo) | `2023.7.26` | `2023.8.19` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.0.0` | `10.1.0` |
| [mypy](https://github.com/python/mypy) | `1.4.1` | `1.5.1` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.2.0` | `1.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.1.1` | `2.3.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.4.0` | `2.7.0` |
| [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.16.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.1` |
| [readme-renderer](https://github.com/pypa/readme_renderer) | `40.0` | `41.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.282` | `0.0.287` |
| [shellingham](https://github.com/sarugaku/shellingham) | `1.5.0.post1` | `1.5.3` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.4.1` | `2.5` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.1.2` | `7.2.5` |
| [sphinx-click](https://github.com/click-contrib/sphinx-click) | `4.4.0` | `5.0.1` |
| [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.4` | `1.0.7` |
| [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.2` | `1.0.5` |
| [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.1` | `2.0.4` |
| [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.3` | `1.0.6` |
| [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.5` | `1.1.9` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.3.2` | `6.3.3` |


Updates `pydantic-settings` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.0.2...v2.0.3)

Updates `build` from 0.10.0 to 1.0.3
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.10.0...1.0.3)

Updates `click` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.6...8.1.7)

Updates `coverage` from 7.2.7 to 7.3.1
- [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.1)

Updates `exceptiongroup` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.1.2...1.1.3)

Updates `furo` from 2023.7.26 to 2023.8.19
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2023.07.26...2023.08.19)

Updates `more-itertools` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.0.0...v10.1.0)

Updates `mypy` from 1.4.1 to 1.5.1
- [Commits](python/mypy@v1.4.1...v1.5.1)

Updates `pluggy` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.2.0...1.3.0)

Updates `pydantic` from 2.1.1 to 2.3.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.1.1...v2.3.0)

Updates `pydantic-core` from 2.4.0 to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.4.0...v2.7.0)

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 `pytest` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...7.4.1)

Updates `readme-renderer` from 40.0 to 41.0
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@40.0...41.0)

Updates `ruff` from 0.0.282 to 0.0.287
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.282...v0.0.287)

Updates `shellingham` from 1.5.0.post1 to 1.5.3
- [Release notes](https://github.com/sarugaku/shellingham/releases)
- [Changelog](https://github.com/sarugaku/shellingham/blob/master/CHANGELOG.rst)
- [Commits](sarugaku/shellingham@1.5.0.post1...1.5.3)

Updates `soupsieve` from 2.4.1 to 2.5
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.4.1...2.5)

Updates `sphinx` from 7.1.2 to 7.2.5
- [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.2...v7.2.5)

Updates `sphinx-click` from 4.4.0 to 5.0.1
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](click-contrib/sphinx-click@4.4.0...5.0.1)

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

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

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

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

Updates `sphinxcontrib-serializinghtml` from 1.1.5 to 1.1.9
- [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.9)

Updates `tornado` from 6.3.2 to 6.3.3
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.3.2...v6.3.3)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: pluggy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: readme-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: shellingham
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: soupsieve
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: sphinx-click
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: sphinxcontrib-applehelp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: sphinxcontrib-devhelp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: sphinxcontrib-htmlhelp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: sphinxcontrib-qthelp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: sphinxcontrib-serializinghtml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependency related python Pull requests that update Python code labels Sep 7, 2023
@huxuan
Copy link
Member

huxuan commented Sep 7, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 872be57 into main Sep 7, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/pip/prod-5968a1381b branch September 7, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant