-
Notifications
You must be signed in to change notification settings - Fork 0
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 pyyaml from 3.13 to 5.4 #5
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/pip/pyyaml-5.4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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 [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@3.13...5.4) Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 25, 2021
Thanks a lot. I missed your suggested time for the meeting. Sorry about
that.
…On Thu, Mar 25, 2021 at 10:39 PM dependabot[bot] ***@***.***> wrote:
Bumps pyyaml <https://github.com/yaml/pyyaml> from 3.13 to 5.4.
Changelog
*Sourced from pyyaml's changelog
<https://github.com/yaml/pyyaml/blob/master/CHANGES>.*
5.4 (2021-01-19)
- yaml/pyyaml#407
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/407> -- Build
modernization, remove distutils, fix metadata, build wheels, CI to GHA
- yaml/pyyaml#472
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/472> -- Fix
for CVE-2020-14343 <https://github.com/advisories/GHSA-8q59-q68h-6hv4>,
moves arbitrary python tags to UnsafeLoader
- yaml/pyyaml#441
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/441> -- Fix
memory leak in implicit resolver setup
- yaml/pyyaml#392
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/392> -- Fix
py2 copy support for timezone objects
- yaml/pyyaml#378
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/378> -- Fix
compatibility with Jython
5.3.1 (2020-03-18)
- yaml/pyyaml#386
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/386> --
Prevents arbitrary code execution during python/object/new constructor
5.3 (2020-01-06)
- yaml/pyyaml#290
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/290> -- Use is
instead of equality for comparing with None
- yaml/pyyaml#270
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/270> -- Fix
typos and stylistic nit
- yaml/pyyaml#309
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/309> -- Fix
up small typo
- yaml/pyyaml#161
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/161> -- Fix
handling of *slots*
- yaml/pyyaml#358
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/358> -- Allow
calling add_multi_constructor with None
- yaml/pyyaml#285
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/285> -- Add
use of safe_load() function in README
- yaml/pyyaml#351
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/351> -- Fix
reader for Unicode code points over 0xFFFF
- yaml/pyyaml#360
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/360> --
Enable certain unicode tests when maxunicode not > 0xffff
- yaml/pyyaml#359
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/359> -- Use
full_load in yaml-highlight example
- yaml/pyyaml#244
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/244> --
Document that PyYAML is implemented with Cython
- yaml/pyyaml#329
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/329> -- Fix
for Python 3.10
- yaml/pyyaml#310
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/310> --
Increase size of index, line, and column fields
- yaml/pyyaml#260
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/260> --
Remove some unused imports
- yaml/pyyaml#163
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/163> --
Create timezone-aware datetimes when parsed as such
- yaml/pyyaml#363
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/363> -- Add
tests for timezone
5.2 (2019-12-02)
- Repair incompatibilities introduced with 5.1. The default Loader was
changed, but several methods like add_constructor still used the old
default yaml/pyyaml#279
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/279> -- A
more flexible fix for custom tag constructors yaml/pyyaml#287
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/287> --
Change default loader for yaml.add_constructor yaml/pyyaml#305
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/305> --
Change default loader for add_implicit_resolver, add_path_resolver
- Make FullLoader safer by removing python/object/apply from the
default FullLoader yaml/pyyaml#347
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/347> -- Move
constructor for object/apply to UnsafeConstructor
- Fix bug introduced in 5.1 where quoting went wrong on systems with
sys.maxunicode <= 0xffff yaml/pyyaml#276
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/276> -- Fix
logic for quoting special characters
- Other PRs: yaml/pyyaml#280
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/280> --
Update CHANGES for 5.1
5.1.2 (2019-07-30)
- Re-release of 5.1 with regenerated Cython sources to build properly
for Python 3.8b2+
... (truncated)
Commits
- 58d0cb7
<yaml/pyyaml@58d0cb7>
5.4 release
- a60f7a1
<yaml/pyyaml@a60f7a1>
Fix compatibility with Jython
- ee98abd
<yaml/pyyaml@ee98abd>
Run CI on PR base branch changes
- ddf2033
<yaml/pyyaml@ddf2033>
constructor.timezone: _*copy* & *deepcopy*
- fc914d5
<yaml/pyyaml@fc914d5>
Avoid repeatedly appending to yaml_implicit_resolvers
- a001f27
<yaml/pyyaml@a001f27>
Fix for CVE-2020-14343
<https://github.com/advisories/GHSA-8q59-q68h-6hv4>
- fe15062
<yaml/pyyaml@fe15062>
Add 3.9 to appveyor file for completeness sake
- 1e1c7fb
<yaml/pyyaml@1e1c7fb>
Add a newline character to end of pyproject.toml
- 0b6b7d6
<yaml/pyyaml@0b6b7d6>
Start sentences and phrases for capital letters
- c976915
<yaml/pyyaml@c976915>
Shell code improvements
- Additional commits viewable in compare view
<yaml/pyyaml@3.13...5.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)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/mawy7/gra-asokwa-tincenter/network/alerts>
.
------------------------------
You can view, comment on, or merge this pull request online at:
#5
Commit Summary
- Bump pyyaml from 3.13 to 5.4
File Changes
- *M* requirements.txt
<https://github.com/mawy7/gra-asokwa-tincenter/pull/5/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552>
(2)
Patch Links:
- https://github.com/mawy7/gra-asokwa-tincenter/pull/5.patch
- https://github.com/mawy7/gra-asokwa-tincenter/pull/5.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANUHRLXLRZPC4MA63PT2USDTFO3RDANCNFSM4Z2IHVCQ>
.
|
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 pyyaml from 3.13 to 5.4.
Changelog
Sourced from pyyaml's changelog.
... (truncated)
Commits
58d0cb7
5.4 releasea60f7a1
Fix compatibility with Jythonee98abd
Run CI on PR base branch changesddf2033
constructor.timezone: _copy & deepcopyfc914d5
Avoid repeatedly appending to yaml_implicit_resolversa001f27
Fix for CVE-2020-14343fe15062
Add 3.9 to appveyor file for completeness sake1e1c7fb
Add a newline character to end of pyproject.toml0b6b7d6
Start sentences and phrases for capital lettersc976915
Shell code improvementsDependabot 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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.