-
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
Bump pydantic from 1.7.3 to 1.7.4 #26
Merged
Merged
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
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
May 12, 2021
@dependabot merge
…On Tue, May 11, 2021 at 22:52 dependabot[bot] ***@***.***> wrote:
Bumps pydantic <https://github.com/samuelcolvin/pydantic> from 1.7.3 to
1.7.4.
Release notes
*Sourced from pydantic's releases
<https://github.com/samuelcolvin/pydantic/releases>.*
v1.7.4 (2021-05-11)
*Security fix:* Fix date and datetime parsing so passing either 'infinity'
or float('inf') (or their negative values) does not cause an infinite
loop, see security advisory CVE-2021-29510
<https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh>
.
Changelog
*Sourced from pydantic's changelog
<https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md>.*
v1.7.4 (2021-05-11)
- *Security fix:* Fix date and datetime parsing so passing either
'infinity' or float('inf') (or their negative values) does not cause
an infinite loop, See security advisory CVE-2021-29510
<https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh>
Commits
- e3d1c16
<pydantic/pydantic@e3d1c16>
tweak history
- b3ecf68
<pydantic/pydantic@b3ecf68>
comment out broken tests
- 4c1fea6
<pydantic/pydantic@4c1fea6>
hack tests into passing
- f461cb0
<pydantic/pydantic@f461cb0>
prepare for release
- 80e0dd3
<pydantic/pydantic@80e0dd3>
Merge pull request from GHSA-5jqp-qgf6-3pvh
<https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh>
- See full diff in compare view
<pydantic/pydantic@v1.7.3...v1.7.4>
[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 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 view, comment on, or merge this pull request online at:
#26
Commit Summary
- Bump pydantic from 1.7.3 to 1.7.4
File Changes
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/26/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(48)
- *M* pyproject.toml
<https://github.com/mikelane/reddit-get/pull/26/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/26.patch
- https://github.com/mikelane/reddit-get/pull/26.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYLOYV6NCB653ZA7RK3TNIJRDANCNFSM44X3MXSA>
.
|
@dependabot merge |
@dependabot rebase |
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](pydantic/pydantic@v1.7.3...v1.7.4) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/pip/pydantic-1.7.4
branch
from
May 14, 2022 20:41
a7cfd06
to
178b11a
Compare
Codecov Report
@@ Coverage Diff @@
## main #26 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 95 95
=========================================
Hits 95 95 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pydantic from 1.7.3 to 1.7.4.
Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
e3d1c16
tweak historyb3ecf68
comment out broken tests4c1fea6
hack tests into passingf461cb0
prepare for release80e0dd3
Merge pull request from GHSA-5jqp-qgf6-3pvhDependabot 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 will merge this PR once CI passes on it, as requested by @mikelane.
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 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)