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

Keep GitHub Actions and Python dependencies up-to-date with Dependabot #18833

Closed
pnacht opened this issue Nov 27, 2023 · 1 comment · Fixed by #18834
Closed

Keep GitHub Actions and Python dependencies up-to-date with Dependabot #18833

pnacht opened this issue Nov 27, 2023 · 1 comment · Fixed by #18834
Assignees
Labels
type:feature The user is asking for a new feature.

Comments

@pnacht
Copy link
Contributor

pnacht commented Nov 27, 2023

I've noticed Keras is using some older versions of GitHub Actions (i.e actions/stale@v5, when @v8 is available). These can be kept up-to-date with dependabot, ensuring Keras runs the latest versions of Actions after a new major version. The status of the CI tests will ensure there are no breaking changes.

There are also a few Python dependencies with new versions (torch and torchvision, which are fully pinned in requirements-torch-cuda.txt). Dependabot can also keep an eye on these if you wish.

I'll send a PR setting up dependabot to update all these dependencies so you can take a look.

@sachinprasadhs
Copy link
Collaborator

sachinprasadhs commented Nov 27, 2023

Thanks for the issue report and creating PR, on successful merging of the linked PR, the issue will be closed.
Going forward, you can create only PR with the details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature The user is asking for a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants