thebeanogamer / hstsparser

A tool to parse Firefox and Chrome HSTS databases into forensic artifacts!
https://blog.daniel-milnes.uk/hsts-for-forensics-you-can-run-but-you-cant
MIT License
26 stars 2 forks source link

Bump flake8-tidy-imports from 4.1.0 to 4.7.0 #79

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps flake8-tidy-imports from 4.1.0 to 4.7.0.

Changelog

Sourced from flake8-tidy-imports's changelog.

4.7.0 (2022-05-05)

  • Add Mypy-style wildcard support to banned-modules.

    Thanks to Chris Elion in PR [#310](https://github.com/adamchainz/flake8-tidy-imports/issues/310) <https://github.com/adamchainz/flake8-tidy-imports/pull/319>__.

4.6.0 (2022-01-10)

  • Drop Python 3.6 support.

  • Remove upper bound on Flake8 version.

4.5.0 (2021-10-11)

  • Support Flake8 4.

4.4.1 (2021-08-12)

  • Correctly declare dependency on flake8 3.8.0+. This is required as flake8 moved from optparse to argparse, and the change to ban-relative-imports uses argparse features.

4.4.0 (2021-08-11)

  • Add parents option for ban-relative-imports that allows using relative syntax to import from sibling modules, but not parents.

  • Add type hints.

4.3.0 (2021-05-10)

  • Support Python 3.10.

  • Stop distributing tests to reduce package size. Tests are not intended to be run outside of the tox setup in the repository. Repackagers can use GitHub's tarballs per tag.

4.2.1 (2020-12-19)

  • Improved installation instructions in README.

4.2.0 (2020-12-13)

... (truncated)

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 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)
dependabot[bot] commented 2 years ago

Superseded by #80.