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: flask-api/flask-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flask-api/flask-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 13 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 15, 2023

  1. Bump cryptography from 41.0.0 to 41.0.2

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.0...41.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    64c9184 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Bump certifi from 2023.5.7 to 2023.7.22

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f1cc811 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Bump cryptography from 41.0.2 to 41.0.3

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.2...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    372934a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Bump cryptography from 41.0.3 to 41.0.4

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.3...41.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    243a798 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    9c99889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dcb9dd View commit details
    Browse the repository at this point in the history
  3. Add github workflow for CI

    codders authored and auvipy committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    873ea1b View commit details
    Browse the repository at this point in the history
  4. Make linter happy

    Fix python version
    Update ubuntu version
    codders authored and auvipy committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1ceda54 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Add Flask versions to matrix

    codders authored and auvipy committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b55221a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Support for Python 3.10+ (#164)

    * Activate CI for newer python versions
    
    * Nose is no longer maintained - no support for python 3.1x
    Replace Nose with Pytest, drop sniffer support (depends on nose)
    
    * Relax python version requirement
    
    * Add coveragespace
    
    * Remove Pipfile - makes it impossible to support multiple python versions
    codders authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c1f99c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    0c63e46 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#165)

    auvipy authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1a37b6c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Release version 3.2 (#166)

    dsakagi authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5c92f76 View commit details
    Browse the repository at this point in the history
Loading