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 5 updates #62

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps the dependencies group with 5 updates:

Package From To
build 1.0.3 1.1.1
twine 4.0.2 5.0.0
autodoc-pydantic 2.0.1 2.1.0
sphinx-autoapi 3.1.a2 3.1.0a3
sphinx-autodoc-typehints 1.25.3 2.0.0

Updates build from 1.0.3 to 1.1.1

Release notes

Sourced from build's releases.

Version 1.1.1

What's Changed

  • Fixed invoking outer pip from user site packages (PR #746, fixes issue #745)
  • Corrected the minimum pip version required to use an outer pip (PR #746, fixes issue #745)

Full Changelog: pypa/build@v1.1.0...1.1.1

Version 1.1.0

What's Changed

  • Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR #736)
  • Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml -- by @​webknjaz. (PR #716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by @​GianlucaFicarelli. (PR #693, fixes issue #692)

New Contributors

Full Changelog: pypa/build@1.0.3...v1.1.0

Changelog

Sourced from build's changelog.

1.1.1 (2024-02-29)

  • Fixed invoking outer pip from user site packages (PR :pr:746, fixes issue :issue:745)
  • Corrected the minimum pip version required to use an outer pip (PR :pr:746, fixes issue :issue:745)

1.1.0 (2024-02-29)

  • Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR :pr:736)
  • Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml -- by :user:webknjaz. (PR :pr:716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by :user:GianlucaFicarelli. (PR :pr:693, fixes issue :issue:692)
Commits

Updates twine from 4.0.2 to 5.0.0

Changelog

Sourced from twine's changelog.

Twine 5.0.0 (2024-02-10)

Bugfixes ^^^^^^^^

  • Use email.message instead of cgi as cgi has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>_)

Misc ^^^^

  • [#931](https://github.com/pypa/twine/issues/931) <https://github.com/pypa/twine/issues/931>, [#991](https://github.com/pypa/twine/issues/991) <https://github.com/pypa/twine/issues/991>, [#1028](https://github.com/pypa/twine/issues/1028) <https://github.com/pypa/twine/issues/1028>, [#1040](https://github.com/pypa/twine/issues/1040) <https://github.com/pypa/twine/issues/1040>
Commits
  • 94f810c Merge pull request #1047 from pypa/new-release
  • 09d993a Update linkcheck_ignore setting for docs
  • ab0ed19 Apply 2024 black format
  • 407e6cc Build changelog for 5.0.0
  • 6644b86 Add missing changelog entries
  • fe1885f Merge pull request #1034 from DimitriPapadopoulos/codespell
  • 694bdcf Fix typos found by codespell
  • 89ec78c Merge pull request #1040 from woodruffw-forks/ww/pypi-mandatory-api-tokens
  • b3b363a tests: lintage
  • 6e94d20 tests: more non-PyPI tests
  • Additional commits viewable in compare view

Updates autodoc-pydantic from 2.0.1 to 2.1.0

Changelog

Sourced from autodoc-pydantic's changelog.

v2.1.0 - 2024-03-18

This is a maintenance and bugfix release extending support to pydantic v2.6, sphinx v7.2 and python 3.12 while dropping support for python 3.7 which has reached EOL.

Features

  • Hide model_computed_fields for pydantic models.
  • Hide settings_customise_sources for pydantic settings.

Testing

  • Add pydantic 2.2/2.3/2.4/2.5/2.6 and sphinx 7.1/7.2 and python 3.12 to test matrix.
  • Remove python 3.7 from test matrix.
  • Remove obsolete skip ci condition from github actions.
  • Update conftest to use pathlib instead of older Sphinx sphinx.testing.path module that is being deprecated for forward-compatibility with newer Sphinx versions.
  • Fix duplicated teset name test_non_field_attributes.
  • Add tests to cover inheritance behavior given inherited-members for field and validator members and summaries.

Bugfix

  • Fix incompatibity with sphinx 7.2 due to changed usage of path objects. For more, see #11606.
  • #176 Remove sphinxcontrib/__init__.py causing ModuleNotFoundError exception in some environments. This should be a namespace package per PEP 420 without __init_.py to match with other extensions.
  • Removing deprecation warning sphinx.util.typing.stringify.
  • Fix bug a bug while sorting members #137.

Internal

  • Fix deprecation warning for tuple interface of ObjectMember in directives/autodocumenters.py.
  • Remove obsolete configuration options which have been removed in v2.
  • Introduce pydantic.options.exists to check for existence of sphinx options.

Documentation

  • Add pydantic to PyPI classifiers to improve discoverability.
  • Correct erdantic installation command in users coniguration section.

... (truncated)

Commits
  • b9b4e2d Merge pull request #213 from mansenfranzen/finalize_2.1.0
  • 6bc9001 Update readme and changelog.
  • 77c1bf5 Merge pull request #212 from mansenfranzen/all-contributors/add-alejandro-yousef
  • 7230e13 docs: update .all-contributorsrc [skip ci]
  • 5791e9d docs: update README.md [skip ci]
  • bbfc59f Merge pull request #211 from mansenfranzen/all-contributors/add-morcef
  • 5b718d7 docs: update .all-contributorsrc [skip ci]
  • 786a125 docs: update README.md [skip ci]
  • 2acdd8e Merge pull request #210 from mansenfranzen/all-contributors/add-Cielquan
  • 4cf7258 docs: update .all-contributorsrc [skip ci]
  • Additional commits viewable in compare view

Updates sphinx-autoapi from 3.1.a2 to 3.1.0a3

Release notes

Sourced from sphinx-autoapi's releases.

v3.1.0a3

Bugfixes

  • Rename "single page output" to "own page output". (#226)

  • Also added tests for own page output. (#226)

  • Fix some inherited members always being rendered. (#226)

  • Own page members of an entity are linked to after the docstring of the parent entity. (#226)

  • Fix entities below the "class" level that have their own page from rendering incorrectly. (#226)

Changelog

Sourced from sphinx-autoapi's changelog.

v3.1.0a3 (2024-02-16)

Bugfixes ^^^^^^^^

  • Rename "single page output" to "own page output". (#226)

  • Also added tests for own page output. (#226)

  • Fix some inherited members always being rendered. (#226)

  • Own page members of an entity are linked to after the docstring of the parent entity. (#226)

  • Fix entities below the "class" level that have their own page from rendering incorrectly. (#226)

v3.0.0 (2023-09-26)

Bugfixes ^^^^^^^^

  • Ensure tooltip is always a str. (str-tooltip)
  • Replaced usage of deprecated sphinx.util.status_iterator (#391)

Deprecations and Removals ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Removed support for documenting languages other than Python (#248)
  • Removed support for Python 3.7

Misc ^^^^

v2.1.1 (2023-06-10)

Bugfixes ^^^^^^^^

  • Fix "document isn't included" warning when using autoapi_add_toctree_entry (#319)
  • Types used in PEP-604 union syntax can be linked with intersphinx (#366)

... (truncated)

Commits
  • 8020036 Version 3.1.0a3
  • 5c423ff Fix usage of deprecated ruff config sections
  • 180f652 Various fixes for own page output
  • 61d8abe Recursive rendering of children with their own page
  • 15c6d24 Basic tests for single page rendering
  • 2f2300f Initial implementation of customisable single page output
  • 61c52e0 Implemented automatic uploading to PyPI
  • 006142d Version 3.0.0
  • 6317148 Replace usage of deprecated astroid.NodeNG.doc in inheritance_diagrams.py
  • 4d1bec0 Removed support for Python 3.7
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 1.25.3 to 2.0.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.0.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.3...2.0.0

Commits

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

@dependabot dependabot bot requested a review from ansjhenry as a code owner March 21, 2024 09:43
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Mar 21, 2024
@ansjhenry
Copy link
Collaborator

@dependabot rebase

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` |
| [twine](https://github.com/pypa/twine) | `4.0.2` | `5.0.0` |
| [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) | `2.0.1` | `2.1.0` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.1.a2` | `3.1.0a3` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.25.3` | `2.0.0` |


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

Updates `twine` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.2...5.0.0)

Updates `autodoc-pydantic` from 2.0.1 to 2.1.0
- [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/CHANGELOG.md)
- [Commits](mansenfranzen/autodoc_pydantic@v2.0.1...v2.1.0)

Updates `sphinx-autoapi` from 3.1.a2 to 3.1.0a3
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/v3.1.0a3/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.1.0a2...v3.1.0a3)

Updates `sphinx-autodoc-typehints` from 1.25.3 to 2.0.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.25.3...2.0.0)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: autodoc-pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dependencies-0b34e0f255 branch from 757ea09 to 4ee7eb0 Compare March 22, 2024 09:15
pyproject.toml Outdated Show resolved Hide resolved
Co-authored-by: Revathy Venugopal <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.91%. Comparing base (5708675) to head (3d58a33).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   95.91%   95.91%           
=======================================
  Files          19       19           
  Lines        2178     2178           
  Branches      278      278           
=======================================
  Hits         2089     2089           
  Misses         72       72           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ansjhenry ansjhenry merged commit 32ea5c0 into main Mar 22, 2024
17 checks passed
@ansjhenry ansjhenry deleted the dependabot/pip/dependencies-0b34e0f255 branch March 22, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants