CleitonDeLima / django-easy-tenants

This is a Django app for managing multiple tenants on the same project instance using a shared approach.
MIT License
49 stars 9 forks source link

Bump tox-gh-actions from 2.9.1 to 2.12.0 #66

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps tox-gh-actions from 2.9.1 to 2.12.0.

Release notes

Sourced from tox-gh-actions's releases.

v2.12.0

What's Changed

Full Changelog: https://github.com/ymyzk/tox-gh-actions/compare/v2.11.0...v2.12.0

v2.11.0

What's Changed

Full Changelog: https://github.com/ymyzk/tox-gh-actions/compare/v2.10.0...v2.11.0

v2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/ymyzk/tox-gh-actions/compare/v2.9.1...v2.10.0

Commits
  • dea8814 Merge pull request #134 from ymyzk/custom-behaviors
  • 7910a78 Add Python 3.12 to envlist
  • 892e2e1 Expose options to customize tox-gh-action's behavior
  • e3dfde2 Fix CI
  • abadecd Merge pull request #128 from ymyzk/python-3.11
  • f36d2f1 Add Python 3.11 support
  • 5308af6 Merge pull request #125 from ymyzk/codeql-analysis
  • 7ca8c74 Add codeql-analysis.yml
  • 2d56c3a Merge pull request #123 from ymyzk/warning-on-empty-envlist
  • e5d1aae Stop running flake8 on Python 2
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov-commenter commented 1 year ago

Codecov Report

Merging #66 (3ae04f0) into master (dd2ed48) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #66   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          106       100    -6     
=========================================
- Hits           106       100    -6     
Flag Coverage Δ
postgres 100.00% <100.00%> (ø)
py3.10 100.00% <100.00%> (?)
py3.7 100.00% <100.00%> (?)
py3.8 100.00% <100.00%> (?)
py3.9 100.00% <100.00%> (?)
sqlite 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
easy_tenants/__init__.py 100.00% <ø> (ø)
easy_tenants/utils.py 100.00% <ø> (ø)
easy_tenants/conf.py 100.00% <100.00%> (ø)
easy_tenants/models.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

CleitonDeLima commented 10 months ago

@dependabot recreate

dependabot[bot] commented 10 months ago

Looks like tox-gh-actions is no longer a dependency, so this is no longer needed.