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

chore(deps-dev): bump the development-dependencies group with 6 updates #2935

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the development-dependencies group with 6 updates:

Package From To
boto3-stubs 1.34.158 1.35.0
ruff 0.5.7 0.6.1
moto 5.0.12 5.0.13
tox 4.17.1 4.18.0
bump-my-version 0.25.2 0.25.4
nbsphinx 0.9.4 0.9.5

Updates boto3-stubs from 1.34.158 to 1.35.0

Commits

Updates ruff from 0.5.7 to 0.6.1

Release notes

Sourced from ruff's releases.

0.6.1

Release Notes

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)

Contributors

Install ruff 0.6.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download ruff 0.6.1

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.1

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)

0.6.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Lint and format Jupyter Notebook by default (#12878).
  • Detect imports in src layouts by default for isort rules (#12848)
  • The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments (#12838).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

... (truncated)

Commits

Updates moto from 5.0.12 to 5.0.13

Changelog

Sourced from moto's changelog.

5.0.13

Docker Digest for 5.0.13: sha256:de97faba597d8f1bfb4dab1c7d562e1997ac5e0ba1186c4392430650b0f6bd4e

General:
    * Support for Python 3.13
    * Moto now supports whitelisting which services can be used

New Services:
* AppMesh:
* create_mesh()
* delete_mesh()
* describe_mesh()
* list_meshes()
* list_tags_for_resource()
* tag_resource()
* update_mesh()

* Transfer:
    * create_server()
    * create_user()
    * delete_server()
    * delete_ssh_public_key()
    * delete_user()
    * describe_server()
    * describe_user()
    * import_ssh_public_key()

New Methods:
* Athena:
* delete_work_group()

* CodeBuild:
    * batch_get_projects()
  • DynamoDB:

    • delete_resource_policy()
    • get_resource_policy()
    • put_resource_policy()
  • EMR:

    • get_block_public_access_configuration()
    • put_block_public_access_configuration()
  • QLDB:

    • create_ledger()
    • delete_ledger()
    • describe_ledger()
    • list_tags_for_resource()
    • tag_resource()

... (truncated)

Commits
  • 177db98 Pre-Release: Up Version Number
  • bc1918f Update CHANGELOG.md
  • a743744 Prep release 5.0.13 (#7994)
  • 0d02caa AppMesh (#7987)
  • a42d9d1 RDS: update_db_instance() now supports the CloudwatchLogsExportConfiguration-...
  • 479cc5d Events: now supports the InputTemplate-parameter (#7992)
  • 88405fc RDS Fix bug that causes second PIT restore to fail (#7991)
  • 3827cce DynamoDB: empty update expression now returns a ValidationException (#7989)
  • 856ded1 Admin: Support Py 3.13 (#7984)
  • f5df94a Autoscaling: update_group() now validates that the Group exists (#7983)
  • Additional commits viewable in compare view

Updates tox from 4.17.1 to 4.18.0

Release notes

Sourced from tox's releases.

4.18.0

What's Changed

Full Changelog: tox-dev/tox@4.17.1...4.18.0

Changelog

Sourced from tox's changelog.

v4.18.0 (2024-08-13)

Features - 4.18.0

- Suppress spinner in parallel runs in CI - by :user:`ziima`. (:issue:`3318`)

Bugfixes - 4.18.0

  • Boost temporary directories cleanup in tests - by :user:ziima. (:issue:3278)
  • Fix absolute base python paths conflicting - by :user:gaborbernat. (:issue:3325)
Commits

Updates bump-my-version from 0.25.2 to 0.25.4

Release notes

Sourced from bump-my-version's releases.

0.25.4

Compare the full difference.

Fixes

  • Fixed terminology in tests. 0338da2

    Updated test parameter and assertion messages to use "version component" instead of "version part" for clarity and consistency. This change affects the test cases that detect bad or missing version inputs.

  • Fixed documentation layout. 57958ea

  • Fixed inconsistent terms in docstrings. dfdf23e

    • Switched from using both version parts and version components to simply version components.

Updates

0.25.3

Compare the full difference.

Fixes

  • Refactor version parsing in visualize function. 5f25300

    Simplify the version parsing process by utilizing the raise_error parameter in the parse method, removing the need for a separate error check. This change ensures that parsing errors are immediately raised and handled cleanly within the visualize function.

  • Refactor and rename version_part to versioning.version_config. 5b90817

    Moved version_part.py to versioning/version_config.py and updated all import statements accordingly. Enhanced error handling in VersionConfig by adding raise_error flag and relevant exception raising for invalid version strings. Refined tests to reflect these changes.

  • Fix version visualization and add verbose logging. ad46978

    Raise an exception for unparsable versions and aggregate visualization output in a list before printing. Add a verbose logging option to the show_bump command for detailed logging control.

Changelog

Sourced from bump-my-version's changelog.

0.25.4 (2024-08-14)

Compare the full difference.

Fixes

  • Fixed terminology in tests. 0338da2

    Updated test parameter and assertion messages to use "version component" instead of "version part" for clarity and consistency. This change affects the test cases that detect bad or missing version inputs.

  • Fixed documentation layout. 57958ea

  • Fixed inconsistent terms in docstrings. dfdf23e

    • Switched from using both version parts and version components to simply version components.

Updates

0.25.3 (2024-08-13)

Compare the full difference.

Fixes

  • Refactor version parsing in visualize function. 5f25300

    Simplify the version parsing process by utilizing the raise_error parameter in the parse method, removing the need for a separate error check. This change ensures that parsing errors are immediately raised and handled cleanly within the visualize function.

  • Refactor and rename version_part to versioning.version_config. 5b90817

    Moved version_part.py to versioning/version_config.py and updated all import statements accordingly. Enhanced error handling in VersionConfig by adding raise_error flag and relevant exception raising for invalid version strings. Refined tests to reflect these changes.

  • Fix version visualization and add verbose logging. ad46978

    Raise an exception for unparsable versions and aggregate visualization output in a list before printing. Add a verbose logging option to the show_bump command for detailed logging control.

Commits
  • 540b33d Version updated from 0.25.3 to 0.25.4
  • a05ee53 Merge pull request #227 from callowayproject/doc-refactor
  • 0338da2 Fixed terminology in tests
  • b7f9a1a Merge branch 'master' into doc-refactor
  • 57958ea Fixed documentation layout
  • fad5797 Version updated from 0.25.2 to 0.25.3
  • e5ee982 Merge pull request #226 from callowayproject/225-show-bump-attributeerror
  • 5f25300 Refactor version parsing in visualize function
  • 5b90817 Refactor and rename version_part to versioning.version_config
  • ad46978 Fix version visualization and add verbose logging
  • Additional commits viewable in compare view

Updates nbsphinx from 0.9.4 to 0.9.5

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.5

https://pypi.org/project/nbsphinx/0.9.5/

  • Miscellaneous fixes
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style') cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

__ https://pypi.org/project/nbsphinx/0.9.0/

... (truncated)

Commits
  • ae3c9d9 Release 0.9.5
  • d869daa Copy CSS and SVG files earlier
  • cc292c8 Binder: add ipympl to requirements
  • 00ffc02 DOC: fix broken link
  • cab489c Handle doc2path() API change
  • b0b5274 include-in-latex: make conf.py loading more robust
  • cf5ba4d DOC: remove basicstrap and typlog themes
  • aac22cf Coalesce code cell outputs before getting thumbnail index
  • 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
Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.158` | `1.35.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.6.1` |
| [moto](https://github.com/getmoto/moto) | `5.0.12` | `5.0.13` |
| [tox](https://github.com/tox-dev/tox) | `4.17.1` | `4.18.0` |
| [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.25.2` | `0.25.4` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.4` | `0.9.5` |


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

Updates `ruff` from 0.5.7 to 0.6.1
- [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.5.7...0.6.1)

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

Updates `tox` from 4.17.1 to 4.18.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.17.1...4.18.0)

Updates `bump-my-version` from 0.25.2 to 0.25.4
- [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@0.25.2...0.25.4)

Updates `nbsphinx` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.4...0.9.5)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: bump-my-version
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nbsphinx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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 19, 2024
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

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

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

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

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

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

@LeonLuttenberger LeonLuttenberger merged commit aebd000 into main Aug 19, 2024
18 checks passed
@LeonLuttenberger LeonLuttenberger deleted the dependabot/pip/development-dependencies-85fab90dc0 branch August 19, 2024 13:50
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
2 participants