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

ci: bump the ci-dependencies group in /.github/workflows with 1 update #984

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ci-dependencies group in /.github/workflows with 1 update: griffe.

Release notes

Sourced from griffe's releases.

0.36.2

0.36.2 - 2023-09-10

Compare with 0.36.1

Bug Fixes

0.36.1

0.36.1 - 2023-09-04

Compare with 0.36.0

Bug Fixes

  • Fix iterating non-flat expressions (some nodes were skipped) (3249155 by Timothée Mazzucotelli).

0.36.0

0.36.0 - 2023-09-01

Compare with 0.35.2

Features

Bug Fixes

  • Use all members (declared and inherited) when checking for breakages, avoid false-positives when a member of a class is moved into a parent class (1c4340b by Timothée Mazzucotelli). [Issue #203](mkdocstrings/griffe#203)
  • Skip early submodules with dots in their path (5e81b8a by Timothée Mazzucotelli). [Issue #185](mkdocstrings/griffe#185)

Code Refactoring

  • Allow iterating on expressions in both flat and nested ways (3957fa7 by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

0.36.2 - 2023-09-10

Compare with 0.36.1

Bug Fixes

0.36.1 - 2023-09-04

Compare with 0.36.0

Bug Fixes

  • Fix iterating non-flat expressions (some nodes were skipped) (3249155 by Timothée Mazzucotelli).

0.36.0 - 2023-09-01

Compare with 0.35.2

Features

Bug Fixes

  • Use all members (declared and inherited) when checking for breakages, avoid false-positives when a member of a class is moved into a parent class (1c4340b by Timothée Mazzucotelli). [Issue #203](mkdocstrings/griffe#203)
  • Skip early submodules with dots in their path (5e81b8a by Timothée Mazzucotelli). [Issue #185](mkdocstrings/griffe#185)

Code Refactoring

  • Allow iterating on expressions in both flat and nested ways (3957fa7 by Timothée Mazzucotelli).
Commits
  • a72803b chore: Prepare release 0.36.2
  • f204260 ci: Ignore mypy warning
  • 6ba3e04 fix: Fix warnings for docstrings in builtin modules
  • 066a4a7 fix: Fix dumping filepath to a dict when it is a list
  • c1476d0 chore: Prepare release 0.36.1
  • 3249155 fix: Fix iterating non-flat expressions (some nodes were skipped)
  • 3821ccd chore: Prepare release 0.36.0
  • 6e02496 docs: Add back removed links in docstrings page
  • d01d2c9 chore: Add comment for a possible finder enhancement
  • 096970f feat: Add option to read return type of properties in their summary
  • Additional commits viewable in compare view

Dependabot compatibility score

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

📚 Documentation preview 📚: https://citric--984.org.readthedocs.build/en/984/

@dependabot dependabot bot added the dependencies Python Dependencies label Sep 18, 2023
@trunk-io
Copy link

trunk-io bot commented Sep 18, 2023

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ed8320f) 100.00% compared to head (c3cb5c2) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #984   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          422       422           
  Branches        22        22           
=========================================
  Hits           422       422           
Flag Coverage Δ
integration 90.28% <ø> (ø)
unit 92.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Bumps the ci-dependencies group in /.github/workflows with 1 update: [griffe](https://github.com/mkdocstrings/griffe).

- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.35.2...0.36.2)

---
updated-dependencies:
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/ci-dependencies-76d890363e branch from a5b1813 to 31e8511 Compare September 18, 2023 22:52
@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@edgarrmondragon edgarrmondragon merged commit a36c6a7 into main Sep 20, 2023
37 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/dot-github/workflows/ci-dependencies-76d890363e branch September 20, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Python Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant