Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 15:02
· 80 commits to main since this release

v0.7.1 (2024-03-10)

Chore

  • chore(deps-dev): bump pytest from 7.4.4 to 8.1.0 (#200)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bcb0af7)

  • chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.1.1 (#188)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd56b26)

  • chore(deps): bump sphinx-notes/pages from 2 to 3 (#198)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e592b7d)

  • chore(deps): bump codecov/codecov-action from 1 to 4 (#197)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5928a4a)

  • chore(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 (#156)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Mansueli <[email protected]> (331779f)

  • chore(deps): bump github/codeql-action from 2 to 3 (#189)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5db5fd2)

  • chore(deps): bump actions/setup-python from 2 to 5 (#190)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6160615)

  • chore(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#186)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1d02c5a)

  • chore(deps): bump actions/checkout from 2 to 4 (#187)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd7e0a5)

  • chore(deps-dev): bump python-semantic-release from 8.1.1 to 9.1.1 (#191)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (504c8b2)

Fix

  • fix: handle json decode error when there's no json response (e.g. on 403) (#203)

Co-authored-by: joel <[email protected]> (cce5ad4)

Unknown