Skip to content

Bump setuptools-scm from 8.1.0 to 8.3.1 in /requirements/CI #1724

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

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 Apr 28, 2025

Bumps setuptools-scm from 8.1.0 to 8.3.1.

Release notes

Sourced from setuptools-scm's releases.

v8.3.1

What's Changed

Full Changelog: pypa/setuptools-scm@v8.3.0...v8.3.1

v8.3.0

What's Changed

New Contributors

Full Changelog: pypa/setuptools-scm@v8.2.1...v8.3.0

Changelog

Sourced from setuptools-scm's changelog.

v8.3.1

Fixed

  • fixed #1131: allow self-build without importlib_metadata avaliable on python3.9

v8.3.0

Fixed

  • fix #1013: use modern importlib_metadata in all cases to dedup distribution objects that must shadow based on pythonpath priority starting with python 3.10 this is part of python itself

v8.2.1 (yanked due to legacy python issues)

Fixed

  • fix #1119: also include pre/post release details in version_tuple
  • fix #1112: unpin setuptools for own dependencies due to ubuntu lts bugs
  • add python 3.13 to the support matrix

v8.2.0

Added

  • fix #960: add a --force-write-version-files flag for the cli

Changed

  • fix #950: ensure to pass encodings to io usage
  • fix #957: add subprocess timeout control env var
  • add sp-repo-review pre-commit hook

Fixed

  • fix #1018: allow non-normalized versions for semver
  • fix #1103: respect GIT_CEILING_DIRECTORIES when trying to find git toplevels
  • fix #1081: add name normalized pipx entrypoint
  • fix #1080: clean pdm from PYTHONPATH to protect mercurial
Commits
  • b6a2022 Merge pull request #1132 from RonnyPfannschmidt/self-build-no-importlib
  • 15dca67 fix #1131: allow self-build without importlib_metadata
  • cd5c8a0 Merge pull request #1130 from RonnyPfannschmidt/fix-1013-importlib-dedup
  • 0a07be8 changelog
  • 1f7abea [pre-commit.ci] pre-commit autoupdate (#1129)
  • e79a57a migrate to selectable entrypoints
  • 9fcaffa remove setuptools pin again - needs a breaking release
  • fc2d841 use importlib_metadata on python <3.10
  • 1bd767d Fixed typo (#1128)
  • bce5cfc [pre-commit.ci] pre-commit autoupdate (#1126)
  • 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 [setuptools-scm](https://github.com/pypa/setuptools-scm) from 8.1.0 to 8.3.1.
- [Release notes](https://github.com/pypa/setuptools-scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v8.1.0...v8.3.1)

---
updated-dependencies:
- dependency-name: setuptools-scm
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 28, 2025
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.85%. Comparing base (663f8f3) to head (092d6ad).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1724   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files         142      142           
  Lines        4863     4863           
  Branches      470      470           
=======================================
  Hits         4856     4856           
  Misses          3        3           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 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.

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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants