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

build(deps): bump pytest-flask from 1.2.0 to 1.3.0 #680

Merged
merged 5 commits into from
Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2023

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 Oct 26, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from 71e407a to 10d691e Compare October 29, 2023 12:30
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from 10d691e to 073bc22 Compare October 29, 2023 12:59
@grzanka
Copy link
Contributor

grzanka commented Oct 30, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from 073bc22 to f560b08 Compare October 30, 2023 19:12
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from f560b08 to b5896ce Compare November 1, 2023 18:51
@grzanka
Copy link
Contributor

grzanka commented Nov 18, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from b5896ce to 2d595bb Compare November 18, 2023 19:38
@jagodek jagodek self-assigned this Feb 21, 2024
@jagodek
Copy link
Contributor

jagodek commented Feb 21, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from 2d595bb to 90b06d2 Compare February 21, 2024 16:03
@jagodek jagodek linked an issue Feb 27, 2024 that may be closed by this pull request
@jagodek
Copy link
Contributor

jagodek commented Mar 7, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jagodek
Copy link
Contributor

jagodek commented Mar 7, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from d6ecdc3 to 2c0520a Compare March 7, 2024 22:20
@jagodek
Copy link
Contributor

jagodek commented Mar 11, 2024

@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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-flask-1.3.0 branch from 891f70c to 31ab5f1 Compare March 11, 2024 20:26
@jagodek jagodek requested a review from grzanka March 11, 2024 20:47
pytest.ini Show resolved Hide resolved
@grzanka
Copy link
Contributor

grzanka commented Mar 11, 2024

Why converter version (submodule) was updated ?

@jagodek
Copy link
Contributor

jagodek commented Mar 11, 2024

My bad. I'll fix it right away.

@grzanka
Copy link
Contributor

grzanka commented Mar 11, 2024

My bad. I'll fix it right away.

Thanks, fix it and then we will merge this.

@grzanka grzanka added this pull request to the merge queue Mar 11, 2024
Merged via the queue into master with commit e060823 Mar 11, 2024
14 checks passed
@grzanka grzanka deleted the dependabot/pip/pytest-flask-1.3.0 branch March 11, 2024 22:06
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.

Bump flask from 2.3.3 to 3.0.2 and pytest-flask 1.2.0 to 1.3.0
2 participants