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 across 1 directory with 4 updates #73

Merged
merged 2 commits into from
May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the dependencies group with 4 updates in the / directory: pytest, autodoc-pydantic, sphinx and sphinx-autodoc-typehints.

Updates pytest from 8.1.1 to 8.2.0

Release notes

Sourced from pytest's releases.

8.2.0

pytest 8.2.0 (2024-04-27)

Deprecations

  • #12069: A deprecation warning is now raised when implementations of one of the following hooks request a deprecated py.path.local parameter instead of the pathlib.Path parameter which replaced it:

    • pytest_ignore_collect{.interpreted-text role="hook"} - the path parameter - use collection_path instead.
    • pytest_collect_file{.interpreted-text role="hook"} - the path parameter - use file_path instead.
    • pytest_pycollect_makemodule{.interpreted-text role="hook"} - the path parameter - use module_path instead.
    • pytest_report_header{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.
    • pytest_report_collectionfinish{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.

    The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0.

    See legacy-path-hooks-deprecated{.interpreted-text role="ref"} for more details.

Features

  • #11871: Added support for reading command line arguments from a file using the prefix character @, like e.g.: pytest @tests.txt. The file must have one argument per line.

    See Read arguments from file <args-from-file>{.interpreted-text role="ref"} for details.

Improvements

  • #11523: pytest.importorskip{.interpreted-text role="func"} will now issue a warning if the module could be found, but raised ImportError{.interpreted-text role="class"} instead of ModuleNotFoundError{.interpreted-text role="class"}.

    The warning can be suppressed by passing exc_type=ImportError to pytest.importorskip{.interpreted-text role="func"}.

    See import-or-skip-import-error{.interpreted-text role="ref"} for details.

  • #11728: For unittest-based tests, exceptions during class cleanup (as raised by functions registered with TestCase.addClassCleanup <unittest.TestCase.addClassCleanup>{.interpreted-text role="meth"}) are now reported instead of silently failing.

  • #11777: Text is no longer truncated in the short test summary info section when -vv is given.

  • #12112: Improved namespace packages detection when consider_namespace_packages{.interpreted-text role="confval"} is enabled, covering more situations (like editable installs).

  • #9502: Added PYTEST_VERSION{.interpreted-text role="envvar"} environment variable which is defined at the start of the pytest session and undefined afterwards. It contains the value of pytest.__version__, and among other things can be used to easily check if code is running from within a pytest run.

Bug Fixes

  • #12065: Fixed a regression in pytest 8.0.0 where test classes containing setup_method and tests using @staticmethod or @classmethod would crash with AttributeError: 'NoneType' object has no attribute 'setup_method'.

    Now the request.instance <pytest.FixtureRequest.instance>{.interpreted-text role="attr"} attribute of tests using @staticmethod and @classmethod is no longer None, but a fresh instance of the class, like in non-static methods.

... (truncated)

Commits
  • 6bd3f31 Tweak changelog for 8.2.0
  • 9b6219b Prepare release version 8.2.0
  • 835765c Merge pull request #12130 from bluetech/fixtures-inline
  • 7e7503c unittest: report class cleanup exceptions (#12250)
  • 882c4da fixtures: inline fail_fixturefunc
  • 2e8fb9f fixtures: extract a _check_fixturedef method
  • acf2971 fixtures: inline _getnextfixturedef into _get_active_fixturedef
  • 3c77aec fixtures: move "request" check early
  • d217d68 fixtures: inline _compute_fixture_value
  • 530be28 fixtures: use early return in _get_active_fixturedef
  • Additional commits viewable in compare view

Updates autodoc-pydantic from 2.1.0 to 2.2.0

Release notes

Sourced from autodoc-pydantic's releases.

v2.2.0

2.2.0 (2024-04-26)

✨ Features

  • Allow empty strings for directive prefixes (#285) (be21d37)
  • Remove duplicated docs strings when use_attribute_docstrings is used in pydantic &gt;= 2.7 (#276) (0ddb12f)

🐛 Bug Fixes

  • deps: update dependency erdantic to <v2 (#246) (3c8daa8)
  • deps: update dependency erdantic to ^0.7.0 (#226) (0909963)
  • deps: update dependency flake8 to v7 (#233) (c270e8a)
  • deps: update dependency pytest to v8 (#234) (8b330af)
  • deps: update dependency sphinx-copybutton to ^0.5.0 (#227) (7ada937)
  • deps: update dependency sphinx-rtd-theme to v2 (#235) (f43cfa9)
  • deps: update dependency sphinxcontrib-mermaid to ^0.9.0 (#229) (984ce05)
  • Improve error message for _sort_summary_list failures (#243) (87923a1)
  • Test please-release (d4595bf)
  • Use more precise name instead of object_name for _sort_summary_list error msg (#244) (42bdd4b)

⛏ Other Changes

  • Add changelog-sections to please-release (#218) (5355f98)
  • Add refactor and more categories to release-please configuration. (#258) (71e1c60)
  • Add Coduim PR Agent Workflow (#236) (38f9e16)
  • Configure Renovate (#225) (efc2f9a)
  • Deactivate dependency dashboard (#238) (11afaf3)
  • deps: update abatilo/actions-poetry action to v3 (#230) (be248a4)
  • deps: update actions/checkout action to v4 (#231) (5774bdf)
  • deps: update actions/setup-python action to v5 (#232) (2bc973b)
  • fix link in all-contributors bot (#281) (8261254)
  • improve changelog (b22840f)
  • Remove dev extras and tox from pyproject.toml (204f246)
  • Remove dependabot in favor for Mend's renovate (#267) (9726cc5)
  • Revert all-contributors commit type (#282) [skip ci] (c4c8fe7)
  • Use ruff for linting and formatting (#242) (461be30)

📖 Documentation

  • add exs-dwoodward as a contributor for code (#250) (532b54f)
  • Add hint mentioning that pydantic directive prefixes allow empty strings (be21d37)
  • Add missing erdantic version number (#224) (4c9c6b2)
  • Fix broken link in example section (40b5b22)
  • Improve README.md with update badges and remove animated gif comparison examples (40b5b22)
  • improve erdantic example (3c8daa8)

... (truncated)

Changelog

Sourced from autodoc-pydantic's changelog.

2.2.0 (2024-04-26)

✨ Features

  • Allow empty strings for directive prefixes (#285) (be21d37)
  • Remove duplicated docs strings when use_attribute_docstrings is used in pydantic &gt;= 2.7 (#276) (0ddb12f)

🐛 Bug Fixes

  • deps: update dependency erdantic to <v2 (#246) (3c8daa8)
  • deps: update dependency erdantic to ^0.7.0 (#226) (0909963)
  • deps: update dependency flake8 to v7 (#233) (c270e8a)
  • deps: update dependency pytest to v8 (#234) (8b330af)
  • deps: update dependency sphinx-copybutton to ^0.5.0 (#227) (7ada937)
  • deps: update dependency sphinx-rtd-theme to v2 (#235) (f43cfa9)
  • deps: update dependency sphinxcontrib-mermaid to ^0.9.0 (#229) (984ce05)
  • Improve error message for _sort_summary_list failures (#243) (87923a1)
  • Test please-release (d4595bf)
  • Use more precise name instead of object_name for _sort_summary_list error msg (#244) (42bdd4b)

⛏ Other Changes

  • Add changelog-sections to please-release (#218) (5355f98)
  • Add refactor and more categories to release-please configuration. (#258) (71e1c60)
  • Add Coduim PR Agent Workflow (#236) (38f9e16)
  • Configure Renovate (#225) (efc2f9a)
  • Deactivate dependency dashboard (#238) (11afaf3)
  • deps: update abatilo/actions-poetry action to v3 (#230) (be248a4)
  • deps: update actions/checkout action to v4 (#231) (5774bdf)
  • deps: update actions/setup-python action to v5 (#232) (2bc973b)
  • fix link in all-contributors bot (#281) (8261254)
  • improve changelog (b22840f)
  • Remove dev extras and tox from pyproject.toml (204f246)
  • Remove dependabot in favor for Mend's renovate (#267) (9726cc5)
  • Revert all-contributors commit type (#282) [skip ci] (c4c8fe7)
  • Use ruff for linting and formatting (#242) (461be30)

📖 Documentation

  • add exs-dwoodward as a contributor for code (#250) (532b54f)
  • Add hint mentioning that pydantic directive prefixes allow empty strings (be21d37)
  • Add missing erdantic version number (#224) (4c9c6b2)
  • Fix broken link in example section (40b5b22)
  • Improve README.md with update badges and remove animated gif comparison examples (40b5b22)
  • improve erdantic example (3c8daa8)
  • Recommend globally installed tox instead of poetry installed tox (#223) (204f246)

... (truncated)

Commits
  • 98cdedd chore: release 2.2.0 (#217)
  • 36056f7 contributors: add azmeuk as a contributor for bug (#286)
  • be21d37 feat: Allow empty strings for directive prefixes (#285)
  • 80cf3e9 contributors: add annerademacher as a contributor for financial (#284)
  • c4c8fe7 chore: Revert all-contributors commit type (#282) [skip ci]
  • 8261254 chore: fix link in all-contributors bot (#281)
  • 47e98df contributors: add bruno-f-cruz as a contributor for bug (#280)
  • 2a899f1 contributors: add ITProKyle as a contributor for bug (#279) [skip ci]
  • bc4cdb6 contributors: add Carson-Shaar as a contributor for bug (#278) [skip ci]
  • 15cead4 contributors: add Galarzaa90 as a contributor for bug (#277)
  • Additional commits viewable in compare view

Updates sphinx from 7.2.6 to 7.3.7

Release notes

Sourced from sphinx's releases.

Sphinx 7.3.7

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

Sphinx 7.3.6

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

Sphinx 7.3.5

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

Sphinx 7.3.4

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

Sphinx 7.3.3

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

Sphinx 7.3.2

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

Sphinx 7.3.1

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

Sphinx 7.3.0

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

Changelog

Sourced from sphinx's changelog.

Release 7.3.7 (released Apr 19, 2024)

Bugs fixed

  • #12299: Defer loading themes defined via entry points until their explicit use by the user or a child theme. Patch by Adam Turner.
  • #12305: Return the default value for theme.get_config() with an unsupported theme configuration section. Patch by Adam Turner.

Release 7.3.6 (released Apr 17, 2024)

Bugs fixed

  • #12295: Re-export all AST types in the C and C++ domains. Patch by Adam Turner.
  • #12295: Re-export various objects from sphinx.domains.python._annotations in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner.

Release 7.3.5 (released Apr 17, 2024)

Bugs fixed

  • #12295: Re-export various objects from sphinx.domains.python._object in sphinx.domains.python. Patch by Jacob Chesslo and Adam Turner.

Release 7.3.4 (released Apr 17, 2024)

Bugs fixed

  • Handle cases when Any is not an instance of type. Patch by Adam Turner.

Release 7.3.3 (released Apr 17, 2024)

Bugs fixed

... (truncated)

Commits
  • de4ac2f Bump to 7.3.7 final
  • 4a0c9dd Return the default value for unsupported theme configuration sections
  • 62c3bad Re-export py_sig_re from the Python domain
  • 3bcc669 Defer loading entry-point themes until needed
  • fa4563f Bump version
  • 630b4fb Bump to 7.3.6 final
  • 740b964 fixup! Elaborate a little more in the warning message for config.cache
  • 141f3ec Elaborate a little more in the warning message for config.cache
  • af27188 Add config.cache to the list of warning types
  • be2b083 Re-export more names in sphinx.domains.python (#12297)
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 2.0.1 to 2.1.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.1.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.0.1...2.1.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 April 29, 2024 08:03
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 29, 2024
@ansjhenry
Copy link
Collaborator

@dependabot rebase

Bumps the dependencies group with 4 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `pytest` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.1...8.2.0)

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

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `sphinx-autodoc-typehints` from 2.0.1 to 2.1.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@2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autodoc-pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dependencies-0aa6f0156c branch from c0c7169 to 638bc56 Compare April 30, 2024 14:40
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.91%. Comparing base (1ea2d21) to head (451004c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  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.

@Revathyvenugopal162 Revathyvenugopal162 merged commit ec1bc0a into main May 6, 2024
17 checks passed
@Revathyvenugopal162 Revathyvenugopal162 deleted the dependabot/pip/dependencies-0aa6f0156c branch May 6, 2024 09:36
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