Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update project dependencies? #103

Open
boxydog opened this issue Jan 1, 2025 · 0 comments
Open

Update project dependencies? #103

boxydog opened this issue Jan 1, 2025 · 0 comments

Comments

@boxydog
Copy link

boxydog commented Jan 1, 2025

python 3.8 is out of support. See https://devguide.python.org/versions/.

Other dependencies are likely also old. I'm not sure what should be updated, given that it's a library.

You might consider adding a dependabot.yml file for github to remind you of this stuff, although then it would bug you every month, and it wouldn't auto-increment your version.

I might suggest one that looks like the one below, although if you are moving to uv, then poetry is no longer right.

# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
# and https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:
  - package-ecosystem: "poetry"
    directory: "/"
    schedule:
      interval: "monthly"
    open-pull-requests-limit: 10
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant