siddhantgoel / beancount-dkb

Beancount Importers for DKB (Deutsche Kredit Bank) CSV Exports
MIT License
34 stars 13 forks source link

chore(deps-dev): bump beancount from 2.3.5 to 2.3.6 #132

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps beancount from 2.3.5 to 2.3.6.

Changelog

Sourced from beancount's changelog.

======================== beancount: CHANGES

Note: This file contains a list changes in the 'v2' branch. The master branch will rely on the Git repository history.

2023-10-05

  • Released 2.3.6 with only a few minor bugfixes.

2022-02-15

  • Released 2.3.5 with only a few minor bugfixes. Mainly released for 3.10.

2021-03-20

  • Fixed #639: Released 2.3.4.

2021-01-09

  • Fixed bug in booking that assumed number is set on cost. I did this while running booking manually on entries freshly created on an importer (never ahd done that before, will be customary in v3).

2021-01-08

  • Fixed recently introduced bug with the export script that reordered the columns.
  • Fixed bug with printer leaving trailing whitespace. Was annoying.

2020-12-20

  • Merged half of branch pr128_seltzered_beanpriceupdate on this side of Beancount. The other side will be patched to http://github.com/beancount/beanprice. This adds some trimming functions to beancount.ops.lifetimes.

2020-12-14

  • Fixed #588: Catch more narrow exceptions from plugins and render full stack when caught.

... (truncated)

Commits
  • d77540c Prepare release 2.3.6
  • 51c8c14 pylint: Disable questionable checks added in version 3.0.0
  • 575fa99 pylint: Do not require pylint_protobuf
  • 7dbbb7d Remove the release target from the Makefile
  • 2a606f2 Update CI job to build and upload release artifacts
  • 3a5aad1 Add CI job to test on Python 3.12 too
  • 4a73816 Add setuptools to requirements.txt for Python 3.12
  • de003b7 Remove Bazel build from CI jobs for v2 branch
  • 8212daf Remove PKG-INFO
  • 103724c Fix test executing a Python interpreter
  • 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 show 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)