Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.2
Choose a base ref
...
head repository: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.3
Choose a head ref
  • 11 commits
  • 10 files changed
  • 7 contributors

Commits on May 26, 2023

  1. Remove comments in tox.ini

    vimalloc committed May 26, 2023
    Configuration menu
    Copy the full SHA
    dd56198 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Typos (#514)

    dwinton-go authored May 31, 2023
    Configuration menu
    Copy the full SHA
    7ff85a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Bump cryptography from 39.0.1 to 41.0.0 (#515)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a6ca565 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    c693a2b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    7eb6a0d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    8b1037b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1cbfaa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    6b309a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    4bac6fe View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Support python 3.12 and add support for flask 3.0 (#527)

    Had to make some tweaks to the tox.ini to lock the werkzeug version, as installing a clean install of flask 2.x installs a non-compatible version 😢 
    
    pallets/flask#5279
    vimalloc authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5a61601 View commit details
    Browse the repository at this point in the history
  2. Bump to 4.5.3

    vimalloc committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bee16f3 View commit details
    Browse the repository at this point in the history
Loading