-
-
Notifications
You must be signed in to change notification settings - Fork 4
Bump idna from 3.7 to 3.8 #115
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
Bump idna from 3.7 to 3.8 #115
Conversation
|
Warning Rate limit exceeded@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 7 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe change involves an update to the Changes
Sequence Diagram(s)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (1)
- requirements.txt (1 hunks)
Additional comments not posted (1)
requirements.txt (1)
12-12: Purrfect update!The version bump from
3.7to3.8for theidnapackage looks good. Ensure compatibility with the rest of the codebase and dependencies.The code changes are approved.
Run the following script to verify compatibility:
Verification successful
No direct usage of
idnafound!The
idnapackage is not directly imported or used in the codebase, so the version bump to3.8should be safe. However, ifidnais a transitive dependency, please verify that other dependencies are not affected. 🐾Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the updated `idna` package with the rest of the codebase and dependencies. # Test: Check for any dependency conflicts. Expect: No conflicts. pip checkLength of output: 82
Script:
#!/bin/bash # Search for `idna` usage in the codebase to verify compatibility. rg 'import idna' -A 3Length of output: 23
Script:
#!/bin/bash # Search for `idna` usage in the codebase to verify compatibility. rg 'from idna' -A 3Length of output: 21
3dacd7a to
d3ff30c
Compare
2e5e33b to
ecff220
Compare
93716bf to
d2cac6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (1)
- requirements.txt (1 hunks)
Additional comments not posted (1)
requirements.txt (1)
12-12: Purrfect update!The
idnapackage version bump from3.7to3.8looks good. Ensure that the CI checks pass to confirm compatibility with other dependencies.The code changes are approved.
5714657 to
76c8a8f
Compare
d2cac6b to
1370d27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (1)
- requirements.txt (1 hunks)
Additional comments not posted (1)
requirements.txt (1)
12-12: Purrfect update!The
idnapackage version has been updated from3.7to3.8. This update is likely to bring improvements and bug fixes. Ensure that the new version is compatible with the rest of the dependencies and does not introduce any breaking changes.The code changes are approved.
1370d27 to
048db56
Compare
aed4bd3 to
1666a6f
Compare
|
@dependabot rebase |
Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.8. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.8) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
048db56 to
9995f0b
Compare
Bumps idna from 3.7 to 3.8.
Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
784c6f4Release v3.828c7c9eTypo fixa2b41c3Pin remainder of Github Actions flagged in code scanning1f613c5More Github Action dependency pinninga87e2b6Update OSSF scorecard to latest version12d4dd1Merge pull request #182 from kjd/github-pypi-actionse1a1541Pin Github Actions dependenciesc109d3aMerge branch 'master' into github-pypi-actionsf8a8de4Do not try to build/send packages to TestPyPI for now613bddeUpdate regexp to move global flag to start of expressionDependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
idnapackage version from 3.7 to 3.8 for improved performance and security.