Skip to content

Bump petl from 1.7.15 to 1.7.16 #1419

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 21, 2025

Bumps petl from 1.7.15 to 1.7.16.

Release notes

Sourced from petl's releases.

v1.7.16

Whats Changed

New Contributors

Full Changelog: petl-developers/petl@v1.7.15...v1.7.16

Changelog

Sourced from petl's changelog.

Version 1.7.16

  • CI: added jobs for testing petl with python 3.13 and macos-13 on Intel platform By :user:juarezr, :issue:675.

  • CI: workaround for actions/setup-python as Github removed support for python 3.7 By :user:juarezr, :issue:675.

  • Fix: Joining tables with uneven rows gives wrong result. By :user:MichalKarol.

Commits
  • 437b8e5 chore: prepare to version 1.7.16
  • 0d2bc6c doc: add python 3.13 as latest supported version
  • 007b20e Fix uneven rows resulting in wrongly joined data
  • 640db2d ci: skip python 3.7 too slow on ubuntu-latest
  • fdf3534 ci: add python3.13 to automated tests in Github Actions
  • 6fc04d0 build: add python3.13 to tox.ini for local testing
  • 2c42615 test: rename filename example.dat used in doctests
  • 2a0e9f9 ci: handle random test failures with python3.9 in ubuntu-latest
  • d93d054 ci: use macos-13 to test in Intel architectute as macos-latest is ARM
  • 47a312f ci: fix test-changes by excluding python 3.6 and 3.7 from macos-latest arm
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [petl](https://github.com/petl-developers/petl) from 1.7.15 to 1.7.16.
- [Release notes](https://github.com/petl-developers/petl/releases)
- [Changelog](https://github.com/petl-developers/petl/blob/master/docs/changes.rst)
- [Commits](petl-developers/petl@v1.7.15...v1.7.16)

---
updated-dependencies:
- dependency-name: petl
  dependency-version: 1.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 21, 2025
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@bmos
Copy link
Contributor

bmos commented May 11, 2025

this appears to have been based on that commit that was merged with a missing comma.
if you comment @dependabot rebase it'll update to include the fix and the tests will be passing.

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.

1 participant