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 all group with 3 updates #367

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps the all group with 3 updates: xarray, black and moto.

Updates xarray from 2023.6.0 to 2023.7.0

Release notes

Sourced from xarray's releases.

v2023.07.0

This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes.

Thanks to our 7 contributors:

Harshitha, Illviljan, Johan Mathe, Justus Magin, Kai Mühlbauer, Tom Nicholas, and Yvonne Fröhlich.

What's Changed

New Contributors

Full Changelog: pydata/xarray@v2023.06.0...v2023.07.0

Commits

Updates black from 23.3.0 to 23.7.0

Release notes

Sourced from black's releases.

23.7.0

Highlights

  • Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be supported until further notice (#3765)

Stable style

  • Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions (#3735)
  • Fix several bugs and crashes where comments in stub files were removed or mishandled under some circumstances (#3745)
  • Fix a crash with multi-line magic comments like type: ignore within parentheses (#3740)
  • Fix error in AST validation when Black removes trailing whitespace in a type comment (#3773)

Preview style

  • Implicitly concatenated strings used as function args are no longer wrapped inside parentheses (#3640)
  • Remove blank lines between a class definition and its docstring (#3692)

Configuration

  • The --workers argument to Black can now be specified via the BLACK_NUM_WORKERS environment variable (#3743)
  • .pytest_cache, .ruff_cache and .vscode are now excluded by default (#3691)
  • Fix Black not honouring pyproject.toml settings when running --stdin-filename and the pyproject.toml found isn't in the current working directory (#3719)
  • Black will now error if exclude and extend-exclude have invalid data types in pyproject.toml, instead of silently doing the wrong thing (#3764)

Packaging

  • Upgrade mypyc from 0.991 to 1.3 (#3697)
  • Remove patching of Click that mitigated errors on Python 3.6 with LANG=C (#3768)

Parser

  • Add support for the new PEP 695 syntax in Python 3.12 (#3703)

Performance

  • Speed up Black significantly when the cache is full (#3751)
  • Avoid importing IPython in a case where we wouldn't need it (#3748)

Output

... (truncated)

Changelog

Sourced from black's changelog.

23.7.0

Highlights

  • Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be supported until further notice (#3765)

Stable style

  • Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions (#3735)
  • Fix several bugs and crashes where comments in stub files were removed or mishandled under some circumstances (#3745)
  • Fix a crash with multi-line magic comments like type: ignore within parentheses (#3740)
  • Fix error in AST validation when Black removes trailing whitespace in a type comment (#3773)

Preview style

  • Implicitly concatenated strings used as function args are no longer wrapped inside parentheses (#3640)
  • Remove blank lines between a class definition and its docstring (#3692)

Configuration

  • The --workers argument to Black can now be specified via the BLACK_NUM_WORKERS environment variable (#3743)
  • .pytest_cache, .ruff_cache and .vscode are now excluded by default (#3691)
  • Fix Black not honouring pyproject.toml settings when running --stdin-filename and the pyproject.toml found isn't in the current working directory (#3719)
  • Black will now error if exclude and extend-exclude have invalid data types in pyproject.toml, instead of silently doing the wrong thing (#3764)

Packaging

  • Upgrade mypyc from 0.991 to 1.3 (#3697)
  • Remove patching of Click that mitigated errors on Python 3.6 with LANG=C (#3768)

Parser

  • Add support for the new PEP 695 syntax in Python 3.12 (#3703)

Performance

  • Speed up Black significantly when the cache is full (#3751)
  • Avoid importing IPython in a case where we wouldn't need it (#3748)

Output

... (truncated)

Commits

Updates moto from 4.1.12 to 4.1.13

Changelog

Sourced from moto's changelog.

4.1.13

Docker Digest for 4.1.13: sha256:ec471bcfbf66def946466398f002e8edfbb667bde7b1d8033aedbdd4453fbb8e

General:
    * The ISO-regions introduced in 4.1.12 are now locked behind an environment variable: `MOTO_ENABLE_ISO_REGIONS`
    * General performance improvements in the URL matching logic - especially `mock_all` users should notice improvements

New Methods: * APIGatewayV2: * create_stage() * delete_stage() * get_stage() * get_stages()

* CloudFront:
    * create_origin_access_control()
    * delete_origin_access_control()
    * get_origin_access_control()
    * list_origin_access_controls()
    * update_origin_access_control()
  • Lambda:

    • list_aliases()
  • Logs:

    • delete_destination()
    • describe_destinations()
    • get_destination()
    • put_destination()
    • put_destination_policy()
  • Route53:

    • get_health_check_status()
  • SSM:

    • deregister_task_from_maintenance_window()
    • describe_maintenance_window_tasks()
    • register_task_with_maintenance_window()

Miscellaneous: * Batch: create_compute_environment() now validates instanceRole and minvCpu * CloudFront: create_distribution() now correctly handles a single alias * CloudFront - CustomOrigins now have default timeouts if not supplied * DynamoDB: delete_item() now throws the correct error when the table is not found * EC2: describe_security_group_rules() now returns the GroupId * ECR: create_repository() now validates the repositoryName-parameter * Lambda: create_function() now returns the ImageConfigResponse and EphemeralStorage parameters * IOTData: publish() can now handle non-Unicode bytes * RDS: Automated snapshots now have the appropriate SnapshotType

... (truncated)

Commits
  • 1242819 Prep release 4.1.13 (#6524)
  • b162715 Techdebt: Replace sure with regular assertions in DynamoDB v20111205 (#6521)
  • 8c60bac Techdebt: Replace sure with regular assertions in EBS (#6522)
  • 55a72f3 S3: fixed tagging (#6491)
  • 1098d45 Logs: added support for destinations mocking (#6487)
  • e0ceec9 RDS: db instance identifier validation (#6519)
  • 9b641e3 Techdebt: Fix service name for acm backend (#6446)
  • c6b46a4 Techdebt: Replace sure with regular assertions in DynamoDB (#6517)
  • 9323747 Techdebt: Replace sure with regular assertions in DataSync (#6516)
  • 6d8c092 Techdebt: Replace sure with regular assertions in DataPipeline (#6515)
  • Additional commits viewable in compare view

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

Bumps the all group with 3 updates: [xarray](https://github.com/pydata/xarray), [black](https://github.com/psf/black) and [moto](https://github.com/getmoto/moto).


Updates `xarray` from 2023.6.0 to 2023.7.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2023.06.0...v2023.07.0)

Updates `black` from 23.3.0 to 23.7.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...23.7.0)

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

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jul 18, 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%

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Jul 18, 2023
@dependabot dependabot bot deleted the dependabot-pip-all-1ed8c70134 branch July 18, 2023 20:35
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