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 django from 3.2.15 to 3.2.16 #59

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django from 3.2.15 to 3.2.16.

Commits
  • 4c85bec [3.2.x] Bumped version for 3.2.16 release.
  • 5b6b257 [3.2.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regula...
  • 33affaf [3.2.x] Added stub notes 3.2.16 release.
  • 777362d [3.2.x] Added CVE-2022-36359 to security archive.
  • eb5bdb4 [3.2.x] Post-release version bump.
  • See full diff 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #59 (1e2691a) into master (dd2ed48) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         4    -2     
  Lines          106        64   -42     
=========================================
- Hits           106        64   -42     
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/utils.py 100.00% <ø> (ø)
easy_tenants/conf.py 100.00% <100.00%> (ø)
easy_tenants/__init__.py
easy_tenants/models.py

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

CleitonDeLima commented 1 year ago

@dependabot squash and merge