Skip to content

Files

This branch is 1576 commits behind dependabot/dependabot-core:main.

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2024
Mar 25, 2024
Apr 11, 2024
Dec 14, 2023
Apr 11, 2024
Jan 11, 2024
Aug 15, 2023
Mar 20, 2024
Jan 8, 2024
Apr 25, 2023

dependabot-python

Python support for dependabot-core.

Updating supported Python version

We rely on pyenv to manage Python's versions.

Updating the list of known versions might be tricky, here are the steps:

  1. Update the pyenv version in the Dockerfile, you may use a commit hash if a new pyenv version is not released yet.
  2. Update the pyenv global version in the Dockerfile. We always use the latest (and greatest) Python version.
  3. Update the list of known Python versions in language_version_manager.rb.
  4. Fix any broken tests.

Example PR that does all these things.

Running locally

  1. Start a development shell
$ bin/docker-dev-shell python
  1. Run tests

    [dependabot-core-dev] ~ $ cd python && rspec