Update test dependency (#162)

This commit is contained in:
Mike Graves
2022-05-06 09:50:33 -04:00
committed by GitHub
parent cfbbbb3be1
commit 15fff541b1
2 changed files with 2 additions and 1 deletions

View File

@@ -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`.

View File

@@ -1,3 +1,3 @@
collections:
- name: kubernetes.core
version: '>=2.1.0,<2.3.0'
version: '>=2.1.0,<2.4.0'