This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-17
lines changed
Expand file tree Collapse file tree 6 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ services:
335335 - elasticsearch710
336336 - memcached
337337 - mysql57
338+ - opensearch12
338339 # Allows attachment to the discovery service using 'docker attach <containerID>'.
339340 stdin_open : true
340341 tty : true
@@ -438,7 +439,6 @@ services:
438439 - memcached
439440 - mongo
440441 - mysql57
441- - opensearch12
442442 # Allows attachment to the LMS service using 'docker attach <containerID>'.
443443 stdin_open : true
444444 tty : true
@@ -601,7 +601,6 @@ services:
601601 - memcached
602602 - mongo
603603 - mysql57
604- - opensearch12
605604 # Allows attachment to the Studio service using 'docker attach <containerID>'.
606605 stdin_open : true
607606 tty : true
Original file line number Diff line number Diff line change 66#
77attrs==22.1.0
88 # via jsonschema
9- bcrypt==4.0.0
9+ bcrypt==4.0.1
1010 # via paramiko
1111certifi==2022.9.24
1212 # via requests
@@ -16,9 +16,9 @@ cffi==1.15.1
1616 # pynacl
1717charset-normalizer==2.1.1
1818 # via requests
19- cryptography==38.0.1
19+ cryptography==38.0.2
2020 # via paramiko
21- distro==1.7 .0
21+ distro==1.8 .0
2222 # via docker-compose
2323docker[ssh]==6.0.0
2424 # via docker-compose
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ attrs==22.1.0
1010 # -r requirements/test.txt
1111 # jsonschema
1212 # pytest
13- bcrypt==4.0.0
13+ bcrypt==4.0.1
1414 # via
1515 # -r requirements/base.txt
1616 # -r requirements/test.txt
@@ -39,14 +39,14 @@ click==8.1.3
3939 # via
4040 # -r requirements/pip-tools.txt
4141 # pip-tools
42- cryptography==38.0.1
42+ cryptography==38.0.2
4343 # via
4444 # -r requirements/base.txt
4545 # -r requirements/test.txt
4646 # paramiko
4747distlib==0.3.6
4848 # via virtualenv
49- distro==1.7 .0
49+ distro==1.8 .0
5050 # via
5151 # -r requirements/base.txt
5252 # -r requirements/test.txt
@@ -108,7 +108,7 @@ pep517==0.13.0
108108 # build
109109pexpect==4.8.0
110110 # via -r requirements/test.txt
111- pip-tools==6.8 .0
111+ pip-tools==6.9 .0
112112 # via -r requirements/pip-tools.txt
113113platformdirs==2.5.2
114114 # via virtualenv
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ attrs==22.1.0
1212 # jsonschema
1313babel==2.10.3
1414 # via sphinx
15- bcrypt==4.0.0
15+ bcrypt==4.0.1
1616 # via
1717 # -r requirements/base.txt
1818 # paramiko
@@ -31,11 +31,11 @@ charset-normalizer==2.1.1
3131 # via
3232 # -r requirements/base.txt
3333 # requests
34- cryptography==38.0.1
34+ cryptography==38.0.2
3535 # via
3636 # -r requirements/base.txt
3737 # paramiko
38- distro==1.7 .0
38+ distro==1.8 .0
3939 # via
4040 # -r requirements/base.txt
4141 # docker-compose
@@ -178,7 +178,7 @@ websocket-client==0.59.0
178178 # -r requirements/base.txt
179179 # docker
180180 # docker-compose
181- zipp==3.8.1
181+ zipp==3.9.0
182182 # via importlib-metadata
183183
184184# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packaging==21.3
1212 # via build
1313pep517==0.13.0
1414 # via build
15- pip-tools==6.8 .0
15+ pip-tools==6.9 .0
1616 # via -r requirements/pip-tools.in
1717pyparsing==3.0.9
1818 # via packaging
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ attrs==22.1.0
99 # -r requirements/base.txt
1010 # jsonschema
1111 # pytest
12- bcrypt==4.0.0
12+ bcrypt==4.0.1
1313 # via
1414 # -r requirements/base.txt
1515 # paramiko
@@ -26,11 +26,11 @@ charset-normalizer==2.1.1
2626 # via
2727 # -r requirements/base.txt
2828 # requests
29- cryptography==38.0.1
29+ cryptography==38.0.2
3030 # via
3131 # -r requirements/base.txt
3232 # paramiko
33- distro==1.7 .0
33+ distro==1.8 .0
3434 # via
3535 # -r requirements/base.txt
3636 # docker-compose
You can’t perform that action at this time.
0 commit comments