Skip to content

chore(deps): bump polyline from 2.0.2 to 2.0.4 - #42666

Merged
hainenber merged 2 commits into
masterfrom
dependabot/pip/polyline-2.0.4
Aug 2, 2026
Merged

chore(deps): bump polyline from 2.0.2 to 2.0.4#42666
hainenber merged 2 commits into
masterfrom
dependabot/pip/polyline-2.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps polyline from 2.0.2 to 2.0.4.

Release notes

Sourced from polyline's releases.

v2.0.4

Add py.typed marker

v2.0.3

Remove deprecated toml dependency in favor of native tomllib (or tomli on older Python versions).

Commits
  • 82aeb5e Revert to old license format because it doesn't work with Python 3.8
  • f89fcd0 Revert to v75 of setuptools to get support for Python 3.8 back
  • 0432ebe Use updated build tools with support for new license format
  • c53445f Add py.typed file and CI target for Python 3.14
  • 824df38 Merge pull request #19 from frederickjansen/new-python-ci
  • b99530f Add imghdr to build docs on Python 3.13
  • d07c791 Build on Python 3.13 and PyPy 3.11
  • c500221 Merge pull request #18 from a-detiste/master
  • fbc11b0 drop usage of old "toml" library
  • 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 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 [polyline](https://github.com/frederickjansen/polyline) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/frederickjansen/polyline/releases)
- [Commits](frederickjansen/polyline@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: polyline
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot pip Dependabot - pip related PRs labels Aug 1, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: patch-level bump only (polyline).

@bito-code-review

bito-code-review Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #b40e59

Actionable Suggestions - 0
Additional Suggestions - 1
  • pyproject.toml - 1
    • Lock file inconsistency · Line 93-93
      The pyproject.toml lower bound for `polyline` was bumped from `>=2.0.0` to `>=2.0.4`, but the lock files (`requirements/base.txt` and `requirements/development.txt`) still pin to `polyline==2.0.2`. Per rule [10438], lock files should be regenerated through package manager commands after dependency manifest changes to maintain consistency between constraints and pinned versions.
Review Details
  • Files reviewed - 1 · Commit Range: f1bcd9f..f1bcd9f
    • pyproject.toml
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: patch-level bump only (polyline).

@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.43%. Comparing base (22c305f) to head (2ac43eb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #42666      +/-   ##
==========================================
- Coverage   65.43%   65.43%   -0.01%     
==========================================
  Files        2810     2810              
  Lines      159460   159460              
  Branches    36396    36396              
==========================================
- Hits       104350   104347       -3     
- Misses      53068    53070       +2     
- Partials     2042     2043       +1     
Flag Coverage Δ
hive 38.07% <ø> (ø)
mysql 57.79% <ø> (ø)
postgres 57.84% <ø> (-0.01%) ⬇️
presto 39.96% <ø> (ø)
python 59.22% <ø> (-0.01%) ⬇️
sqlite 57.46% <ø> (ø)
unit 100.00% <ø> (ø)

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bito-code-review

bito-code-review Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #58a621

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: f1bcd9f..2ac43eb
    • requirements/base.txt
    • requirements/development.txt
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@hainenber
hainenber merged commit 3f201c1 into master Aug 2, 2026
58 checks passed
@hainenber
hainenber deleted the dependabot/pip/polyline-2.0.4 branch August 2, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot pip Dependabot - pip related PRs size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant