Skip to content

Commit

Permalink
Set the dependency versions for the "yedit" module. (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Dec 13, 2023
1 parent d95a371 commit 8be740a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/python/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ python-dateutil==2.8.2
python-slugify==8.0.1
requests==2.31.0
rich==13.3.5
ruamel.yaml==0.17.26
ruamel.yaml.clib==0.2.7
ruamel.yaml==0.17.40
ruamel.yaml.clib==0.2.8
selinux==0.3.0
six==1.16.0
subprocess-tee==0.4.1
Expand Down
5 changes: 3 additions & 2 deletions files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ python-dateutil
pysyncobj>=0.3.8
psutil>=2.0.0
ydiff>=1.2.0
pexpect>=4.8.0
ruamel.yaml>=0.16.10
pexpect==4.9.0
ruamel.yaml==0.17.40
ruamel.yaml.clib==0.2.8
4 changes: 2 additions & 2 deletions roles/patroni/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@
extra_args: "--trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org"
umask: "0022"
loop:
- pexpect
- ruamel.yaml
- pexpect==4.9.0
- ruamel.yaml==0.17.40
environment:
PATH: "{{ ansible_env.PATH }}:/usr/local/bin:/usr/bin"
PIP_BREAK_SYSTEM_PACKAGES: "1"
Expand Down

0 comments on commit 8be740a

Please sign in to comment.