-
Notifications
You must be signed in to change notification settings - Fork 2
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): bump idna from 3.4 to 3.7 in /site/utils/embeddings #199
Merged
dependabot
merged 1 commit into
master
from
dependabot/pip/site/utils/embeddings/idna-3.7
Apr 11, 2024
Merged
chore(deps): bump idna from 3.4 to 3.7 in /site/utils/embeddings #199
dependabot
merged 1 commit into
master
from
dependabot/pip/site/utils/embeddings/idna-3.7
Apr 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 11, 2024
@dependabot merge
…On Fri, 12 Apr 2024 at 08:47, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/ajfisher/ajfisher.me/security/dependabot/109>
(moderate severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps idna <https://github.com/kjd/idna> from 3.4 to 3.7.
Release notes
*Sourced from idna's releases <https://github.com/kjd/idna/releases>.*
v3.7 What's Changed
- Fix issue where specially crafted inputs to encode() could take
exceptionally long amount of time to process. [CVE-2024-3651
<https://github.com/advisories/GHSA-jjg7-2v4v-x38h>]
Thanks to Guido Vranken for reporting the issue.
*Full Changelog*: ***@***.***
<kjd/idna@v3.6...v3.7>
Changelog
*Sourced from idna's changelog
<https://github.com/kjd/idna/blob/master/HISTORY.rst>.*
3.7 (2024-04-11) ++++++++++++++++
- Fix issue where specially crafted inputs to encode() could take
exceptionally long amount of time to process. [CVE-2024-3651
<https://github.com/advisories/GHSA-jjg7-2v4v-x38h>]
Thanks to Guido Vranken for reporting the issue.
3.6 (2023-11-25) ++++++++++++++++
- Fix regression to include tests in source distribution.
3.5 (2023-11-24) ++++++++++++++++
- Update to Unicode 15.1.0
- String codec name is now "idna2008" as overriding the system codec
"idna" was not working.
- Fix typing error for codec encoding
- "setup.cfg" has been added for this release due to some downstream
lack of adherence to PEP 517. Should be removed in a future release so
please prepare accordingly.
- Removed reliance on a symlink for the "idna-data" tool to comport
with PEP 517 and the Python Packaging User Guide for sdist archives.
- Added security reporting protocol for project
Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions
to this release.
Commits
- 1d365e1
<kjd/idna@1d365e1>
Release v3.7
- c1b3154
<kjd/idna@c1b3154>
Merge pull request #172
<https://redirect.github.com/kjd/idna/issues/172> from
kjd/optimize-contextj
- 0394ec7
<kjd/idna@0394ec7>
Merge branch 'master' into optimize-contextj
- cd58a23
<kjd/idna@cd58a23>
Merge pull request #152
<https://redirect.github.com/kjd/idna/issues/152> from
elliotwutingfeng/dev
- 5beb28b
<kjd/idna@5beb28b>
More efficient resolution of joiner contexts
- 1b12148
<kjd/idna@1b12148>
Update ossf/scorecard-action to v2.3.1
- d516b87
<kjd/idna@d516b87>
Update Github actions/checkout to v4
- c095c75
<kjd/idna@c095c75>
Merge branch 'master' into dev
- 60a0a4c
<kjd/idna@60a0a4c>
Fix typo in GitHub Actions workflow key
- 5918a0e
<kjd/idna@5918a0e>
Merge branch 'master' into dev
- Additional commits viewable in compare view
<kjd/idna@v3.4...v3.7>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/ajfisher/ajfisher.me/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#199
Commit Summary
- 8647103
<8647103>
chore(deps): bump idna from 3.4 to 3.7 in /site/utils/embeddings
File Changes
(1 file <https://github.com/ajfisher/ajfisher.me/pull/199/files>)
- *M* site/utils/embeddings/requirements.txt
<https://github.com/ajfisher/ajfisher.me/pull/199/files#diff-56dbdfaef2bf8f7c4cbb8ecc8f0486446b937133ddbbf89f9b708244d7ecd521>
(2)
Patch Links:
- https://github.com/ajfisher/ajfisher.me/pull/199.patch
- https://github.com/ajfisher/ajfisher.me/pull/199.diff
—
Reply to this email directly, view it on GitHub
<#199>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DI633AGKKDCSPLV5A5TY44HJBAVCNFSM6AAAAABGDD3X5GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTQNZTGQZTEMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/pip/site/utils/embeddings/idna-3.7
branch
April 11, 2024 23:10
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps idna from 3.4 to 3.7.
Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
1d365e1
Release v3.7c1b3154
Merge pull request #172 from kjd/optimize-contextj0394ec7
Merge branch 'master' into optimize-contextjcd58a23
Merge pull request #152 from elliotwutingfeng/dev5beb28b
More efficient resolution of joiner contexts1b12148
Update ossf/scorecard-action to v2.3.1d516b87
Update Github actions/checkout to v4c095c75
Merge branch 'master' into dev60a0a4c
Fix typo in GitHub Actions workflow key5918a0e
Merge branch 'master' into devDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.