brndnmtthws / thetagang

ThetaGang is an IBKR bot for collecting money
GNU Affero General Public License v3.0
1.9k stars 249 forks source link

Bump the deps group with 2 updates #301

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the deps group with 2 updates: click and autohooks.

Updates click from 8.1.5 to 8.1.6

Release notes

Sourced from click's releases.

8.1.6

This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.

Changelog

Sourced from click's changelog.

Version 8.1.6

Released 2023-07-18

  • Fix an issue with type hints for @click.group(). :issue:2558
Commits


Updates autohooks from 23.4.0 to 23.7.0

Release notes

Sourced from autohooks's releases.

autohooks 23.7.0

23.7.0 - 2023-07-18

Added

  • Run mypy plugin on commits 0fd8c44
  • Add action for reporting the conventional commits 28d8bca
  • Mention mypy plugin in README 7d50e0f
  • Add coverage as dev dependency e1242d0

Removed

  • Drop support for Python 3.7 81a5b31
  • Drop poetry.toml file 0d20746
  • Delete old changelog files 59b9f6d
  • Use default config for conventional commits (#567) a0f19c6

Changed

  • Run mypy and ruff in CI pipeline 35600b0
  • Replace pylint with ruff eec57e6
  • Don't specify upper ends for dependencies 4bccb02
  • Mention new ruff plugin in README.md 4e02d5c
  • Use generic reusable workflows a0e8d09
  • Create conventional commits for dependabot afed628
  • Resolve deprecation warnings in GitHub workflows bf6fea8
  • Use new pypi-upload action for releasing the Python package a4237f1
  • Update copyright year in README a6d551c

Bug Fixes

  • Update tests for tomlkit 0.11.8 changes 45f0d1c
  • Set permission on conventional commits workflow c43b09c

Dependencies

  • Bump rope from 1.8.0 to 1.9.0 969764f
  • Bump mypy from 1.3.0 to 1.4.1 22f8e74
  • Bump rich from 13.4.1 to 13.4.2 39e39fb
  • Bump urllib3 from 2.0.2 to 2.0.3 62cc0b3
  • Bump platformdirs from 3.5.1 to 3.5.3 bc38e44
  • Bump typing-extensions from 4.6.2 to 4.6.3 451727c
  • Bump markupsafe from 2.1.2 to 2.1.3 7491155
  • Bump rich from 13.3.5 to 13.4.1 25a4ed2
  • Bump coverage from 7.2.6 to 7.2.7 d6d5595
  • Bump coverage from 7.2.5 to 7.2.6 ff2cada
  • Bump anyio from 3.6.2 to 3.7.0 82894bb
  • Bump typing-extensions from 4.5.0 to 4.6.2 1ed4b01
  • Bump requests from 2.30.0 to 2.31.0 7008a16
Commits
  • 64cb5c3 Automatic release to 23.7.0
  • 35600b0 Change: Run mypy and ruff in CI pipeline
  • eec57e6 Change: Replace pylint with ruff
  • 0fd8c44 Add: Run mypy plugin on commits
  • 4bccb02 Change: Don't specify upper ends for dependencies
  • 81a5b31 Remove: Drop support for Python 3.7
  • 0d20746 Remove: Drop poetry.toml file
  • 59b9f6d Remove: Delete old changelog files
  • e11b8b1 Fix conventional commits workflow (#572)
  • 969764f Deps: Bump rope from 1.8.0 to 1.9.0
  • 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