From 15fff541b1c7792a2a218e673326654848e9bf1b Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Fri, 6 May 2022 09:50:33 -0400 Subject: [PATCH] Update test dependency (#162) --- README.md | 1 + requirements.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c338c3..ca0e68d 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Releases are automatically built and pushed to Ansible Galaxy for any new tag. B b. This README's `requirements.yml` example c. The `DOWNSTREAM_VERSION` in `ci/downstream.sh` d. The `VERSION` in `Makefile` + e. The version in `requirements.yml` 1. Update the CHANGELOG: 1. Make sure you have [`antsibull-changelog`](https://pypi.org/project/antsibull-changelog/) installed. 1. Make sure there are fragments for all known changes in `changelogs/fragments`. diff --git a/requirements.yml b/requirements.yml index 985c0f9..1ef9568 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,3 @@ collections: - name: kubernetes.core - version: '>=2.1.0,<2.3.0' + version: '>=2.1.0,<2.4.0'