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

Python 3.12.5 not supported by dependabot #10469

Closed
1 task done
Greesb opened this issue Aug 20, 2024 · 4 comments · Fixed by #10470
Closed
1 task done

Python 3.12.5 not supported by dependabot #10469

Greesb opened this issue Aug 20, 2024 · 4 comments · Fixed by #10470
Labels
L: github:actions GitHub Actions L: python T: bug 🐞 Something isn't working

Comments

@Greesb
Copy link
Contributor

Greesb commented Aug 20, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

poetry

Package manager version

poetry 1.8.3

Language version

Python 3.12.5

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2
updates:
  - package-ecosystem: pip
    directory: /
    schedule:
      interval: daily
      # yamllint disable-line rule:quoted-strings
      time: "08:00"
      timezone: Europe/Paris
    open-pull-requests-limit: 10
    allow:
      - dependency-name: "*"
        dependency-type: all
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily
      # yamllint disable-line rule:quoted-strings
      time: "08:00"
      timezone: Europe/Paris
    ignore:
      # Dependabot fails when GitHub action is internal or private
      - dependency-name: mergifyio/heroku-oidc

Updated dependency

No response

What you expected to see, versus what you actually saw

Expected dependabot to successfully upgrade dependencies, but it failed with the following error:

updater | 2024/08/20 06:50:04 ERROR <job_871632205> Error during file fetching; aborting: Dependabot detected the following Python requirement for your project: '>=3.12.5,<4.0'.

Currently, the following Python versions are supported in Dependabot: 3.12.*, 3.11.*, 3.10.*, 3.9.*, 3.8.*.

3.12.* should include 3.12.5

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

@Greesb
Copy link
Contributor Author

Greesb commented Aug 21, 2024

#10470 should fix this

@kbukum1
Copy link
Contributor

kbukum1 commented Aug 22, 2024

Can you update the PR according to the followings?

@kbukum1
Copy link
Contributor

kbukum1 commented Aug 23, 2024

It is confirmed on python website that the versions page is not automated and up to date. The PR is approved since the last stable version is currently 3.12.5 here, https://docs.python.org/3/

Also an issue opened for updating the python documentation.
python/release-tools#165 (comment)

@hugovk
Copy link

hugovk commented Aug 24, 2024

J> * Python: We can't approve this version 3.12.5 since according to the official website, https://www.python.org/doc/versions the stable version is still 3.12.4

Hello, I'm a Python release manager. You may be better off looking at the official downloads page, which is updated when a release is made:

https://www.python.org/downloads/

Or the release PEPs, although there can be a bit of a delay updating after a release:

https://peps.python.org/topic/release/

Also an issue opened for updating the python documentation.
python/release-tools#165 (comment)

Thank you! Hopefully we can automate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions L: python T: bug 🐞 Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants