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

Bump import-linter[toml] from 1.8.0 to 1.12.1 #3442

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps import-linter[toml] from 1.8.0 to 1.12.1.

Changelog

Sourced from import-linter[toml]'s changelog.

1.12.1 (2023-10-30)

  • Add ability to exclude imports made in type checking guards via exclude_type_checking_imports setting.
  • Update to Grimp 3.1.

1.12.0 (2023-09-24)

  • Officially support Python 3.12.
  • Fix error when using click version 6.0 and 7.0 (#191).
  • Allow extra whitespace around the module names in import expressions.
  • Ignore blank lines in multiple value fields.
  • Fix bug with allow_indirect_imports in forbidden contracts. Prior to this fix, forbidden contracts with allow_indirect_imports only checked imports between the source/forbidden modules specified, not the descendants of those modules.

1.11.1 (2023-08-21)

  • Fix bug that was preventing sibling layers being used in a containerless contract.

1.11.0 (2023-08-18)

  • Update to Grimp 3.0.

1.11b1 (2023-08-17)

  • Update to Grimp 3.0b3.
  • Use Grimp's find_illegal_dependencies_for_layers method in independence contracts.
  • Add ability to define independent siblings in layers contracts.

1.10.0 (2023-07-06)

  • Recursive wildcard support for ignored imports.
  • Drop support for Python 3.7.
  • Use grimp.ImportGraph instead of importlinter.domain.ports.graph.ImportGraph.
  • Use Grimp's find_illegal_dependencies_for_layers method in layers contracts.

1.9.0 (2023-05-13)

  • Update to Grimp 2.4.
  • Forbidden contracts: when include_external_packages is true, error if an external subpackage is a forbidden module.
Commits

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 [import-linter[toml]](https://github.com/seddonym/import-linter) from 1.8.0 to 1.12.1.
- [Changelog](https://github.com/seddonym/import-linter/blob/master/CHANGELOG.rst)
- [Commits](seddonym/import-linter@v1.8.0...v1.12.1)

---
updated-dependencies:
- dependency-name: import-linter[toml]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from merelcht as a code owner December 18, 2023 19:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Merel Theisen <[email protected]>
@astrojuanlu
Copy link
Member

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/multiprocessing/queues.py", line 239, in _feed
    obj = _ForkingPickler.dumps(obj)
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/multiprocessing/reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
AttributeError: Can't pickle local object 'PluginManager.add_hookcall_monitoring.<locals>.traced_hookexec'

😳 never seen this

pyproject.toml Outdated Show resolved Hide resolved
Signed-off-by: Merel Theisen <[email protected]>
@merelcht merelcht enabled auto-merge (squash) December 19, 2023 10:46
@merelcht merelcht merged commit 4d77e19 into main Dec 19, 2023
30 checks passed
@merelcht merelcht deleted the dependabot/pip/import-linter-toml--1.12.1 branch December 19, 2023 11:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants