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

Release v7.8.1 #2407

Merged
merged 16 commits into from
Sep 3, 2024
Merged

Release v7.8.1 #2407

merged 16 commits into from
Sep 3, 2024

Commits on Sep 2, 2024

  1. Bump openapi-core from 0.19.3 to 0.19.4

    Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.19.3 to 0.19.4.
    - [Release notes](https://github.com/python-openapi/openapi-core/releases)
    - [Commits](python-openapi/openapi-core@0.19.3...0.19.4)
    
    ---
    updated-dependencies:
    - dependency-name: openapi-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    20e32f2 View commit details
    Browse the repository at this point in the history
  2. Bump boto3 from 1.35.6 to 1.35.10

    Bumps [boto3](https://github.com/boto/boto3) from 1.35.6 to 1.35.10.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Commits](boto/boto3@1.35.6...1.35.10)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ca6c105 View commit details
    Browse the repository at this point in the history
  3. Bump flask-cors from 4.0.1 to 5.0.0

    Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/corydolphin/flask-cors/releases)
    - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
    - [Commits](corydolphin/flask-cors@4.0.1...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flask-cors
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d231d02 View commit details
    Browse the repository at this point in the history
  4. Bump setuptools from 73.0.1 to 74.1.0

    Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.1.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v73.0.1...v74.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    468d5a7 View commit details
    Browse the repository at this point in the history
  5. Bump cfn-lint from 1.10.3 to 1.11.1

    Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.10.3 to 1.11.1.
    - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
    - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
    - [Commits](aws-cloudformation/cfn-lint@v1.10.3...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: cfn-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9c4fd7d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #2403 from ASFHyP3/dependabot/pip/flask-cors-5.0.0

    Bump flask-cors from 4.0.1 to 5.0.0
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    837482e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb0496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274152c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9a9106 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc2a49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2401 from ASFHyP3/dependabot/pip/openapi-core-0.19.4

    Bump openapi-core from 0.19.3 to 0.19.4
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fe1ec04 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2402 from ASFHyP3/dependabot/pip/boto3-1.35.10

    Bump boto3 from 1.35.6 to 1.35.10
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f61cad View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2404 from ASFHyP3/dependabot/pip/setuptools-74.1.0

    Bump setuptools from 73.0.1 to 74.1.0
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a4a4e5c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2405 from ASFHyP3/dependabot/pip/cfn-lint-1.11.1

    Bump cfn-lint from 1.10.3 to 1.11.1
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7986f97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df90f8e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2406 from ASFHyP3/asjohnston-asf-patch-1

    Update CHANGELOG.md for v7.8.1
    asjohnston-asf authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    38d8727 View commit details
    Browse the repository at this point in the history