fizyk / pyramid_fullauth

Pyramid fullauth's goal is to provide full plug-in registration functionality for pyramid, with user managing
MIT License
27 stars 7 forks source link

Bump pytest-postgresql from 3.1.3 to 4.1.1 #653

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pytest-postgresql from 3.1.3 to 4.1.1.

Changelog

Sourced from pytest-postgresql's changelog.

4.1.1

Misc ++++

  • Error message typo fix
  • Docker documentation example typo fixes
  • Have setuptools required as package dependency. pkg_resources.parse_version is used in code but setuptools was only used as build requirements

4.1.0

Features ++++++++

  • Import FixtureRequest from pytest, not private _pytest. Require at least pytest 6.2
  • Replace tmpdir_factory with tmp_path_factory

4.0.0

Features ++++++++

  • Upgrade to psycopg 3.
  • Xdist running test connecting to already existing postgresql, will now create separate databases for each worker.

Backward Incompatibilities ++++++++++++++++++++++++++

  • Use psycopg 3 and return its connections in client fixtures.
  • Drop support for postgresql 9.6
  • client fixture will no longer utilize configuration's load param
  • client fixture will no longer utilize configuration's dbanme parameter

Misc ++++

  • Add Postgresql 14 to the CI

3.1.2

Bugfix ++++++

... (truncated)

Commits
  • 4e0be05 "Release 4.1.1"
  • 0a98f02 Merge pull request #570 from kianmeng/fix-typos
  • 954e2bc Fix typos
  • 1534243 Bump ridedott/merge-me-action from 2.9.110 to 2.9.113
  • 8f53294 Bump ridedott/merge-me-action from 2.9.110 to 2.9.113
  • d00b047 Bump ridedott/merge-me-action from 2.9.107 to 2.9.110
  • 6b8d500 Bump psycopg from 3.0.8 to 3.0.9
  • c93462e Bump psycopg from 3.0.8 to 3.0.9
  • 5b634e6 Change dependabot schedule
  • b502985 Bump psycopg from 3.0.8 to 3.0.9
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 99.41% // Head: 99.41% // No change to project coverage :thumbsup:

Coverage data is based on head (cd22499) compared to base (5b71f32). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #653 +/- ## ======================================= Coverage 99.41% 99.41% ======================================= Files 47 47 Lines 2051 2051 ======================================= Hits 2039 2039 Misses 12 12 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `99.41% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/fizyk/pyramid_fullauth/pull/653?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski) | Coverage Δ | | |---|---|---| | [pyramid\_fullauth/models/\_\_init\_\_.py](https://codecov.io/gh/fizyk/pyramid_fullauth/pull/653?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski#diff-cHlyYW1pZF9mdWxsYXV0aC9tb2RlbHMvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [pyramid\_fullauth/request.py](https://codecov.io/gh/fizyk/pyramid_fullauth/pull/653?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski#diff-cHlyYW1pZF9mdWxsYXV0aC9yZXF1ZXN0LnB5) | `100.00% <100.00%> (ø)` | | | [tests/conftest.py](https://codecov.io/gh/fizyk/pyramid_fullauth/pull/653?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski#diff-dGVzdHMvY29uZnRlc3QucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Grzegorz+%C5%9Aliwi%C5%84ski)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.