supabase-community / realtime-py

A Python Client for Phoenix Channels
MIT License
118 stars 47 forks source link

build(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.4.2 #121

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps python-semantic-release/python-semantic-release from 9.4.1 to 9.4.2.

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.4.2 (2024-04-14)

Fixes

  • Allow insecure http connections if configured (#886)

  • Prevent double url schemes urls in changelog (#676)

  • bitbucket: allow insecure http connections if configured (db13438)

  • bitbucket: correct url parsing & prevent double url schemes (5cfdb24)

  • config: add flag to allow insecure connections (db13438)

  • gitea: allow insecure http connections if configured (db13438)

  • gitea: correct url parsing & prevent double url schemes (5cfdb24)

  • github: allow insecure http connections if configured (db13438)

  • github: correct url parsing & prevent double url schemes (5cfdb24)

  • gitlab: allow insecure http connections if configured (db13438)

  • gitlab: correct url parsing & prevent double url schemes (5cfdb24)

  • version-cmd: handle HTTP exceptions more gracefully (db13438)

Build System

  • dependencies: update rich requirement from ~=12.5 to ~=13.0 (#877)

Documentation

  • configuration: update remote settings section with missing values (db13438)

Resolved Issues

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v9.4.2 (2024-04-14)

Build

  • build(deps-dev): update furo requirement from ~=2023.3 to ~=2024.1 (#878)

Updates the requirements on furo to permit the latest version.


updated-dependencies:

  • dependency-name: furo dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (8954628)

  • build(deps): update rich requirement from ~=12.5 to ~=13.0 (#877)

Updates the requirements on rich to permit the latest version.

Resolves: #888

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (4a22a8c)

Ci

  • ci(stalebot): add permission to delete its own cache (34260fb)

  • ci(stalebot): bump api operations from 200 -> 400 allowed

since our repo has around 100 issues, each validation takes a minimum of 2 operations, leaving actual stale actions with very little ability to change things. Bumping this up will allow stalebot to action tickets on time in relation to our repository size. (f280a71)

Fix

  • fix(hvcs): allow insecure http connections if configured (#886)

  • fix(gitlab): allow insecure http connections if configured

  • test(hvcs-gitlab): fix tests for clarity & insecure urls

... (truncated)

Commits
  • 421bb50 9.4.2
  • 88291b9 style: beautify db1343890f7e0644bc8457f995f2bd62087513d3
  • db13438 fix(hvcs): allow insecure http connections if configured (#886)
  • 8954628 build(deps-dev): update furo requirement from ~=2023.3 to ~=2024.1 (#878)
  • 9d1f17a style: beautify 5cfdb248c003a2d2be5fe65fb61d41b0d4c45db5
  • 5cfdb24 fix(hvcs): prevent double url schemes urls in changelog (#676)
  • 34260fb ci(stalebot): add permission to delete its own cache
  • f280a71 ci(stalebot): bump api operations from 200 -> 400 allowed
  • 4a22a8c build(deps): update rich requirement from ~=12.5 to ~=13.0 (#877)
  • f2caba7 test(changelog): convert test fixtures to use local tz rather than utc (#887)
  • See full diff 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)
dependabot[bot] commented 2 months ago

Superseded by #125.