Metadata-Version: 2.4
Name: galaxy-update
Version: 1.0.0
Summary: Update dependencies in requirements.yml
Project-URL: Repository, https://github.com/deadnews/galaxy-update
Project-URL: Changelog, https://github.com/deadnews/galaxy-update/CHANGELOG.md
Author-email: deadnews <deadnewsgit@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ansible,ansible-galaxy ,galaxy,requirements
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: click>=8.1.7
Requires-Dist: httpx>=0.28.0
Requires-Dist: pyaml>=25.5.0
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# galaxy-update

> Update dependencies in `requirements.yml`

[![PyPI: Version](https://img.shields.io/pypi/v/galaxy-update?logo=pypi&logoColor=white)](https://pypi.org/project/galaxy-update)
[![GitHub: Release](https://img.shields.io/github/v/release/deadnews/galaxy-update?logo=github&logoColor=white)](https://github.com/deadnews/galaxy-update/releases/latest)
[![CI: pre-commit](https://results.pre-commit.ci/badge/github/deadnews/galaxy-update/main.svg)](https://results.pre-commit.ci/latest/github/deadnews/galaxy-update/main)
[![CI: Main](https://img.shields.io/github/actions/workflow/status/deadnews/galaxy-update/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/galaxy-update/actions/workflows/main.yml)
[![CI: Coverage](https://img.shields.io/codecov/c/github/deadnews/galaxy-update?token=OCZDZIYPMC&logo=codecov&logoColor=white)](https://app.codecov.io/gh/deadnews/galaxy-update)

## Installation

```sh
pip install galaxy-update
# or
pipx install galaxy-update
```
