Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the python group with 3 updates #152

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Updates the requirements on invoke, pre-commit and pylint to permit the latest version.
Updates invoke to 2.2.0

Commits
  • 07b836f Cut 2.2.0
  • 71d5596 Nuke the somewhat broken class check for Config.clone(into=)
  • ee9d862 Cut 2.1.3
  • aa8b815 Look at task tree sibling location for conf files after 2.1
  • b2da4d9 Merge branch '2.0' into 2.1
  • 20f6155 Add checks module to tasks
  • 3b6a724 Merge branch '2.0' into 2.1
  • 16e94f7 Don't sign releases to PyPI anymore
  • 8ea5260 Cut 2.1.2
  • 616b23a Merge pull request #936 from sobolevn/patch-1
  • Additional commits viewable in compare view

Updates pre-commit to 3.7.1

Release notes

Sourced from pre-commit's releases.

pre-commit v3.7.1

Fixes

Changelog

Sourced from pre-commit's changelog.

3.7.1 - 2024-05-10

Fixes

3.7.0 - 2024-03-24

Features

  • Use a tty for docker and docker_image hooks when --color is specified.

Fixes

Updating

  • The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0 behaviour, add fail_fast: true to all hooks before the last fail_fast hook.

3.6.2 - 2024-02-18

Fixes

3.6.1 - 2024-02-10

Fixes

3.6.0 - 2023-12-09

Features

  • Check minimum_pre_commit_version first when parsing configs.

... (truncated)

Commits
  • 9ee0768 v3.7.1
  • eeac061 Merge pull request #3201 from pre-commit/rust-default-language-version
  • 296f592 determine rust default language version independent of rust-toolchain.toml
  • 1602328 Merge pull request #3193 from pre-commit/pre-commit-ci-update-config
  • 0142f45 [pre-commit.ci] pre-commit autoupdate
  • d7e21cd Merge pull request #3194 from pre-commit/handle-readonly-3-12
  • 5c3d006 use a simpler gem for testing additional_dependencies
  • 0d4c6da adjust _handle_readonly for typeshed updates
  • 85fe182 Merge pull request #3176 from pre-commit/pre-commit-ci-update-config
  • 74d05b4 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates pylint to 3.2.3

Commits
  • 918d216 Bump pylint to 3.2.3, update changelog
  • 8aba7d1 Fix false positive in use-yield-from when using yield return (#9700) (#9701)
  • 192727b [multiple-statements] Make pylint compatible with black's 2024 style (#9697) ...
  • 7e5e4f9 Fix a false positive for redefined-outer-name (#9678) (#9695)
  • 769ffd2 Bump pylint to 3.2.2, update changelog (#9658)
  • 98c5af9 Fix false-positive with contextmanager missing cleanup (#9654) (#9657)
  • 9a9db8f Update astroid to 3.2.2 (#9655) (#9656)
  • 9223172 Bump pylint to 3.2.1, update changelog
  • 926547b [trailing-comma-tuple] Fix enabling with message control locally when disable...
  • 1498675 Fix linterstats.get_module_message_count() (#9146) (#9648)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [invoke](https://github.com/pyinvoke/invoke), [pre-commit](https://github.com/pre-commit/pre-commit) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.

Updates `invoke` to 2.2.0
- [Commits](pyinvoke/invoke@1.6.0...2.2.0)

Updates `pre-commit` to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.15.0...v3.7.1)

Updates `pylint` to 3.2.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.11.0...v3.2.3)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:production
  dependency-group: python
- dependency-name: pre-commit
  dependency-type: direct:production
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:production
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the CI Continuous Integration - Issues with testing the action label Jun 16, 2024
@CasperWA CasperWA enabled auto-merge (squash) June 16, 2024 11:37
@CasperWA CasperWA merged commit cc8ed8e into master Jun 16, 2024
10 checks passed
@CasperWA CasperWA deleted the dependabot/pip/master/python-db04607533 branch June 16, 2024 11:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
CI Continuous Integration - Issues with testing the action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant