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(backend/deps-dev): bump the development-dependencies group across 1 directory with 5 updates #9240

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the development-dependencies group with 5 updates in the /autogpt_platform/backend directory:

Package From To
poethepoet 0.31.0 0.32.0
ruff 0.8.3 0.9.0
pyright 1.1.389 1.1.391
aiohappyeyeballs 2.4.3 2.4.4
faker 33.1.0 33.3.0

Updates poethepoet from 0.31.0 to 0.32.0

Release notes

Sourced from poethepoet's releases.

0.32.0

Enhancements

Full Changelog: nat-n/poethepoet@v0.31.1...v0.32.0

0.31.1

Fixes

Full Changelog: nat-n/poethepoet@v0.31.0...v0.31.1

Commits
  • f199b11 Bump version to 0.32.0
  • a72a193 Remove dev dependency on bpython
  • 68e9e9b Make command parsing support operations on param expansions (#266)
  • eecbb96 feat: Explicitly disallow capture_stdout option on sequence tasks (#265)
  • 3884fcd fix: Run CI on pushing a version tag
  • 525a1eb docs: Document compatibility with uv projects
  • 03546b7 Bump version to 0.31.1
  • 788f8cb fix: Allow env var defaults in included task files (#263)
  • 0a9526c feat: Explicitly disallow capture_stdout option on sequence tasks (#261)
  • dde728d Upgrade ruff and fix resulting issues (#260)
  • See full diff in compare view

Updates ruff from 0.8.3 to 0.9.0

Release notes

Sourced from ruff's releases.

0.9.0

Release Notes

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

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

The following fixes or improvements to fixes have been stabilized:

Formatter

This release introduces the new 2025 stable style (#13371), stabilizing the following changes:

  • Format expressions in f-string elements (#7594)
  • Alternate quotes for strings inside f-strings (#13860)
  • Preserve the casing of hex codes in f-string debug expressions (#14766)
  • Choose the quote style for each string literal in an implicitly concatenated f-string rather than for the entire string (#13539)
  • Automatically join an implicitly concatenated string into a single string literal if it fits on a single line (#9457)
  • Remove the ISC001 incompatibility warning (#15123)
  • Prefer parenthesizing the assert message over breaking the assertion expression (#9457)
  • Automatically parenthesize over-long if guards in match case clauses (#13513)
  • More consistent formatting for match case patterns (#6933)
  • Avoid unnecessary parentheses around return type annotations (#13381)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.0

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

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

The following fixes or improvements to fixes have been stabilized:

Formatter

This release introduces the new 2025 stable style (#13371), stabilizing the following changes:

  • Format expressions in f-string elements (#7594)
  • Alternate quotes for strings inside f-strings (#13860)
  • Preserve the casing of hex codes in f-string debug expressions (#14766)
  • Choose the quote style for each string literal in an implicitly concatenated f-string rather than for the entire string (#13539)
  • Automatically join an implicitly concatenated string into a single string literal if it fits on a single line (#9457)
  • Remove the ISC001 incompatibility warning (#15123)
  • Prefer parenthesizing the assert message over breaking the assertion expression (#9457)
  • Automatically parenthesize over-long if guards in match case clauses (#13513)
  • More consistent formatting for match case patterns (#6933)
  • Avoid unnecessary parentheses around return type annotations (#13381)
  • Keep the opening parentheses on the same line as the if keyword for comprehensions where the condition has a leading comment (#12282)

... (truncated)

Commits
  • d0b2bbd Release 0.9.0 (#15371)
  • 8628f16 [ruff] Stop parsing diagnostics from other sources for code action requests...
  • 8bc11c4 [flake8-django] Recognize other magic methods (DJ012) (#15365)
  • bf5b0c2 [red-knot] Minor refactor of red_knot_vendored/build.rs (#15372)
  • 097aa04 [red-knot] Typeshed patching: use build.rs instead of workflow (#15370)
  • f706c3f Add f-string formatting to the docs (#15367)
  • 29f6653 [ruff] Stabilize useless-if-else (RUF034) (#15351)
  • d645525 [pylint]: Stabilize boolean-chained-comparison (PLR1716) (#15354)
  • 6dcf7b3 [ruff] Stabilize post-init-default (RUF033) (#15352)
  • 943d4fc Update formatter preview documentation (#15349)
  • Additional commits viewable in compare view

Updates pyright from 1.1.389 to 1.1.391

Commits

Updates aiohappyeyeballs from 2.4.3 to 2.4.4

Release notes

Sourced from aiohappyeyeballs's releases.

v2.4.4 (2024-11-30)

Fix

  • fix: handle OSError on failure to close socket instead of raising IndexError (#114)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@​users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]> (c542f68)

Changelog

Sourced from aiohappyeyeballs's changelog.

v2.4.4 (2024-11-30)

Fix

  • Handle oserror on failure to close socket instead of raising indexerror (#114) (c542f68)
Commits

Updates faker from 33.1.0 to 33.3.0

Release notes

Sourced from faker's releases.

Release v33.3.0

See CHANGELOG.md.

Release v33.2.0

See CHANGELOG.md.

Release v33.1.3

See CHANGELOG.md.

Release v33.1.2

See CHANGELOG.md.

Release v33.1.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v33.3.0 - 2025-01-03

  • Add support for Zulu (zu_ZA) address provider and corresponding tests. Thanks @​AliYmn.

v33.2.0 - 2025-01-03

v33.1.3 - 2025-01-03

  • Fix type annotation on Python 3.8.

v33.1.2 - 2025-01-03

v33.1.1 - 2025-01-03

  • Fix address number output issue in ko_KR address provider. Thanks @​semi-yu.
Commits
  • a210844 Bump version: 33.2.0 → 33.3.0
  • 8ec1609 📝 Update CHANGELOG.md
  • 4e2839e fix administrative units un zu_ZA address provider
  • d9d70c4 Add support for Zulu (zu_ZA) address provider and corresponding tests (#2143)
  • 858e31f Bump version: 33.1.3 → 33.2.0
  • 27a7005 📝 Update CHANGELOG.md
  • d72db54 feat: add currency provider for uk_UA (#2141)
  • 4268cea remove deprecated test
  • fd6c087 Bump version: 33.1.2 → 33.1.3
  • 0c37fb2 Fix type annotation on Python 3.8.
  • 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
  • @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

…ss 1 directory with 5 updates

Bumps the development-dependencies group with 5 updates in the /autogpt_platform/backend directory:

| Package | From | To |
| --- | --- | --- |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.31.0` | `0.32.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.9.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.389` | `1.1.391` |
| [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.3` | `2.4.4` |
| [faker](https://github.com/joke2k/faker) | `33.1.0` | `33.3.0` |



Updates `poethepoet` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.31.0...v0.32.0)

Updates `ruff` from 0.8.3 to 0.9.0
- [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.8.3...0.9.0)

Updates `pyright` from 1.1.389 to 1.1.391
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.389...v1.1.391)

Updates `aiohappyeyeballs` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
- [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
- [Commits](aio-libs/aiohappyeyeballs@v2.4.3...v2.4.4)

Updates `faker` from 33.1.0 to 33.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.1.0...v33.3.0)

---
updated-dependencies:
- dependency-name: poethepoet
  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: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: aiohappyeyeballs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 9, 2025 18:54
@dependabot dependabot bot requested review from Pwuts and removed request for a team January 9, 2025 18:54
@dependabot dependabot bot requested a review from Bentlybro January 9, 2025 18:54
@dependabot dependabot bot added the python Pull requests that update Python code label Jan 9, 2025
@dependabot dependabot bot requested review from majdyz and ntindle January 9, 2025 18:54
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/l labels Jan 9, 2025
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 437f09e
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/67801b4e0e1f4b00082854fd

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 437f09e
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/67801b4e663b8b00089d6426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies platform/backend AutoGPT Platform - Back end python Pull requests that update Python code size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants