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

Update pathspec requirement from <0.11,>=0.9 to >=0.9,<0.12 in /core #6737

Merged
merged 3 commits into from
Mar 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2023

Updates the requirements on pathspec to permit the latest version.

Release notes

Sourced from pathspec's releases.

v0.11.0

Release v0.11.0. See CHANGES.rst.

Changelog

Sourced from pathspec's changelog.

0.11.0 (2023-01-24)

Major changes:

  • Changed build backend to flit_core.buildapi_ from setuptools.build_meta. Building with setuptools through setup.py is still supported for distributions that need it. See Issue [#72](https://github.com/cpburnz/python-pathspec/issues/72).

Improvements:

  • Issue [#72](https://github.com/cpburnz/python-pathspec/issues/72)/Pull [#73](https://github.com/cpburnz/python-pathspec/issues/73): Please consider switching the build-system to flit_core to ease setuptools bootstrap.

.. _flit_core.buildapi: https://flit.pypa.io/en/latest/index.html .. _Issue [#72](https://github.com/cpburnz/python-pathspec/issues/72): cpburnz/python-pathspec#72 .. _Pull [#73](https://github.com/cpburnz/python-pathspec/issues/73): cpburnz/python-pathspec#73

0.10.3 (2022-12-09)

New features:

  • Added utility function pathspec.util.append_dir_sep() to aid in distinguishing between directories and files on the file-system. See Issue [#65](https://github.com/cpburnz/python-pathspec/issues/65)_.

Bug fixes:

  • Issue [#66](https://github.com/cpburnz/python-pathspec/issues/66)/Pull [#67](https://github.com/cpburnz/python-pathspec/issues/67): Package not marked as py.typed.
  • Issue [#68](https://github.com/cpburnz/python-pathspec/issues/68)_: Exports are considered private.
  • Issue [#70](https://github.com/cpburnz/python-pathspec/issues/70)/Pull [#71](https://github.com/cpburnz/python-pathspec/issues/71): 'Self' string literal type is Unknown in pyright.

Improvements:

  • Issue [#65](https://github.com/cpburnz/python-pathspec/issues/65)_: Checking directories via match_file() does not work on Path objects.

.. _Issue [#65](https://github.com/cpburnz/python-pathspec/issues/65): cpburnz/python-pathspec#65 .. _Issue [#66](https://github.com/cpburnz/python-pathspec/issues/66): cpburnz/python-pathspec#66 .. _Pull [#67](https://github.com/cpburnz/python-pathspec/issues/67): cpburnz/python-pathspec#67 .. _Issue [#68](https://github.com/cpburnz/python-pathspec/issues/68): cpburnz/python-pathspec#68 .. _Issue [#70](https://github.com/cpburnz/python-pathspec/issues/70): cpburnz/python-pathspec#70 .. _Pull [#71](https://github.com/cpburnz/python-pathspec/issues/71): cpburnz/python-pathspec#71

0.10.2 (2022-11-12)

Bug fixes:

  • Fix failing tests on Windows.
  • Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_entries().

... (truncated)

Commits

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 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)

Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version.
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](cpburnz/python-pathspec@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2023 00:02
@dependabot dependabot bot requested review from Fleid and iknox-fa January 26, 2023 00:02
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Jan 26, 2023
@cla-bot cla-bot bot added the cla:yes label Jan 26, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2023

A newer version of pathspec exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@leahwicz leahwicz merged commit 8ea20b4 into main Mar 16, 2023
@leahwicz leahwicz deleted the dependabot/pip/core/pathspec-gte-0.9-and-lt-0.12 branch March 16, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Changes to the version of dbt dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants