Skip to content
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

scanapi#675: "updates pyproject spec for successful pyyaml installation" #676

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

withtwoemms
Copy link

Description

Updates and pins the version of the pyyaml dependency from 6.0 -> 6.0.1

Motivation behind this PR?

Without this change, scanapi does not successfully install as outlined in #675.

What type of change is this?

This is a bug fix.

Checklist

  • I have added a changelog entry / my PR does not need a new changelog entry. Instructions.
  • I have added/updated unit tests. Instructions.
  • New and existing unit tests pass locally with my changes. Instructions
  • I have self-documented code my changes by adding docstring(s) and comment(s). Instructions
  • Current PR does not significantly decrease the code coverage and docstring coverage.
  • My code follows the style guidelines of this project.
  • I have run ScanAPI locally and manually tested my changes. Instructions.
  • I have squashed my commits. Instructions.

Issue

Closes #675

    * adds patched version of pyyaml to buildscript
    * installation updates lockfile
    * updates CHANGELOG
@withtwoemms withtwoemms requested review from a team as code owners January 8, 2024 17:36
@github-actions github-actions bot added the First Contribution First contribution to the project. label Jan 8, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for supporting ScanAPI, and congratulations on your first contribution! A project committer will shortly review your contribution.

In the mean time, if you haven't had a chance please skim over the First Pull Request Guide which all pull requests must adhere to.

We hope to see you around!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First Contribution First contribution to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyyaml fails to install
1 participant