omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
243 stars 24 forks source link

Bump flit from 3.5.1 to 3.6.0 #89

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flit from 3.5.1 to 3.6.0.

Changelog

Sourced from flit's changelog.

Release history

Version 3.6

  • flit_core now bundles the tomli <https://pypi.org/project/tomli/>_ TOML parser library (version 1.2.3) to avoid a circular dependency between flit_core and tomli (:ghpull:492). This means flit_core now has no dependencies except Python itself, both at build time and at runtime, simplifying :doc:bootstrapping <bootstrap>.
Commits
  • 68ed852 Bump version: 3.5.1 → 3.6.0
  • 3d33eb2 Add release notes for version 3.6
  • d483200 Merge pull request #492 from pypa/vendor-tomli
  • bb7430a Remove messages about setup.py default changing (#493)
  • 06b6915 Try again to ignore vendored tomli in coverage
  • 2636b95 Exclude vendored tomli from coverage measurement
  • 0ae76b2 Special build_thyself API no longer needed - flit_core can build itself from ...
  • 5505321 Document bundling
  • 6e43d52 Use bundled copy of tomli in flit_core
  • de38344 Vendor tomli 1.2.3
  • 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 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)