Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates #3133

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the development-dependencies group with 4 updates in the / directory: boto3-stubs, ruff, moto and bump-my-version.

Updates boto3-stubs from 1.37.28 to 1.37.37

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates ruff from 0.11.4 to 0.11.6

Release notes

Sourced from ruff's releases.

0.11.6

Release Notes

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

Contributors

Install ruff 0.11.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com./astral-sh/ruff/releases/download/0.11.6/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com./astral-sh/ruff/releases/download/0.11.6/ruff-installer.ps1 | iex"

Download ruff 0.11.6

File Platform Checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

0.11.5

Preview features

  • [airflow] Add missing AIR302 attribute check (#17115)
  • [airflow] Expand module path check to individual symbols (AIR302) (#17278)
  • [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) (#17152)
  • [airflow] Update oudated AIR301, AIR302 rules (#17123)
  • [syntax-errors] Async comprehension in sync comprehension (#17177)
  • [syntax-errors] Check annotations in annotated assignments (#17283)
  • [syntax-errors] Extend annotation checks to await (#17282)

Bug fixes

  • [flake8-pie] Avoid false positive for multiple assignment with auto() (PIE796) (#17274)

Rule changes

  • [ruff] Fix RUF100 to detect unused file-level noqa directives with specific codes (#17042) (#17061)
  • [flake8-pytest-style] Avoid false positive for legacy form of pytest.raises (PT011) (#17231)

Documentation

  • Fix formatting of "See Style Guide" link (#17272)
Commits

Updates moto from 5.1.3 to 5.1.4

Changelog

Sourced from moto's changelog.

5.1.4

Docker Digest for 5.1.4: sha256:32d7805d8bd4c81db789c4fff2c36f96a8837cbd8e7a3853116b6516b9490dde

New Services:
    * CodeDeploy:
        * batch_get_applications()
        * batch_get_deployments()
        * create_application()
        * create_deployment()
        * create_deployment_group()
        * get_application()
        * get_deployment()
        * get_deployment_group()
        * list_applications()
        * list_deployments()
        * list_deployment_groups()

New Methods:
* ACM:
* get_account_configuration()
* put_account_configuration()

* ACM PCA:
    * get_policy()
    * delete_policy()
    * put_policy()
  • EC2:

    • create_default_subnet()
  • Glue:

    • get_job_runs()
  • Route53 Resolver:

    • associate_resolver_query_log_config()
    • create_resolver_query_log_config()
    • get_resolver_query_log_config()
  • SES:

    • create_email_identity_policy()
    • delete_email_identity_policy()
    • get_email_identity_policies()
    • get_identity_dkim_attributes()
    • update_configuration_set_reputation_metrics_enabled()
    • update_email_identity_policy()
  • Textract:

    • get_document_analysis()
    • start_document_analysis()

... (truncated)

Commits
  • f16dc04 Pre-Release: Up Version Number
  • fcb513c Prep release 5.1.4 (#8836)
  • 0c270d5 feat(acm-pca): add support for PutPolicy, GetPolicy, and DeletePolicy (...
  • 8cb7292 feat(acm): implement GetAccountConfiguration and PutAccountConfiguration ...
  • 1acee2f S3: RestoreObject: Remove validation around Days-parameter (#8833)
  • 97a15f1 IAM: Handle CF deletion of policies attached to a role (#8831)
  • 718d1d6 chore: update SSM default parameters (#8832)
  • 46c088c chore: update EC2 Instance Types (#8830)
  • 2e567c8 chore: update EC2 Instance Offerings (#8829)
  • 892a2cb S3: Move GLACIER_IR to storage class (#8828)
  • Additional commits viewable in compare view

Updates bump-my-version from 1.1.1 to 1.1.2

Release notes

Sourced from bump-my-version's releases.

1.1.2

Compare the full difference.

Fixes

  • Fix ident level when bump() or parse() throws exceptions. dd6a841

Other

Changelog

Sourced from bump-my-version's changelog.

1.1.2 (2025-04-12)

Compare the full difference.

Fixes

  • Fix ident level when bump() or parse() throws exceptions. dd6a841

Other

Commits
  • 73fa692 Version updated from 1.1.1 to 1.1.2
  • 2161eaf Merge pull request #329 from callowayproject/pre-commit-ci-update-config
  • 10b76f6 [pre-commit.ci] pre-commit autoupdate
  • 31bab59 Testing write access
  • d23baa0 Merge pull request #328 from gzm55/work/fix-ident
  • dd6a841 fix ident level when bump() or parse() throws exceptions
  • See full diff 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
  • @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

…ectory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [boto3-stubs](https://github.com./youtype/mypy_boto3_builder), [ruff](https://github.com./astral-sh/ruff), [moto](https://github.com./getmoto/moto) and [bump-my-version](https://github.com./callowayproject/bump-my-version).


Updates `boto3-stubs` from 1.37.28 to 1.37.37
- [Release notes](https://github.com./youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com./youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.11.4 to 0.11.6
- [Release notes](https://github.com./astral-sh/ruff/releases)
- [Changelog](https://github.com./astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.11.4...0.11.6)

Updates `moto` from 5.1.3 to 5.1.4
- [Release notes](https://github.com./getmoto/moto/releases)
- [Changelog](https://github.com./getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.3...5.1.4)

Updates `bump-my-version` from 1.1.1 to 1.1.2
- [Release notes](https://github.com./callowayproject/bump-my-version/releases)
- [Changelog](https://github.com./callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](callowayproject/bump-my-version@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-version: 1.37.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-version: 0.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: moto
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: bump-my-version
  dependency-version: 1.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 21, 2025
@jaidisido
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 253d0ef
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@jaidisido
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: 253d0ef
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@jaidisido jaidisido merged commit c83ab37 into main Apr 23, 2025
21 checks passed
@jaidisido jaidisido deleted the dependabot/pip/development-dependencies-a4a803d34b branch April 23, 2025 09:45
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.

1 participant