Metadata-Version: 2.1
Name: uv-up
Version: 0.1.0
Summary: Better tool to update all dependencies
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.12.5
Requires-Dist: packaging>=24.1
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: pip-api>=0.0.34

# uv Up Tool

uv tool to upgrade all dependencies

[![PyPI](https://img.shields.io/pypi/v/uv-up)](https://pypi.org/project/uv-up/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uv-up)](https://pypi.org/project/uv-up/)

[![Downloads](https://static.pepy.tech/badge/uv-up)](https://pepy.tech/project/uv-up)
[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/uv-up)](https://gitlab.com/rocshers/python/uv-up)
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/uv-up)](https://gitlab.com/rocshers/python/uv-up)

## Functionality

- Upgrade all dependencies to the latest version

## Quick start

```bash
uvx uv-up --latest
```

## Contribute

Issue Tracker: <https://gitlab.com/rocshers/python/uv-up/-/issues>  
Source Code: <https://gitlab.com/rocshers/python/uv-up>

Before adding changes:

```bash
make install
```

After changes:

```bash
make format test
```
