r4fek / django-scylla

Django Scylla - ScyllaDB database backend for Django
MIT License
11 stars 3 forks source link

Bump nox-poetry from 0.8.6 to 0.9.0 in /.github/workflows #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps nox-poetry from 0.8.6 to 0.9.0.

Release notes

Sourced from nox-poetry's releases.

v0.9.0

Changes

This release contains the following user-visible changes:

  • Drop support for Python 3.6, and add support for Python 3.10
  • Fix an issue with session.poetry.installroot(distribution_format="sdist") where stale wheels from pip's cache got installed instead of the freshly built sdist

Please read on for the full list of changes.

:boom: Breaking Changes

  • Drop support for Python 3.6 (#511)

:beetle: Fixes

:rocket: Features

  • Support Python 3.10 (#511)

:rotating_light: Testing

:construction_worker: Continuous Integration

  • [github] Install Poetry and Nox using pipx in Tests workflow (#511)
  • [pre-commit] Add pyupgrade hook (#514) @​cjolowicz
  • [github] Configure Dependabot to upgrade indirect dependencies (#525) @​cjolowicz

:books: Documentation

:hammer: Refactoring

  • 🔨 [functional] Split functional tests into multiple modules (#522) @​cjolowicz

:package: Packaging

... (truncated)

Commits
  • 033cacc 🔖 Release 0.9.0 (#538)
  • db8a4dd Build(deps-dev): Bump pyupgrade from 2.29.0 to 2.29.1 (#536)
  • ca81936 Build(deps): Bump identify from 2.3.5 to 2.3.6 (#535)
  • 9256d75 Build(deps): Bump furo from 2021.11.15 to 2021.11.16 in /docs (#534)
  • 63912b0 Build(deps-dev): Bump furo from 2021.11.15 to 2021.11.16 (#537)
  • b1e1efe Build(deps-dev): Bump typing-extensions from 3.10.0.2 to 4.0.0 (#533)
  • 866f1d7 ⬆ [poetry] Update poetry.lock (#532)
  • ea52479 Build(deps): Bump furo from 2021.11.12 to 2021.11.15 in /docs (#526)
  • 43f846d ➖ [poetry] Remove dataclasses from development dependencies (#524)
  • 2918708 👷 [github] Configure Dependabot to upgrade indirect dependencies (#525)
  • 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 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)