Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2023

Updates the requirements on flask-session to permit the latest version.

Release notes

Sourced from flask-session's releases.

0.5.0

This fixes compatibility with Flask 2.3.

Flask-Session has joined the Pallets Community Ecosystem, https://github.com/pallets-eco. Any community member interested in helping maintain this project may contribute by joining the #flask-session channel on https://discord.gg/pallets.

Changelog

Sourced from flask-session's changelog.

Version 0.5.0

Released 2023-05-11

  • Drop support for Python < 3.7.
  • Switch to pyproject.toml and Flit for packaging.
  • Move to Pallets Community Ecosystem for community-driven maintenance.
  • Replace use of session_cookie_name for Flask 2.3 compatibility.

Version 0.4.1

  • Temporarily pin Flask < 2.3.

Version 0.4.0

  • Added support for SESSION_COOKIE_SAMESITE.

Version 0.3.2

  • Changed werkzeug.contrib.cache to cachelib.

Version 0.3.1

  • SqlAlchemySessionInterface is using VARCHAR(255) to store session id now.
  • SqlAlchemySessionInterface won't run db.create_all anymore.

Version 0.3

  • SqlAlchemySessionInterface is using LargeBinary type to store data now.
  • Fixed MongoDBSessionInterface delete method not found.
  • Fixed TypeError when getting store_id using a signer.

Version 0.2.3

  • Fixed signing failure in Python 3.
  • Fixed MongoDBSessionInterface failure in Python 3.
  • Fixed SqlAlchemySessionInterface failure in Python 3.

... (truncated)

Commits

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)

Updates the requirements on [flask-session](https://github.com/pallets-eco/flask-session) to permit the latest version.
- [Release notes](https://github.com/pallets-eco/flask-session/releases)
- [Changelog](https://github.com/pallets-eco/flask-session/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-session@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: flask-session
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2023
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.

0 participants