Skip to main content

Update dependencies and optional dependencies in pyproject.toml files.

Project description

Unit tests PyPI - Python Version Libraries.io dependency status for GitHub repo

Update dependencies and optional dependencies in pyproject.toml files based on defined match operators.

This project aims to enable a similar workflow as pur does for requirements.txt files.

Getting Started

Install and run:

pip install uppd
uppd
INFO: dlister==1.1.0 -> dlister==1.2.0
INFO: pytest-aiohttp==1.0.0 -> pytest-aiohttp==1.0.5
INFO: pytest==8.0.0 -> pytest==8.3.3

Set inputs and output files:

uppd -i dev/pyproject.toml
uppd -i pyproject.toml -o pyproject.toml.updated

Skip dependencies:

uppd --skip foo bar

Allow upgrade to pre releases:

uppd --pre foo bar

Print help:

uppd --help

usage: uppd [-h]
            [-i INFILE]
            [-o OUTFILE]
            [-m [{<,<=,==,>=,>,~=} ...]]
            [--skip [SKIP ...]]
            [--dev [DEV ...]]
            [--pre [PRE ...]]
            [--post [POST ...]]
            [--index-url INDEX_URL]
            [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
            [--log-file LOG_FILE]
            [--dry-run]
            [-v]

Update Python Project Dependencies.

options:
-h, --help            show this help message and exit
-i INFILE, --infile INFILE
                      path(s) to input file(s) (default: pyproject.toml)
-o OUTFILE, --outfile OUTFILE
                        path(s) to output file(s). (default: [])
-m [{<,<=,==,>=,>,~=} ...], --match-operators [{<,<=,==,>=,>,~=} ...]
                      operators to upgrade. (default: ['==', '<=', '~='])
--skip [SKIP ...]     dependencies to skip upgrade. (default: [])
--dev [DEV ...]       dependencies to upgrade to dev release. (default: [])
--pre [PRE ...]       dependencies to upgrade to pre release. (default: [])
--post [POST ...]     dependencies to upgrade to post release. (default: ['*'])
--index-url INDEX_URL
                      base URL of the Python Package Index. (default: https://pypi.org)
--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                      logging level. (default: INFO)
--log-file LOG_FILE   pipe loggining to file instead of stdout. (default: None)
--dry-run             do not save changes to output file(s). (default: False)
-v, --version         show program's version number and exit

The following settings (with defaults) can be set/overwritten in the infile:

[tool.uppd]
match_operators = ["==", "<=", "~="]
skip = []
dev = []
pre = []
post = ["*"]
index_url = "https://pypi.org"

Development

Setup, run tests and release:

pip install -e .[dev]
brundle
pytest
bouillon release

Credits

This project aims to enable a similar workflow as pur for requirements.txt files, and essentially exists because pur (at the time of writing) does not support upgrading dependencies in pyproject.toml files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uppd-1.6.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uppd-1.6.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file uppd-1.6.0.tar.gz.

File metadata

  • Download URL: uppd-1.6.0.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for uppd-1.6.0.tar.gz
Algorithm Hash digest
SHA256 aa87c53b24378e460dfe0fdb861f167346a5321c0a513fabb6c77bc019625105
MD5 64624ada5e17c35db4ca940e59b8548d
BLAKE2b-256 e8b0954358eca5e86935eaf75d2d3cb2bdddd5429884105b7fbeeb2302b5cc1f

See more details on using hashes here.

File details

Details for the file uppd-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: uppd-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for uppd-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e0fbd3945609e6342d3586ce50157946b19c933cecec6cce31870bbc20307f6e
MD5 27f7c7896a4ab328d61c4724ef62b094
BLAKE2b-256 c1f285158a1786709ec73992c66804348fca5a6e5b643e3a66581dfbbec525ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page