Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-flask from 1.2.0 to 1.3.0 #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps pytest-flask from 1.2.0 to 1.3.0.

Changelog

Sourced from pytest-flask's changelog.

1.3.0 (2023-10-23)

  • Fixed compatibility with Flask 3.0 -- the consequence is that the deprecated and incompatible request_ctx has been removed.

1.2.1

  • Fix bug in :meth:pytest_flask.fixtures.live_server where SESSION_COOKIE_DOMAIN was set to false due to original_server_name defaulting to "localhost". The new default is "localhost.localdomain".
  • Drop support for python 3.6 and 3.5
Commits
  • 0e992d3 Update CHANGELOG for 1.3.0
  • 3f43e5c Fix pre-commit configuration and update files
  • b731fec Fix Flask 3.0 compatibility - remove request_ctx fixture (#168)
  • 97d49fd Merge pull request #169 from nicoddemus/modernize-ci
  • 55a4c3a Skip coverage for live server
  • e0e3c2c Adopt src layout
  • 9d7afbf Modernize CI workflow
  • a676744 Merge pull request #165 from kokobhara/160-fix-setup-changelog-warning
  • 05615c5 fix setup.cfg to point to docs/changelog.rst
  • 04c1255 darwin: Correctly use fork for multiprocessing (#161)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
@gidsg
Copy link
Contributor

gidsg commented May 14, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps [pytest-flask](https://github.com/pytest-dev/pytest-flask) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/pytest-dev/pytest-flask/releases)
- [Changelog](https://github.com/pytest-dev/pytest-flask/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-flask@1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: pytest-flask
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant