Chris Johnston 9663868d14 Pin requests < 2.32.0 in sunbeam-clusted.
This is only needed until LP: #2066540 is full addressed.

Also, add "assertIn" into the ignore-words-list not to block the gate
testing.

Related-Bug: 2066540
Change-Id: I6c6686ea4ce5a745e9f86bb9e055d42919f10a50
2024-05-27 23:29:10 +09:00

20 lines
505 B
Plaintext

# This file is managed centrally by release-tools and should not be modified
# within individual charm repos. See the 'global' dir contents for available
# choices of *requirements.txt files for OpenStack Charms:
# https://github.com/openstack-charmers/release-tools
#
cryptography
jinja2
jsonschema
pydantic<2.0
lightkube
lightkube-models
ops
# Pin requests < 2.32.0 pending resolution of LP: #2066540
requests<2.32.0 # Apache 2
requests-unixsocket # Apache 2
urllib3<1.27,>=1.21.1 # MIT
tenacity