gpt-computer-agent
gpt-computer-agent copied to clipboard
Bump the pip group across 1 directory with 4 updates
Bumps the pip group with 4 updates in the / directory: aiohttp, certifi, nltk and urllib3.
Updates aiohttp from 3.9.5 to 3.10.2
Release notes
Sourced from aiohttp's releases.
3.10.2
Bug fixes
Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by :user:
steverep.Related issues and pull requests on GitHub: #8565.
Fixed request body not being read when ignoring an Upgrade request -- by :user:
Dreamsorcerer.Related issues and pull requests on GitHub: #8597.
Fixed an edge case where shutdown would wait for timeout when the handler was already completed -- by :user:
Dreamsorcerer.Related issues and pull requests on GitHub: #8611.
Fixed connecting to
npipe://,tcp://, andunix://urls -- by :user:bdraco.Related issues and pull requests on GitHub: #8632.
Fixed WebSocket ping tasks being prematurely garbage collected -- by :user:
bdraco.There was a small risk that WebSocket ping tasks would be prematurely garbage collected because the event loop only holds a weak reference to the task. The garbage collection risk has been fixed by holding a strong reference to the task. Additionally, the task is now scheduled eagerly with Python 3.12+ to increase the chance it can be completed immediately and avoid having to hold any references to the task.
Related issues and pull requests on GitHub: #8641.
Fixed incorrectly following symlinks for compressed file variants -- by :user:
steverep.Related issues and pull requests on GitHub:
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.10.2 (2024-08-08)
Bug fixes
Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by :user:
steverep.Related issues and pull requests on GitHub: :issue:
8565.Fixed request body not being read when ignoring an Upgrade request -- by :user:
Dreamsorcerer.Related issues and pull requests on GitHub: :issue:
8597.Fixed an edge case where shutdown would wait for timeout when the handler was already completed -- by :user:
Dreamsorcerer.Related issues and pull requests on GitHub: :issue:
8611.Fixed connecting to
npipe://,tcp://, andunix://urls -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
8632.Fixed WebSocket ping tasks being prematurely garbage collected -- by :user:
bdraco.There was a small risk that WebSocket ping tasks would be prematurely garbage collected because the event loop only holds a weak reference to the task. The garbage collection risk has been fixed by holding a strong reference to the task. Additionally, the task is now scheduled eagerly with Python 3.12+ to increase the chance it can be completed immediately and avoid having to hold any references to the task.
Related issues and pull requests on GitHub: :issue:
8641.Fixed incorrectly following symlinks for compressed file variants -- by :user:
steverep.
... (truncated)
Commits
491106eRelease 3.10.2 (#8655)ce2e975[PR #8652/b0536ae6 backport][3.10] Do not follow symlinks for compressed file...6a77806[PR #8636/51d872e backport][3.10] Remove Request.wait_for_disconnection() met...1f92213[PR #8642/e4942771 backport][3.10] Fix response to circular symlinks with Pyt...2ef14a6[PR #8641/0a88bab backport][3.10] Fix WebSocket ping tasks being prematurely ...68e8496[PR #8608/c4acabc backport][3.10] Fix timer handle churn in websocket heartbe...72f41aa[PR #8632/b2691f2 backport][3.10] Fix connecting to npipe://, tcp://, and uni...bf83dbe[PR #8634/c7293e19 backport][3.10] Backport #8620 as improvements to various ...4815765[PR #8597/c99a1e27 backport][3.10] Fix reading of body when ignoring an upgra...266608d[PR #8611/1fcef940 backport][3.10] Fix handler waiting on shutdown (#8627)- Additional commits viewable in compare view
Updates certifi from 2024.6.2 to 2024.7.4
Commits
Updates nltk from 3.8.1 to 3.9
Changelog
Sourced from nltk's changelog.
Version 3.9.1 2024-08-19
- Fixed bug that prevented wordnet from loading
Version 3.9 2024-08-18
- Avoid need for pickled models, resolves security vulnerability CVE-2024-39705
- No longer sort WordNet synsets and relations (sort in calling function when required)
- Add Python 3.12 support
- Many other minor fixes
Thanks to the following contributors to 3.8.2: Tom Aarsen, Cat Lee Ball, Veralara Bernhard, Carlos Brandt, Konstantin Chernyshev, Michael Higgins, Eric Kafe, Vivek Kalyan, David Lukes, Rob Malouf, purificant, Alex Rudnick, Liling Tan, Akihiro Yamazaki.
Version 3.8.1 2023-01-02
- Resolve RCE vulnerability in localhost WordNet Browser (#3100)
- Remove unused tool scripts (#3099)
- Resolve XSS vulnerability in localhost WordNet Browser (#3096)
- Add Python 3.11 support (#3090)
Thanks to the following contributors to 3.8.1: Francis Bond, John Vandenberg, Tom Aarsen
Version 3.8 2022-12-12
- Refactor dispersion plot (#3082)
- Provide type hints for LazyCorpusLoader variables (#3081)
- Throw warning when LanguageModel is initialized with incorrect vocabulary (#3080)
- Fix WordNet's all_synsets() function (#3078)
- Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (#3070)
- Support both iso639-3 codes and BCP-47 language tags (#3060)
- Avoid DeprecationWarning in Regexp tokenizer (#3055)
- Fix many doctests, add doctests to CI (#3054, #3050, #3048)
- Fix bool field not being read in VerbNet (#3044)
- Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (#3042)
- Fix encodings of Polish udhr corpus reader (#3038)
- Allow TweetTokenizer to tokenize emoji flag sequences (#3034)
- Prevent LazyModule from increasing the size of nltk.dict (#3033)
- Fix CoreNLPServer non-default port issue (#3031)
- Add "acion" suffix to the Spanish SnowballStemmer (#3030)
- Allow loading WordNet without OMW (#3026)
- Use input() in nltk.chat.chatbot() for Jupyter support (#3022)
- Fix edit_distance_align() in distance.py (#3017)
- Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (#3014)
- Add the Iota operator to semantic logic (#3010)
- Resolve critical errors in WordNet app (#3008)
- Resolve critical error in CHILDES Corpus (#2998)
- Make WordNet information_content() accept adjective satellites (#2995)
- Add "strict=True" parameter to CoreNLP (#2993, #3043)
- Resolve issue with WordNet's synset_from_sense_key (#2988)
... (truncated)
Commits
24936a2Bump version to 3.9c222897Merge branch 'develop' of https://github.com/nltk/nltk into develop34c3a4aMerge branch 'develop' of https://github.com/nltk/nltk into develop253dd3aadd blackc43727fUpdate version7137405Merge pull request #3066 from asishm/bugfix-lambda-closure-leak369cb9fMerge pull request #3245 from ekaf/hotfix-closuredup501c70eMerge branch 'develop' into hotfix-closuredupbf05dc4Merge pull request #3306 from ekaf/py3_compat66539c7Sorted output in unit/test_wordnet.py- Additional commits viewable in compare view
Updates urllib3 from 2.2.1 to 2.2.2
Release notes
Sourced from urllib3's releases.
2.2.2
🚀 urllib3 is fundraising for HTTP/2 support
urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Added the
Proxy-Authorizationheader to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect.- Allowed passing negative integers as
amtto read methods ofhttp.client.HTTPResponseas an alternative toNone. (#3122)- Fixed return types representing copying actions to use
typing.Self. (#3363)Full Changelog: https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2
Changelog
Sourced from urllib3's changelog.
2.2.2 (2024-06-17)
- Added the
Proxy-Authorizationheader to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect.- Allowed passing negative integers as
amtto read methods ofhttp.client.HTTPResponseas an alternative toNone. ([#3122](https://github.com/urllib3/urllib3/issues/3122) <https://github.com/urllib3/urllib3/issues/3122>__)- Fixed return types representing copying actions to use
typing.Self. ([#3363](https://github.com/urllib3/urllib3/issues/3363) <https://github.com/urllib3/urllib3/issues/3363>__)
Commits
27e2a5cRelease 2.2.2 (#3406)accff72Merge pull request from GHSA-34jh-p97f-mpxf34be4a5Pin CFFI to a new release candidate instead of a Git commit (#3398)da41058Bump browser-actions/setup-chrome from 1.6.0 to 1.7.1 (#3399)b07a669Bump github/codeql-action from 2.13.4 to 3.25.6 (#3396)b8589ecMeasure coverage with v4 of artifact actions (#3394)f3bdc55Allow triggering CI manually (#3391)5239265Fix HTTP version in debug log (#3316)b34619fBump actions/checkout to 4.1.4 (#3387)9961d14Bump browser-actions/setup-chrome from 1.5.0 to 1.6.0 (#3386)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.
Run & review this pull request in StackBlitz Codeflow.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
CI Failure Feedback 🧐
(Checks updated until commit https://github.com/khulnasoft/gpt-computer-agent/commit/4d414b995962d94ad7ca686c8e1def3976ad9fff)
|
Action: windows |
|
Failed stage: Install Dependencies [❌] |
|
Failure summary: The action failed due to a dependency resolution issue: gpt-computer-agent requires pyqt5-qt5==5.15.14, but no matching distribution was found for this version. pyqt5-qt5 is 5.15.2, which does not satisfy the requirement.error. |
Relevant error logs:
|
✨ CI feedback usage guide:
The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:
- Failed stage
- Failed test name
- Failure summary
- Relevant error logs
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.
Configuration options
enable_auto_checks_feedback- if set to true, the tool will automatically provide feedback when a check is failed. Default is true.excluded_checks_list- a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.enable_help_text- if set to true, the tool will provide a help message with the feedback. Default is true.persistent_comment- if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.final_update_message- ifpersistent_commentis true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.
See more information about the checks tool in the docs.