1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #10701/3b9acafc backport][stable-10] update requirements for Python versions currently used (#10702)

update requirements for Python versions currently used (#10701)

(cherry picked from commit 3b9acafc72)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-08-19 07:14:03 +02:00 committed by GitHub
parent eca2094831
commit 6d75ac4fb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'
# requirement for the memcached cache plugin
python-memcached < 1.60 ; python_version < '3.6'
@ -14,8 +12,8 @@ redis
async-timeout ; python_version == '3.11'
# requirement for the linode module
linode-python # APIv3
linode_api4 ; python_version > '2.6' # APIv4
linode-python # APIv3
linode_api4 # APIv4
# requirement for the gitlab and github modules
python-gitlab
@ -23,8 +21,7 @@ PyGithub
httmock
# requirement for maven_artifact module
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
lxml ; python_version >= '2.7'
lxml
semantic_version
# requirement for datadog_downtime module