Module: Dependabot

Defined in:
lib/dependabot/python/version.rb,
lib/dependabot/python/helpers.rb,
lib/dependabot/python/file_parser.rb,
lib/dependabot/python/requirement.rb,
lib/dependabot/python/file_fetcher.rb,
lib/dependabot/python/file_updater.rb,
lib/dependabot/python/native_helpers.rb,
lib/dependabot/python/update_checker.rb,
lib/dependabot/python/metadata_finder.rb,
lib/dependabot/python/name_normaliser.rb,
lib/dependabot/python/python_versions.rb,
lib/dependabot/python/authed_url_builder.rb,
lib/dependabot/python/requirement_parser.rb,
lib/dependabot/python/update_checker/index_finder.rb,
lib/dependabot/python/file_parser/setup_file_parser.rb,
lib/dependabot/python/file_updater/pipfile_preparer.rb,
lib/dependabot/python/file_updater/pyproject_preparer.rb,
lib/dependabot/python/file_parser/pipfile_files_parser.rb,
lib/dependabot/python/file_updater/poetry_file_updater.rb,
lib/dependabot/python/file_updater/pipfile_file_updater.rb,
lib/dependabot/python/file_updater/requirement_replacer.rb,
lib/dependabot/python/file_updater/setup_file_sanitizer.rb,
lib/dependabot/python/file_parser/pyproject_files_parser.rb,
lib/dependabot/python/update_checker/pip_version_resolver.rb,
lib/dependabot/python/update_checker/requirements_updater.rb,
lib/dependabot/python/update_checker/latest_version_finder.rb,
lib/dependabot/python/file_parser/python_requirement_parser.rb,
lib/dependabot/python/file_updater/pip_compile_file_updater.rb,
lib/dependabot/python/file_updater/pipfile_manifest_updater.rb,
lib/dependabot/python/file_updater/requirement_file_updater.rb,
lib/dependabot/python/update_checker/pipenv_version_resolver.rb,
lib/dependabot/python/update_checker/poetry_version_resolver.rb,
lib/dependabot/python/update_checker/pip_compile_version_resolver.rb

Overview

Python versions can include a local version identifier, which Ruby can’t parse. This class augments Gem::Version with local version identifier info. See www.python.org/dev/peps/pep-0440 for details.

Defined Under Namespace

Modules: Python