pivoshenko / poetry-plugin-dotenv

poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run
MIT License
72 stars 4 forks source link

build(deps-dev): bump python-semantic-release from 8.7.0 to 9.0.3 #188

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps python-semantic-release from 8.7.0 to 9.0.3.

Release notes

Sourced from python-semantic-release's releases.

v9.0.3 (2024-02-08)

Chore

  • chore: modernize ruff configuration to work with ruff >= 0.2 (613d240)

Fix

  • fix(algorithm): correct bfs to not abort on previously visited node (02df305)

Performance

  • perf(algorithm): refactor bfs search to use queue rather than recursion (8b742d3)

Style

  • style: beautify 8b742d3db6652981a7b5f773a74b0534edc1fc15 (f95be0c)

Test

  • test(algorithm): add bfs unit test on fake git history (2c8a36e)

v9.0.2 (2024-02-08)

Chore

Ci

  • ci: Configure trusted publishing in pypi (8e3c00b)

  • ci: bump the github-actions group with 3 updates (#831) (bf96143)

  • ci: add grouped github-actions section to dependabot config (#794) (3eb15c4)

Documentation

  • docs: Remove duplicate note in configuration.rst (#807) (fb6f243)

Fix

  • fix(util): properly parse windows line-endings in commit messages

Due to windows line-endings \r\n, it would improperly split the commit description (it failed to split at all) and cause detection of Breaking changes to fail. The breaking changes regular expression looks to the start of the line for the proper syntax.

Resolves: #820 (70193ba)

... (truncated)

Changelog

Sourced from python-semantic-release's changelog.

v9.0.3 (2024-02-08)

Chore

  • chore: modernize ruff configuration to work with ruff >= 0.2 (613d240)

Fix

  • fix(algorithm): correct bfs to not abort on previously visited node (02df305)

Performance

  • perf(algorithm): refactor bfs search to use queue rather than recursion (8b742d3)

Style

  • style: beautify 8b742d3db6652981a7b5f773a74b0534edc1fc15 (f95be0c)

Test

  • test(algorithm): add bfs unit test on fake git history (2c8a36e)

v9.0.2 (2024-02-08)

Chore

Ci

  • ci: Configure trusted publishing in pypi (8e3c00b)

  • ci: bump the github-actions group with 3 updates (#831) (bf96143)

  • ci: add grouped github-actions section to dependabot config (#794) (3eb15c4)

Documentation

  • docs: Remove duplicate note in configuration.rst (#807) (fb6f243)

Fix

  • fix(util): properly parse windows line-endings in commit messages

Due to windows line-endings \r\n, it would improperly split the commit description (it failed to split at all) and cause detection of Breaking changes to fail. The breaking changes regular expression looks to the start of the line for the proper syntax.

... (truncated)

Commits
  • c90b2f5 9.0.3
  • f95be0c style: beautify 8b742d3db6652981a7b5f773a74b0534edc1fc15
  • 8b742d3 perf(algorithm): refactor bfs search to use queue rather than recursion
  • 02df305 fix(algorithm): correct bfs to not abort on previously visited node
  • 2c8a36e test(algorithm): add bfs unit test on fake git history
  • 613d240 chore: modernize ruff configuration to work with ruff >= 0.2
  • 460c73b 9.0.2
  • c777bb2 style: beautify 70193ba117c1a6d3690aed685fee8a734ba174e5
  • 70193ba fix(util): properly parse windows line-endings in commit messages
  • c57b082 test(util): add windows line-endings possibilities for commit parsing
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 month ago

This pull request has been automatically locked since there has not been any recent activity after it was closed.