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

Bump the pip-dependencies group with 3 updates #384

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps the pip-dependencies group with 3 updates: flask, pyarrow and moto.

Updates flask from 2.3.2 to 2.3.3

Release notes

Sourced from flask's releases.

2.3.3

This is a fix release for the 2.3.x feature branch.

Changelog

Sourced from flask's changelog.

Version 2.3.3

Released 2023-08-21

  • Python 3.12 compatibility.
  • Require Werkzeug >= 2.3.7.
  • Use flit_core instead of setuptools as build backend.
  • Refactor how an app's root and instance paths are determined. :issue:5160
Commits

Updates pyarrow from 12.0.1 to 13.0.0

Commits
  • b7d2f7f MINOR: [Release] Update versions for 13.0.0
  • c28a20a MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
  • 43dd768 MINOR: [Release] Update CHANGELOG.md for 13.0.0
  • 0a98984 GH-37197: [Java][CI][Packaging] Free some disk space on the java-jars GitHub ...
  • 73660ff GH-36969: [R] Disable GCS by default when doing a bundled build on gcc-13 (#3...
  • 594b746 GH-37019: [R] Documentation for read_parquet() et al needs updating (#37020)
  • f5a9a59 GH-36892: [C++] Fix performance regressions in FieldPath::Get (#37032)
  • 464d012 GH-36947: [CI] Move free up disk space to the Jinja macros to be able to reus...
  • 17a6885 GH-36928: [Java] Make it run well with the netty newest version 4.1.96 (#36926)
  • 4d22851 GH-36913: [C++] Skip empty buffer concatenation to fix UBSan error (#36914)
  • Additional commits viewable in compare view

Updates moto from 4.1.14 to 4.2.0

Changelog

Sourced from moto's changelog.

4.2.0

Docker Digest for 4.2.0: sha256:92e59875783037b2558067d2d3f9dd2502c140881ff5c44c44ddbce6658a89b7

General:
    The Docker image is now based on Python 3.11 (instead of 3.7)

4.1.15

Docker Digest for 4.1.15: sha256:eb63b1e0cbbd757e4596844e6ac1865660cbf8e358203b79e5404d57de94dd69

New Services:
    * APIGateway Management API:
        * delete_connection()
        * get_connection()
        * post_to_connection()

New Methods: * Autoscaling: * delete_warm_pool() * describe_warm_pool() * put_warm_pool()

* IdentityStore:
    * list_groups()
  • IOTData:

    • list_named_shadows_for_thing()
  • MQ:

    • list_tags()
  • ServiceDiscovery:

    • update_private_dns_namespace()
    • update_public_dns_namespace()

Miscellaneous: * ACM-PCA: create_certificate_authority() now supports the KeyStorageSecurityStandard-parameter * Batch: create_job_definition() now returns more default fields in the containerProperties field * CloudTrail: get_trail_status now works with MultiRegion trails * CognitoIDP: UserPools now return the AccountRecoverySetting-field by default * DynamoDB: query() now throws an exception when providing empty ProjectionExpressions/FilterExpressions * EC2: describe_vpc_endpoint_services() now returns user-defined ones * EC2: run_instances() now supports the Monitoring-attribute * IOT: group names can now contain special characters * IOTData now supports named shadows * KMS: create_key() now supports KeySpecs RSA_3072 and RSA_4096 * KMS: create_key() now validates the provided KeySpec * Lambda: create_function() now fails when creating a function with a name that already exists * Lambda: put_function_concurrency() now errors on a quota that exceeds the value set by MOTO_LAMBDA_CONCURRENCY_QUOTA

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group with 3 updates: [flask](https://github.com/pallets/flask), [pyarrow](https://github.com/apache/arrow) and [moto](https://github.com/getmoto/moto).


Updates `flask` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.3.2...2.3.3)

Updates `pyarrow` from 12.0.1 to 13.0.0
- [Commits](apache/arrow@go/v12.0.1...go/v13.0.0)

Updates `moto` from 4.1.14 to 4.2.0
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.1.14...4.2.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

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 Aug 28, 2023
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
unified_graphics 86% 79%
unified_graphics.etl 94% 96%
utils.s3 68% 69%
Summary 86% (428 / 495) 84% (108 / 128)

Minimum allowed line rate is 60%

@ian-noaa ian-noaa merged commit 1db257d into main Aug 30, 2023
9 checks passed
@ian-noaa ian-noaa deleted the dependabot-pip-pip-dependencies-bd21251fdf branch August 30, 2023 18:26
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.

None yet

1 participant