Skip to content

Commit

Permalink
Pin requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Jul 29, 2024
1 parent 3c1f0e4 commit 7f085e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible
black
galaxy-importer
isort
yamllint
ansible~=10.2.0
black~=24.4.2
galaxy-importer~=0.4.24
isort~=5.13.2
yamllint~=1.35.1
20 changes: 8 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
pulp-glue<0.27,>=0.20.0

ansible_runner<2.3; python_version < '3.7'
ansible_runner; python_version >= '3.7'
flake8
pylint
pycodestyle
voluptuous
pytest>=4.4.0
pytest-xdist
vcrpy

# Temporary pin for a vcr bug
urllib3<2.0.0
ansible_runner~=2.4.0
flake8~=6.1.0
pylint~=3.2.6
pycodestyle~=2.11.1
voluptuous~=0.15.2
pytest~=8.3.2
pytest-xdist~=3.6.1
vcrpy~=6.0.1

0 comments on commit 7f085e7

Please sign in to comment.