Update dependencies and add dependabot configuration#39
Merged
tepickering merged 1 commit intomasterfrom Feb 23, 2026
Merged
Conversation
Python (requirements.txt): - click 7.1.2 → 8.3.1 - lxml 4.6.3 → 6.0.2 - tornado 6.4.2 → 6.5.4 npm (pyindi/www/static/js9): - minimist 1.2.6 → 1.2.8 - open 7.2.1 → 7.4.2 - ps-node 0.1.4 → 0.1.6 - socket.io 4.8.0 → 4.8.3 (node_modules was stale at 2.1.1) Add .github/dependabot.yml to re-enable automated dependency update PRs for pip, npm, and GitHub Actions on a weekly schedule. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
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.
Summary
.github/dependabot.ymlto re-enable automated weekly dependency update PRs for pip, npm, and GitHub Actionsrequirements.txtPython deps (significantly out of date)^4.8.0)Python (
requirements.txt)npm (
pyindi/www/static/js9)Note:
open,rimraf, anduuidhave newer major versions available (11, 6, and 13 respectively) but those would require js9 source changes. Dependabot will open individual PRs for those once the config is in place.