Thanks to visit codestin.com
Credit goes to github.com

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: scaleway/serverless-functions-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: scaleway/serverless-functions-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    8081e45 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#91)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    - [github.com/compilerla/conventional-pre-commit: v3.3.0 → v3.6.0](compilerla/conventional-pre-commit@v3.3.0...v3.6.0)
    - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
    - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
    - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0)
    - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    11e52c4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump flask from 3.0.0 to 3.0.3 (#101)

    * build(deps): bump flask from 3.0.0 to 3.0.3
    
    Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.3.
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@3.0.0...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: flask
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dependabot[bot] and pre-commit-ci[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5e1b27c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump typing-extensions from 4.8.0 to 4.12.2 (#107)

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.8.0 to 4.12.2.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.8.0...4.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    85b73d6 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump pylint from 3.0.2 to 3.2.7 (#108)

    Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.2.7.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v3.0.2...v3.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e42ba3b View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump black from 23.12.1 to 24.8.0 (#109)

    Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.8.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    176a0b4 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump flake8 from 6.1.0 to 7.1.1 (#110)

    Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.1.
    - [Commits](PyCQA/flake8@6.1.0...7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    05bf188 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump setuptools from 67.4.0 to 70.0.0 (#111)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 67.4.0 to 70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v67.4.0...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    216e71f View commit details
    Browse the repository at this point in the history
  9. build(deps): bump werkzeug from 3.0.0 to 3.0.6 (#112)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.6.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.0...3.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    070a726 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump zipp from 3.14.0 to 3.19.1 (#113)

    Bumps [zipp](https://github.com/jaraco/zipp) from 3.14.0 to 3.19.1.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.14.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f8b1d7f View commit details
    Browse the repository at this point in the history
  11. build(deps): bump jinja2 from 3.1.2 to 3.1.4 (#114)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    28e79fe View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. chore: bump version and reorder changelog (#106)

    * chore: bump version and reorder changelog
    
    * chore(ci): remove python3.8 form ci as well
    
    * fix: poetry lock again
    cyclimse authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d5d0acb View commit details
    Browse the repository at this point in the history
Loading