Skip to content

Bump pyyaml from 5.3.1 to 5.4 - #7

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyyaml-5.4
Open

Bump pyyaml from 5.3.1 to 5.4#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyyaml-5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 26, 2021

Copy link
Copy Markdown

Bumps pyyaml from 5.3.1 to 5.4.

Changelog

Sourced from pyyaml's changelog.

5.4 (2021-01-19)

Commits
  • 58d0cb7 5.4 release
  • a60f7a1 Fix compatibility with Jython
  • ee98abd Run CI on PR base branch changes
  • ddf2033 constructor.timezone: _copy & deepcopy
  • fc914d5 Avoid repeatedly appending to yaml_implicit_resolvers
  • a001f27 Fix for CVE-2020-14343
  • fe15062 Add 3.9 to appveyor file for completeness sake
  • 1e1c7fb Add a newline character to end of pyproject.toml
  • 0b6b7d6 Start sentences and phrases for capital letters
  • c976915 Shell code improvements
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 26, 2021
@devreplay

devreplay Bot commented Mar 26, 2021

Copy link
Copy Markdown

dev-requirements.txt : should be

 PyYAML==5.4
 Sphinx-Substitution-Extensions==2020.7.4.1
 Sphinx==3.2.1
 VWS-Auth-Tools==2020.5.31.0
 VWS-Test-Fixtures==2020.8.2.0
 attrs==20.1.0  # Modern attrs is required for pytest
 autoflake==1.4
 black==20.8b1
 check-manifest==0.42
 doc8==0.8.1
 dodgy==0.2.1  # Look for uploaded secrets
 flake8-commas==2.0.0  # Require silicon valley commas
 flake8-quotes==3.2.0  # Require single quotes
 flake8==3.8.3  # Lint
 freezegun==0.3.15  # Freeze time in tests
 isort==5.5.0  # Lint imports
 keyring==21.4.0
 mypy==0.782 # Type checking
 pip_check_reqs==2.1.1
 pydocstyle==5.1.1  # Lint docstrings
 pyenchant==3.1.1  # Bindings for a spellchecking sytem
 pygithub==1.53
 pylint==2.6.0  # Lint
 pyroma==2.6  # Packaging best practices checker
 pytest-cov==2.10.1  # Measure code coverage
-pytest-envfiles==0.1.0  # Use files for environment variables for tests
+pytest-envdiff==0.1.0  # Use diff for environment variables for tests
 pytest==6.0.1  # Test runners
 sphinx-autodoc-typehints==1.11.0
 sphinx_paramlinks==0.4.2
 sphinxcontrib-spelling==5.3.0
 timeout-decorator==0.4.1  # Decorate functions to time out.
 twine==3.2.0
 vulture==2.1
 vws-python==2020.8.21.0

@changelogg

changelogg Bot commented Mar 26, 2021

Copy link
Copy Markdown

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@performance-testing-bot

Copy link
Copy Markdown

Unable to locate .performanceTestingBot config file

@spampr

spampr Bot commented Mar 26, 2021

Copy link
Copy Markdown

This pull request seems genuine

@ghost

ghost commented Mar 26, 2021

Copy link
Copy Markdown

Contributors

dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@devreplay

devreplay Bot commented Mar 26, 2021

Copy link
Copy Markdown

dev-requirements.txt : should be

 PyYAML==5.4
 Sphinx-Substitution-Extensions==2020.7.4.1
 Sphinx==3.2.1
 VWS-Auth-Tools==2020.5.31.0
 VWS-Test-Fixtures==2020.8.2.0
 attrs==20.1.0  # Modern attrs is required for pytest
 autoflake==1.4
 black==20.8b1
 check-manifest==0.42
 doc8==0.8.1
 dodgy==0.2.1  # Look for uploaded secrets
 flake8-commas==2.0.0  # Require silicon valley commas
 flake8-quotes==3.2.0  # Require single quotes
 flake8==3.8.3  # Lint
 freezegun==0.3.15  # Freeze time in tests
 isort==5.5.0  # Lint imports
 keyring==21.4.0
 mypy==0.782 # Type checking
 pip_check_reqs==2.1.1
 pydocstyle==5.1.1  # Lint docstrings
 pyenchant==3.1.1  # Bindings for a spellchecking sytem
 pygithub==1.53
 pylint==2.6.0  # Lint
 pyroma==2.6  # Packaging best practices checker
 pytest-cov==2.10.1  # Measure code coverage
-pytest-envfiles==0.1.0  # Use files for environment variables for tests
+pytest-envtitle,==0.1.0  # Use title, for environment variables for tests
 pytest==6.0.1  # Test runners
 sphinx-autodoc-typehints==1.11.0
 sphinx_paramlinks==0.4.2
 sphinxcontrib-spelling==5.3.0
 timeout-decorator==0.4.1  # Decorate functions to time out.
 twine==3.2.0
 vulture==2.1
 vws-python==2020.8.21.0

@vizipi

vizipi Bot commented Mar 26, 2021

Copy link
Copy Markdown

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.


Potential missing files from this Pull request

No files found with a 40% threashold :)
No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 0.00%[dev-requirements.txt]
  • 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 size/XS spamprbot-approved

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants