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

⬆️ Upgrade dependencies (PyYAML and mkdocs-material) #33

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

ebouchut
Copy link
Collaborator

This PR mainly updates the PyYAML dependency to fix an issue with Python 3.12 used by GitHub Actions since yesterday (2023-10-26) where the deploy workflow can fail when installing the project's required dependencies (in the Run pip install -r requirements.txt step):

Collecting PyYAML==6.0 (from -r requirements.txt (line 29))
Downloading PyYAML-6.0.tar.gz (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 14.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error

✅ The solution is to upgrade PyYAML to 6.0.1 from 6.0 as suggested here

@ebouchut ebouchut merged commit 5987b3a into LoopKit:main Oct 27, 2023
@ebouchut ebouchut deleted the config/upgrade-dependencies branch October 27, 2023 20:14
@ebouchut ebouchut self-assigned this Oct 27, 2023
@ebouchut ebouchut added config dependencies Pull requests that update a dependency file labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant