Metadata-Version: 2.1
Name: galaxy-update
Version: 0.0.1
Summary: Update dependencies in requirements.yml
Home-page: https://github.com/deadnews/galaxy-update
License: MIT
Keywords: ansible,galaxy,ansible-galaxy ,requirements
Author: DeadNews
Author-email: deadnewsgit@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Project-URL: Documentation, https://deadnews.github.io/galaxy-update
Project-URL: Repository, https://github.com/deadnews/galaxy-update
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)
[![Documentation](https://img.shields.io/badge/documentation-gray.svg?logo=materialformkdocs&logoColor=white)](https://deadnews.github.io/galaxy-update)
[![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
```

