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): bump websockets from 13.1 to 14.2 in /autogpt_platform/backend #9398

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 Feb 3, 2025

Bumps websockets from 13.1 to 14.2.

Release notes

Sourced from websockets's releases.

14.2

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

14.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

14.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 624a36c Release version 14.2.
  • c8242bb Add changelog for #1566.
  • 17e309a Mention another symptom in the changelog.
  • 7de24bd Improve previous commit.
  • 7e617b2 Add regex support in ServerProtocol(origins=...).
  • 613f3f0 Prevent close() from blocking when reading is paused.
  • e7a098e Prevent AssertionError in the recv_events thread.
  • 031ec31 Prevent close() from blocking when reading is paused.
  • 6317c00 Clarify behavior of recv(timeout=0) behavior.
  • b1e88fc Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 17:26
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Feb 3, 2025
@dependabot dependabot bot requested review from aarushik93 and majdyz and removed request for a team February 3, 2025 17:26
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/l labels Feb 3, 2025
Copy link

netlify bot commented Feb 3, 2025

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

Name Link
🔨 Latest commit e0b2966
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/67a4c910e7cd3f00089a4edb

Copy link

deepsource-io bot commented Feb 3, 2025

Here's the code health analysis summary for commits 5d8fe1e..e0b2966. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit e0b2966
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/67a4c9104bcedf0008d2c354

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/websockets-14.2 branch from d7a7161 to 16ba64f Compare February 5, 2025 21:30
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

1 similar comment
Copy link
Contributor

github-actions bot commented Feb 5, 2025

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/websockets-14.2 branch from 16ba64f to 1a884a2 Compare February 5, 2025 22:13
@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/websockets-14.2 branch 2 times, most recently from a035ca1 to 9bce871 Compare February 6, 2025 10:03
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.2.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.1...14.2)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/websockets-14.2 branch from 9bce871 to e0b2966 Compare February 6, 2025 14:37
@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

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