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

chore(deps): bump guessit from 3.7.1 to 3.8.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps guessit from 3.7.1 to 3.8.0.

Release notes

Sourced from guessit's releases.

v3.8.0 (2023-12-14)

Chore

  • chore: migrate setup.cfg to pyproject.toml (ee9bcbc)

  • chore: remove win_private_assemblies from pyinstaller spec (5404433)

  • chore(lint): Silence pylint

This fixes the following error:

************* Module guessit.rules.match_processors
guessit/rules/match_processors.py:7:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
``` ([`6a7bb9f`](https://github.com/guessit-io/guessit/commit/6a7bb9f51b9f7ad869767bb1a896a4cb79f3279e))

Ci

  • ci: use twine to upload packages on pypi (edf2916)

  • ci: add version bump in release task (ce62ca9)

  • ci: avoid mutating repository on semantic-release version command (e8273ca)

  • ci: add GH_TOKEN environment variables to semantic-release version commands (6d7cee7)

  • ci: remove verbose flag from semantic release commands (485d79e)

  • ci: add wheel to dev dependencies for setup.py bdist_wheel command to work (a49278d)

  • ci: fix semantic-release commands verbose flag (0cfb12f)

  • ci: upgrade checkout action (c39ebef)

Feature

  • feat(other): detect "Dolby Vision" from "DV" (6e08770)

  • feat(streaming_service): add Paramount+ to Streaming Services (60920e3)

  • feat(streaming_service): add "amzn-cbr" (9207379)

  • feat: add python 3.12 and pypy 3.10 support (401bcc5)

Fix

  • fix(deprecated): pathlib.Path.enter() is deprecated

pathlib.Path.enter() is deprecated and scheduled for removal </tr></table>

... (truncated)

Changelog

Sourced from guessit's changelog.

v3.8.0 (2023-12-14)

Chore

  • chore: migrate setup.cfg to pyproject.toml (ee9bcbc)

  • chore: remove win_private_assemblies from pyinstaller spec (5404433)

  • chore(lint): Silence pylint

This fixes the following error:

************* Module guessit.rules.match_processors
guessit/rules/match_processors.py:7:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
``` ([`6a7bb9f`](https://github.com/guessit-io/guessit/commit/6a7bb9f51b9f7ad869767bb1a896a4cb79f3279e))

Ci

  • ci: use twine to upload packages on pypi (edf2916)

  • ci: add version bump in release task (ce62ca9)

  • ci: avoid mutating repository on semantic-release version command (e8273ca)

  • ci: add GH_TOKEN environment variables to semantic-release version commands (6d7cee7)

  • ci: remove verbose flag from semantic release commands (485d79e)

  • ci: add wheel to dev dependencies for setup.py bdist_wheel command to work (a49278d)

  • ci: fix semantic-release commands verbose flag (0cfb12f)

  • ci: upgrade checkout action (c39ebef)

Feature

  • feat(other): detect &#34;Dolby Vision&#34; from &#34;DV&#34; (6e08770)

  • feat(streaming_service): add Paramount+ to Streaming Services (60920e3)

  • feat(streaming_service): add &#34;amzn-cbr&#34; (9207379)

  • feat: add python 3.12 and pypy 3.10 support (401bcc5)

Fix

  • fix(deprecated): pathlib.Path.enter() is deprecated

pathlib.Path.enter() is deprecated and scheduled for removal </tr></table>

... (truncated)

Commits
  • c7b39db 3.8.0
  • edf2916 ci: use twine to upload packages on pypi
  • ce62ca9 ci: add version bump in release task
  • e8273ca ci: avoid mutating repository on semantic-release version command
  • ee9bcbc chore: migrate setup.cfg to pyproject.toml
  • 6d7cee7 ci: add GH_TOKEN environment variables to semantic-release version commands
  • 485d79e ci: remove verbose flag from semantic release commands
  • bd66746 Merge pull request #750 from milkers69/develop
  • 342aec4 Merge pull request #755 from plotski/feat-dv
  • 0f40bbf Merge pull request #759 from plotski/deprecated/read_text
  • 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 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)

Bumps [guessit](https://github.com/guessit-io/guessit) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/guessit-io/guessit/releases)
- [Changelog](https://github.com/guessit-io/guessit/blob/develop/CHANGELOG.md)
- [Commits](guessit-io/guessit@v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: guessit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants