-
Notifications
You must be signed in to change notification settings - Fork 8
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.1 in /data_builders/edhrec #9
Closed
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.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@3.13...5.1) Signed-off-by: dependabot[bot] <support@github.com>
good to see this repo so active again, great changes ill have to try the
sim again this weekend on my new system
…On Thu, Jan 9, 2020 at 10:24 AM dependabot[bot] ***@***.***> wrote:
Bumps pyyaml <https://github.com/yaml/pyyaml> from 3.13 to 5.1.
Changelog
*Sourced from pyyaml's changelog
<https://github.com/yaml/pyyaml/blob/master/CHANGES>.*
5.1 (2019-03-13)
- yaml/pyyaml#35
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/35> -- Some
modernization of the test running
- yaml/pyyaml#42
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/42> --
Install tox in a virtualenv
- yaml/pyyaml#45
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/45> -- Allow
colon in a plain scalar in a flow context
- yaml/pyyaml#48
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/48> -- Fix
typos
- yaml/pyyaml#55
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/55> --
Improve RepresenterError creation
- yaml/pyyaml#59
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/59> --
Resolves #57
<https://github-redirect.dependabot.com/yaml/pyyaml/issues/57>, update
readme issues link
- yaml/pyyaml#60
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/60> --
Document and test Python 3.6 support
- yaml/pyyaml#61
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/61> -- Use
Travis CI built in pip cache support
- yaml/pyyaml#62
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/62> -- Remove
tox workaround for Travis CI
- yaml/pyyaml#63
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/63> -- Adding
support to Unicode characters over codepoint 0xffff
- yaml/pyyaml#75
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/75> -- add
3.12 changelog
- yaml/pyyaml#76
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/76> --
Fallback to Pure Python if Compilation fails
- yaml/pyyaml#84
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/84> -- Drop
unsupported Python 3.3
- yaml/pyyaml#102
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/102> --
Include license file in the generated wheel package
- yaml/pyyaml#105
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/105> --
Removed Python 2.6 & 3.3 support
- yaml/pyyaml#111
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/111> --
Remove commented out Psyco code
- yaml/pyyaml#129
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/129> --
Remove call to ord in lib3 emitter code
- yaml/pyyaml#149
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/149> -- Test
on Python 3.7-dev
- yaml/pyyaml#158
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/158> --
Support escaped slash in double quotes "/"
- yaml/pyyaml#175
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/175> --
Updated link to pypi in release announcement
- yaml/pyyaml#181
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/181> --
Import Hashable from collections.abc
- yaml/pyyaml#194
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/194> --
Reverting yaml/pyyaml#74
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/74>
- yaml/pyyaml#195
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/195> -- Build
libyaml on travis
- yaml/pyyaml#196
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/196> -- Force
cython when building sdist
- yaml/pyyaml#254
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/254> -- Allow
to turn off sorting keys in Dumper (2)
- yaml/pyyaml#256
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/256> -- Make
default_flow_style=False
- yaml/pyyaml#257
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/257> --
Deprecate yaml.load and add FullLoader and UnsafeLoader classes
- yaml/pyyaml#261
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/261> -- Skip
certain unicode tests when maxunicode not > 0xffff
- yaml/pyyaml#263
<https://github-redirect.dependabot.com/yaml/pyyaml/pull/263> --
Windows Appveyor build
Commits
- e471e86
<yaml/pyyaml@e471e86>
Updates for 5.1 release
- 9141e90
<yaml/pyyaml@9141e90>
Windows Appveyor build
- d6cbff6
<yaml/pyyaml@d6cbff6>
Skip certain unicode tests when maxunicode not > 0xffff
- 69103ba
<yaml/pyyaml@69103ba>
Update .travis.yml to use libyaml 0.2.2
- 91c9435
<yaml/pyyaml@91c9435>
Squash/merge pull request #105
<https://github-redirect.dependabot.com/yaml/pyyaml/issues/105> from
nnadeau/patch-1
- 507a464
<yaml/pyyaml@507a464>
Make default_flow_style=False
- 07c88c6
<yaml/pyyaml@07c88c6>
Allow to turn off sorting keys in Dumper
- 611ba39
<yaml/pyyaml@611ba39>
Include license file in the generated wheel package
- 857dff1
<yaml/pyyaml@857dff1>
Apply FullLoader/UnsafeLoader changes to lib3
- 0cedb2a
<yaml/pyyaml@0cedb2a>
Deprecate/warn usage of yaml.load(input)
- Additional commits viewable in compare view
<yaml/pyyaml@3.13...5.1>
[image: Dependabot compatibility score]
<https://help.github.com/articles/configuring-automated-security-fixes>
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 ignore this [patch|minor|major] version will close this
PR and stop Dependabot creating any more for this minor/major 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/DEGoodmanWilson/magique/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#9
Commit Summary
- Bump pyyaml from 3.13 to 5.1 in /data_builders/edhrec
File Changes
- *M* data_builders/edhrec/requirements.txt
<https://github.com/DEGoodmanWilson/magique/pull/9/files#diff-0> (2)
Patch Links:
- https://github.com/DEGoodmanWilson/magique/pull/9.patch
- https://github.com/DEGoodmanWilson/magique/pull/9.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=ANN5RRJECXHMITVW3KYXOIDQ446TDA5CNFSM4KE2CM62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFC4VPA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANN5RRP5D7F7K6E3TA45NMDQ446TDANCNFSM4KE2CM6Q>
.
|
Superseded by #13. |
dependabot
bot
deleted the
dependabot/pip/data_builders/edhrec/pyyaml-5.1
branch
March 25, 2021 22:27
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.1.
Changelog
Sourced from pyyaml's changelog.
Commits
e471e86
Updates for 5.1 release9141e90
Windows Appveyor buildd6cbff6
Skip certain unicode tests when maxunicode not > 0xffff69103ba
Update .travis.yml to use libyaml 0.2.291c9435
Squash/merge pull request #105 from nnadeau/patch-1507a464
Make default_flow_style=False07c88c6
Allow to turn off sorting keys in Dumper611ba39
Include license file in the generated wheel package857dff1
Apply FullLoader/UnsafeLoader changes to lib30cedb2a
Deprecate/warn usage of yaml.load(input)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 ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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.